summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
30 hoursnet: macb: Use dev_consume_skb_any() to free TX SKBsKevin Hao1-1/+1
30 hoursnet: macb: Protect access to net_device::ip_ptr with RCU lockKevin Hao1-9/+16
30 hoursnet: macb: Move devm_{free,request}_irq() out of spin lock areaKevin Hao1-5/+7
30 hoursvirtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_...xietangxin1-0/+1
30 hourscan: netlink: can_changelink(): add missing error handling to call can_ctrlmo...Marc Kleine-Budde1-1/+3
30 hoursnet: macb: use the current queue number for statsPaolo Valerio1-1/+1
30 hoursnet: lan743x: fix duplex configuration in mac_link_upThangaraj Samynathan1-0/+5
30 hoursteam: fix header_ops type confusion with non-Ethernet portsJiayuan Chen1-1/+64
30 hoursvirtio-net: correct hdr_len handling for VIRTIO_NET_F_GUEST_HDRLENXuan Zhuo2-2/+6
30 hoursnet: enetc: fix the output issue of 'ethtool --show-ring'Wei Fang1-0/+2
30 hoursnet: airoha: add RCU lock around dev_fill_forward_pathQingfang Deng1-0/+2
30 hoursiavf: fix out-of-bounds writes in iavf_get_ethtool_stats()Kohei Enju1-16/+15
30 hoursice: use ice_update_eth_stats() for representor statsPetr Oros2-4/+13
30 hoursice: fix inverted ready check for VF representorsPetr Oros1-1/+1
30 hoursnet: bcmasp: fix double disable of clkJustin Chen1-10/+23
30 hoursnet: bcmasp: fix double free of WoL irqJustin Chen1-8/+0
30 hoursnet: bcmasp: streamline early exit in probeJustin Chen1-13/+14
30 hoursionic: fix persistent MAC address override on PFMohammad Heib1-6/+11
30 hoursnet: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
9 daysnet: dsa: bcm_sf2: fix missing clk_disable_unprepare() in error pathsAnas Iqbal1-2/+6
9 daysnet: mvpp2: guard flow control update with global_tx_fc in buffer switchingMuhammad Hammad Ijaz1-2/+2
9 daysnet: bonding: fix NULL deref in bond_debug_rlb_hash_showXiang Mei1-5/+11
9 daysnet/mlx5e: Fix race condition during IPSec ESN updateJianbo Liu1-19/+14
9 daysnet/mlx5e: Prevent concurrent access to IPSec ASO contextJianbo Liu2-9/+9
9 daysnet/mlx5: qos: Restrict RTNL area to avoid a lock cycleCosmin Ratiu1-14/+9
9 daysnet: macb: fix uninitialized rx_fs_lockFedor Pchelkin1-0/+3
9 daysnetdevsim: drop PSP ext ref on forward failureWesley Atwell1-1/+4
9 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau3-8/+3
9 dayswifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
9 dayslibie: prevent memleak in fwlog codeMichal Swiatkowski1-13/+36
9 daysiavf: fix VLAN filter lost on add/delete racePetr Oros1-3/+6
9 daysigc: fix page fault in XDP TX timestamps handlingZdenek Bouska3-0/+42
9 daysigc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
9 daysnet: usb: aqc111: Do not perform PM inside suspend callbackNikola Z. Ivanov1-6/+6
9 daysnet: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds checkTobi Gaertner1-2/+3
9 daysnet: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds checkTobi Gaertner1-2/+3
9 daysnet: airoha: Remove airoha_dev_stop() in airoha_remove()Lorenzo Bianconi1-1/+0
9 daysbonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-3/+5
9 daysnet: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering tea...Dipayaan Roy1-3/+3
9 daysnet: bcmgenet: increase WoL poll timeoutJustin Chen1-1/+1
9 daysnet: macb: Shuffle the tx ring before enabling txKevin Hao1-3/+95
9 daysnet: macb: sort #includesThéo Lebrun1-18/+19
9 daysnetconsole: fix sysdata_release_enabled_show checking wrong flagBreno Leitao1-1/+1
9 daysnet: macb: Reinitialize tx/rx queue pointer registers and rx ring during resumeKevin Hao1-0/+10
9 daysnet: macb: Introduce gem_init_rx_ring()Kevin Hao1-4/+9
9 daysbnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handlerJunrui Luo2-1/+3
9 daysnet: macb: fix use-after-free access to PTP clockFedor Pchelkin1-1/+3
2026-03-19qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_sizeLaurent Vivier2-5/+6
2026-03-19net: dsa: microchip: Fix error path in PTP IRQ setupBastien Curutchet (Schneider Electric)1-3/+8
2026-03-19net: ethernet: arc: emac: quiesce interrupts before requesting IRQFan Wu1-0/+11