index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
30 hours
net: macb: Use dev_consume_skb_any() to free TX SKBs
Kevin Hao
1
-1
/
+1
30 hours
net: macb: Protect access to net_device::ip_ptr with RCU lock
Kevin Hao
1
-9
/
+16
30 hours
net: macb: Move devm_{free,request}_irq() out of spin lock area
Kevin Hao
1
-5
/
+7
30 hours
virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...
xietangxin
1
-0
/
+1
30 hours
can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...
Marc Kleine-Budde
1
-1
/
+3
30 hours
net: macb: use the current queue number for stats
Paolo Valerio
1
-1
/
+1
30 hours
net: lan743x: fix duplex configuration in mac_link_up
Thangaraj Samynathan
1
-0
/
+5
30 hours
team: fix header_ops type confusion with non-Ethernet ports
Jiayuan Chen
1
-1
/
+64
30 hours
virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLEN
Xuan Zhuo
2
-2
/
+6
30 hours
net: enetc: fix the output issue of 'ethtool --show-ring'
Wei Fang
1
-0
/
+2
30 hours
net: airoha: add RCU lock around dev_fill_forward_path
Qingfang Deng
1
-0
/
+2
30 hours
iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
Kohei Enju
1
-16
/
+15
30 hours
ice: use ice_update_eth_stats() for representor stats
Petr Oros
2
-4
/
+13
30 hours
ice: fix inverted ready check for VF representors
Petr Oros
1
-1
/
+1
30 hours
net: bcmasp: fix double disable of clk
Justin Chen
1
-10
/
+23
30 hours
net: bcmasp: fix double free of WoL irq
Justin Chen
1
-8
/
+0
30 hours
net: bcmasp: streamline early exit in probe
Justin Chen
1
-13
/
+14
30 hours
ionic: fix persistent MAC address override on PF
Mohammad Heib
1
-6
/
+11
30 hours
net: usb: r8152: add TRENDnet TUC-ET2G
Valentin Spreckels
1
-0
/
+1
9 days
net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error paths
Anas Iqbal
1
-2
/
+6
9 days
net: mvpp2: guard flow control update with global_tx_fc in buffer switching
Muhammad Hammad Ijaz
1
-2
/
+2
9 days
net: bonding: fix NULL deref in bond_debug_rlb_hash_show
Xiang Mei
1
-5
/
+11
9 days
net/mlx5e: Fix race condition during IPSec ESN update
Jianbo Liu
1
-19
/
+14
9 days
net/mlx5e: Prevent concurrent access to IPSec ASO context
Jianbo Liu
2
-9
/
+9
9 days
net/mlx5: qos: Restrict RTNL area to avoid a lock cycle
Cosmin Ratiu
1
-14
/
+9
9 days
net: macb: fix uninitialized rx_fs_lock
Fedor Pchelkin
1
-0
/
+3
9 days
netdevsim: drop PSP ext ref on forward failure
Wesley Atwell
1
-1
/
+4
9 days
wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure
Felix Fietkau
3
-8
/
+3
9 days
wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroom
Guenter Roeck
1
-1
/
+1
9 days
libie: prevent memleak in fwlog code
Michal Swiatkowski
1
-13
/
+36
9 days
iavf: fix VLAN filter lost on add/delete race
Petr Oros
1
-3
/
+6
9 days
igc: fix page fault in XDP TX timestamps handling
Zdenek Bouska
3
-0
/
+42
9 days
igc: fix missing update of skb->tail in igc_xmit_frame()
Kohei Enju
1
-5
/
+2
9 days
net: usb: aqc111: Do not perform PM inside suspend callback
Nikola Z. Ivanov
1
-6
/
+6
9 days
net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds check
Tobi Gaertner
1
-2
/
+3
9 days
net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check
Tobi Gaertner
1
-2
/
+3
9 days
net: airoha: Remove airoha_dev_stop() in airoha_remove()
Lorenzo Bianconi
1
-1
/
+0
9 days
bonding: prevent potential infinite loop in bond_header_parse()
Eric Dumazet
1
-3
/
+5
9 days
net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...
Dipayaan Roy
1
-3
/
+3
9 days
net: bcmgenet: increase WoL poll timeout
Justin Chen
1
-1
/
+1
9 days
net: macb: Shuffle the tx ring before enabling tx
Kevin Hao
1
-3
/
+95
9 days
net: macb: sort #includes
Théo Lebrun
1
-18
/
+19
9 days
netconsole: fix sysdata_release_enabled_show checking wrong flag
Breno Leitao
1
-1
/
+1
9 days
net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resume
Kevin Hao
1
-0
/
+10
9 days
net: macb: Introduce gem_init_rx_ring()
Kevin Hao
1
-4
/
+9
9 days
bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handler
Junrui Luo
2
-1
/
+3
9 days
net: macb: fix use-after-free access to PTP clock
Fedor Pchelkin
1
-1
/
+3
2026-03-19
qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_size
Laurent Vivier
2
-5
/
+6
2026-03-19
net: dsa: microchip: Fix error path in PTP IRQ setup
Bastien Curutchet (Schneider Electric)
1
-3
/
+8
2026-03-19
net: ethernet: arc: emac: quiesce interrupts before requesting IRQ
Fan Wu
1
-0
/
+11
[next]