index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-04
ibmvnic: Properly dispose of all skbs during a failover.
Rick Lindsley
1
-0
/
+9
2022-07-04
can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits
Marc Kleine-Budde
1
-2
/
+2
2022-07-04
can: m_can: m_can_chip_config(): actually enable internal timestamping
Marc Kleine-Budde
1
-1
/
+3
2022-07-04
can: grcan: grcan_probe(): remove extra of_node_get()
Liang He
1
-1
/
+0
2022-07-04
can: gs_usb: gs_usb_open/close(): fix memory leak
Rhett Aultman
1
-2
/
+21
2022-07-04
can: rcar_canfd: Fix data transmission failed on R-Car V3U
Duy Nguyen
1
-1
/
+4
2022-07-04
Revert "can: xilinx_can: Limit CANFD brp to 2"
Srinivas Neeli
1
-2
/
+2
2022-07-01
net: usb: Fix typo in code
Li kunyu
1
-1
/
+1
2022-07-01
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
5
-0
/
+107
2022-07-01
xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses()
Jan Beulich
1
-1
/
+3
2022-07-01
xen/netfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-2
/
+47
2022-07-01
xen/netfront: fix leaking data in shared pages
Roger Pau Monne
1
-1
/
+2
2022-06-30
Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-43
/
+180
2022-06-30
i40e: Fix VF's MAC Address change on VM
Norbert Zulinski
1
-0
/
+4
2022-06-30
i40e: Fix dropped jumbo frames statistics
Lukasz Cieplicki
4
-0
/
+103
2022-06-30
net: dsa: felix: fix race between reading PSFP stats and port stats
Vladimir Oltean
1
-0
/
+4
2022-06-30
net: tun: avoid disabling NAPI twice
Jakub Kicinski
1
-1
/
+2
2022-06-30
net: sparx5: mdb add/del handle non-sparx5 devices
Casper Andersson
1
-0
/
+6
2022-06-30
net: sfp: fix memory leak in sfp_probe()
Jianglei Nie
1
-1
/
+1
2022-06-30
mlxsw: spectrum_router: Fix rollback in tunnel next hop init
Petr Machata
1
-1
/
+13
2022-06-30
net: usb: ax88179_178a: Fix packet receiving
Jose Alonso
1
-25
/
+76
2022-06-29
net: bonding: fix use-after-free after 802.3ad slave unbind
Yevhen Orlov
1
-1
/
+2
2022-06-29
net: phy: ax88772a: fix lost pause advertisement configuration
Oleksij Rempel
1
-2
/
+4
2022-06-29
net: phy: Don't trigger state machine while in suspend
Lukas Wunner
2
-0
/
+46
2022-06-29
usbnet: fix memory allocation in helpers
Oliver Neukum
1
-2
/
+2
2022-06-29
wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notify
Lorenzo Bianconi
1
-1
/
+2
2022-06-29
wifi: mac80211_hwsim: set virtio device ready in probe()
Johannes Berg
1
-0
/
+2
2022-06-28
net: bonding: fix possible NULL deref in rlb code
Eric Dumazet
1
-1
/
+1
2022-06-27
net: usb: asix: do not force pause frames support
Oleksij Rempel
1
-2
/
+1
2022-06-27
net: asix: fix "can't send until first packet is send" issue
Oleksij Rempel
1
-0
/
+1
2022-06-27
octeon_ep: use bitwise AND
Shreenidhi Shedi
1
-1
/
+1
2022-06-27
epic100: fix use after free on rmmod
Tong Zhang
1
-2
/
+2
2022-06-27
net: tun: stop NAPI when detaching queues
Jakub Kicinski
1
-1
/
+10
2022-06-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+16
2022-06-27
caif_virtio: fix race between virtio_device_ready() and ndo_open()
Jason Wang
1
-1
/
+9
2022-06-27
virtio-net: fix race between ndo_open() and virtio_device_ready()
Jason Wang
1
-1
/
+7
2022-06-24
net: dp83822: disable rx error interrupt
Enguerrand de Ribaucourt
1
-2
/
+1
2022-06-24
net: dp83822: disable false carrier interrupt
Enguerrand de Ribaucourt
1
-1
/
+0
2022-06-24
net: tun: unlink NAPI from device on destruction
Jakub Kicinski
1
-0
/
+1
2022-06-23
net: dsa: bcm_sf2: force pause link settings
Doug Berger
1
-0
/
+5
2022-06-23
net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()
Liang He
1
-0
/
+1
2022-06-22
virtio_net: fix xdp_rxq_info bug after suspend/resume
Stephan Gerhold
1
-19
/
+6
2022-06-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
3
-7
/
+89
2022-06-22
igb: Make DMA faster when CPU is active on the PCIe link
Kai-Heng Feng
1
-7
/
+5
2022-06-22
net: dsa: qca8k: reduce mgmt ethernet timeout
Christian Marangi
1
-1
/
+1
2022-06-22
net: dsa: qca8k: reset cpu port on MTU change
Christian Marangi
1
-1
/
+21
2022-06-22
hinic: Replace memcpy() with direct assignment
Kees Cook
1
-3
/
+1
2022-06-22
Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-...
Jakub Kicinski
1
-1
/
+1
2022-06-21
net: phy: smsc: Disable Energy Detect Power-Down in interrupt mode
Lukas Wunner
1
-2
/
+4
2022-06-21
ice: ethtool: Prohibit improper channel config for DCB
Anatolii Gerasymenko
2
-5
/
+47
[prev]
[next]