summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni9-46/+60
2026-03-26net: macb: use the current queue number for statsPaolo Valerio1-1/+1
2026-03-25net: mana: fix use-after-free in add_adev() error pathGuangshuo Li1-2/+4
2026-03-25net: lan743x: fix duplex configuration in mac_link_upThangaraj Samynathan1-0/+5
2026-03-25virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin1-0/+1
2026-03-24net: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
2026-03-24Merge tag 'linux-can-fixes-for-7.0-20260323' of git://git.kernel.org/pub/scm/...Paolo Abeni2-6/+27
2026-03-24net: ti: icssg-prueth: fix use-after-free of CPPI descriptor in RX pathDavid Carlier1-2/+2
2026-03-24team: fix header_ops type confusion with non-Ethernet portsJiayuan Chen1-1/+64
2026-03-24virtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo2-2/+6
2026-03-24net: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang1-0/+2
2026-03-24net: b44: always select CONFIG_FIXED_PHYArnd Bergmann1-1/+1
2026-03-24net: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng1-0/+2
2026-03-23idpf: only assign num refillqs if allocation was successfulJoshua Hay1-1/+1
2026-03-23idpf: clear stale cdev_info ptrJoshua Hay3-4/+6
2026-03-23iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju1-16/+15
2026-03-23ice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
2026-03-23ice: fix inverted ready check for VF representorsPetr Oros1-1/+1
2026-03-23ice: set max queues in alloc_etherdev_mqs()Michal Swiatkowski3-20/+24
2026-03-21net: bcmasp: fix double disable of clkJustin Chen1-10/+23
2026-03-21net: bcmasp: fix double free of WoL irqJustin Chen1-8/+0
2026-03-21net: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao1-9/+16
2026-03-21net: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+7
2026-03-20ionic: fix persistent MAC address override on PFMohammad Heib1-6/+11
2026-03-19net: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal1-2/+6
2026-03-19can: mcp251x: add error handling for power enable in open and resumeWenyuan Li1-5/+24
2026-03-19can: netlink: can_changelink(): add missing error handling to call can_ctrlmo...Marc Kleine-Budde1-1/+3
2026-03-19net: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz1-2/+2
2026-03-19Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-10/+5
2026-03-19net: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
2026-03-19net/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu1-19/+14
2026-03-19net/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu2-9/+9
2026-03-19net/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu1-14/+9
2026-03-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski5-21/+86
2026-03-19net: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
2026-03-19net: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-19netdevsim: 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-18bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo2-1/+3
2026-03-18libie: 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-17tg3: replace placeholder MAC address with device propertyPaul SAGE1-0/+11
2026-03-17net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds checkTobi Gaertner1-2/+3
2026-03-17net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds checkTobi Gaertner1-2/+3
2026-03-17net: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi1-1/+0
2026-03-17bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-3/+5