index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
net: ipa: report when the driver has been removed
Alex Elder
1
-0
/
+2
2022-07-20
net: ipa: skip some cleanup for unused transactions
Alex Elder
1
-1
/
+2
2022-07-20
net: ipa: rearrange transaction initialization
Alex Elder
2
-30
/
+33
2022-07-20
net: ipa: add a transaction committed list
Alex Elder
3
-7
/
+29
2022-07-20
net: ipa: add an endpoint device attribute group
Alex Elder
3
-18
/
+53
2022-07-20
net: amd8111e: remove repeated dev->features assignement
Jian Shen
1
-3
/
+0
2022-07-20
Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
19
-860
/
+1152
2022-07-20
net: ipa: initialize ring indexes to 0
Alex Elder
2
-10
/
+13
2022-07-20
net: marvell: prestera: add phylink support
Oleksandr Mazur
5
-62
/
+334
2022-07-20
vmxnet3: Implement ethtool's get_channels command
Andrey Turkin
1
-0
/
+29
2022-07-20
Merge tag 'linux-can-next-for-5.20-20220720' of git://git.kernel.org/pub/scm/...
David S. Miller
32
-145
/
+225
2022-07-20
can: add CAN_ERR_CNT flag to notify availability of error counter
Vincent Mailhol
24
-18
/
+36
2022-07-20
can: usb_8dev: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-20
can: kvaser_usb_leaf: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+4
2022-07-20
can: kvaser_usb_hydra: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+8
2022-07-20
can: sun4i_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-5
/
+4
2022-07-20
can: hi311x: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-2
/
+3
2022-07-20
can: slcan: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-7
/
+5
2022-07-20
can: sja1000: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+4
2022-07-20
can: rcar_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-4
/
+4
2022-07-20
can: pch_can: do not report txerr and rxerr during bus-off
Vincent Mailhol
1
-3
/
+3
2022-07-19
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
3
-11
/
+17
2022-07-19
sfc: update MCDI protocol headers
Edward Cree
1
-195
/
+7933
2022-07-19
net/mlx5: CT: Remove warning of ignore_flow_level support for non PF
Roi Dayan
2
-2
/
+2
2022-07-19
net/mlx5e: Add resiliency for PTP TX port timestamp
Aya Levin
5
-2
/
+50
2022-07-19
net/mlx5e: HTB, move htb functions to a new file
Moshe Tal
7
-746
/
+832
2022-07-19
net/mlx5e: HTB, change functions name to follow convention
Moshe Tal
4
-36
/
+36
2022-07-19
net/mlx5e: HTB, remove priv from htb function calls
Moshe Tal
4
-150
/
+172
2022-07-19
net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structure
Saeed Mahameed
3
-32
/
+70
2022-07-19
net/mlx5e: HTB, move stats and max_sqs to priv
Moshe Tal
4
-19
/
+19
2022-07-19
net/mlx5e: HTB, move section comment to the right place
Moshe Tal
1
-2
/
+2
2022-07-19
net/mlx5e: HTB, move ids to selq_params struct
Moshe Tal
6
-34
/
+62
2022-07-19
net/mlx5e: HTB, reduce visibility of htb functions
Saeed Mahameed
3
-74
/
+70
2022-07-19
net/mlx5e: Fix mqprio_rl handling on devlink reload
Moshe Tal
2
-41
/
+106
2022-07-19
net/mlx5e: Report header-data split state through ethtool
Gal Pressman
4
-5
/
+14
2022-07-19
can: peak_usb: include support for a new MCU
Stephane Grosjean
1
-10
/
+58
2022-07-19
can: peak_usb: correction of an initially misnamed field name
Stephane Grosjean
2
-2
/
+2
2022-07-19
can: peak_usb: pcan_dump_mem(): mark input prompt and data pointer as const
Stephane Grosjean
2
-2
/
+2
2022-07-19
can: ctucanfd: Update CTU CAN FD IP core registers to match version 3.x.
Pavel Pisa
1
-4
/
+28
2022-07-19
can: c_can: remove wrong comment
Dario Binacchi
1
-1
/
+0
2022-07-19
can: slcan: do not sleep with a spin lock held
Dario Binacchi
1
-4
/
+3
2022-07-19
can: sja1000: Change the return type as void for SoC specific init
Biju Das
1
-9
/
+4
2022-07-19
can: sja1000: Use device_get_match_data to get device data
Biju Das
1
-5
/
+2
2022-07-19
can: sja1000: Add Quirk for RZ/N1 SJA1000 CAN controller
Biju Das
2
-4
/
+7
2022-07-19
can: slcan: clean up if/else
Marc Kleine-Budde
1
-7
/
+6
2022-07-19
can: slcan: convert comparison to NULL into !val
Marc Kleine-Budde
1
-8
/
+7
2022-07-19
can: slcan: fix whitespace issues
Marc Kleine-Budde
1
-5
/
+5
2022-07-19
can: slcan: slcan_init() convert printk(LEVEL ...) to pr_level()
Marc Kleine-Budde
1
-1
/
+1
2022-07-19
can: slcan: convert comments to network style comments
Marc Kleine-Budde
1
-31
/
+24
2022-07-19
can: slcan: use scnprintf() as a hardening measure
Dan Carpenter
1
-1
/
+1
[next]