summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-19net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal1-2/+6
2026-03-19net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz1-2/+2
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-10/+5
2026-03-18net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
2026-03-18net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu1-19/+14
2026-03-18net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu2-9/+9
2026-03-18net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu1-14/+9
2026-03-18Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski5-21/+86
2026-03-18net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-18net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-18netdevsim: drop PSP ext ref on forward failureWesley Atwell1-1/+4
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau3-8/+3
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
2026-03-17bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo2-1/+3
2026-03-17libie: prevent memleak in fwlog codeMichal Swiatkowski1-13/+36
2026-03-17iavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska3-0/+42
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-17net: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov1-6/+6
2026-03-16tg3: replace placeholder MAC address with device propertyPaul SAGE1-0/+11
2026-03-16net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds checkTobi Gaertner1-2/+3
2026-03-16net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds checkTobi Gaertner1-2/+3
2026-03-16net: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi1-1/+0
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-3/+5
2026-03-14net: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
2026-03-14net: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
2026-03-14net: ti: icssg-prueth: Fix memory leak in XDP_DROP for non-zero-copy modeMeghana Malladi1-0/+5
2026-03-14net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy1-3/+3
2026-03-14net: bcmgenet: increase WoL poll timeoutJustin Chen1-1/+1
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds45-235/+449
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter to use RAS interrupt statusAlok Tiwari1-2/+2
2026-03-11octeontx2-af: devlink: fix NIX RAS reporter recovery conditionAlok Tiwari1-1/+1
2026-03-11net: ethernet: ti: am65-cpsw-nuss: Fix rx_filter value for PTP supportChintan Vankar2-8/+10
2026-03-11net/mana: Null service_wq on setup error to prevent double destroyShiraz Saleem1-0/+1
2026-03-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-82/+44
2026-03-11net: dsa: realtek: Fix LED group port bit for non-zero LED groupMarek Behún1-3/+3
2026-03-11net: dsa: microchip: Fix error path in PTP IRQ setupBastien Curutchet (Schneider Electric)1-3/+8
2026-03-11net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière1-1/+1
2026-03-10net: bcmgenet: fix broken EEE by converting to phylib-managed stateNicolai Buchwitz3-28/+18
2026-03-10net: dsa: mxl862xx: don't set user_mii_busDaniel Golle1-1/+0
2026-03-10net: ethernet: arc: emac: quiesce interrupts before requesting IRQFan Wu1-0/+11
2026-03-10net: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95
2026-03-10e1000/e1000e: Fix leak in DMA error cleanupMatt Vollrath2-4/+0
2026-03-10i40e: fix src IP mask checks and memcpy argument names in cloud filterAlok Tiwari1-7/+7
2026-03-10iavf: fix incorrect reset handling in callbacksPetr Oros4-69/+31
2026-03-10iavf: fix PTP use-after-free during resetPetr Oros1-0/+4
2026-03-10drivers: net: ice: fix devlink parameters get without irdmaNikolay Aleksandrov1-2/+2
2026-03-10Merge tag 'linux-can-fixes-for-7.0-20260310' of git://git.kernel.org/pub/scm/...Paolo Abeni2-2/+5
2026-03-10amd-xgbe: reset PHY settings before starting PHYRaju Rangoju1-9/+6
2026-03-10amd-xgbe: prevent CRC errors during RX adaptation with AN disabledRaju Rangoju3-2/+69