aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-19pds_core: fix debugfs_lookup dentry leak and error handlingNikhil P. Rao1-1/+6
2026-05-19pds_core: fix error handling in pdsc_devcmd_waitNikhil P. Rao1-2/+9
2026-05-19net: phy: honor eee_disabled_modes in phy_advertise_eee_all()Nicolai Buchwitz1-1/+2
2026-05-19net: phy: honor eee_disabled_modes in phy_support_eee()Nicolai Buchwitz1-1/+2
2026-05-19net: phy: skip EEE advertisement write when autoneg is disabledNerijus Bendžiūnas1-0/+8
2026-05-19octeontx2-pf: avoid double free of pool->stack on AQ init failureDawei Feng2-0/+4
2026-05-19net: pse-pd: fix sign on -ENOENT check in of_load_pse_pis()Jonas Jelonek1-1/+1
2026-05-19Merge tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni8-32/+61
2026-05-19net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA bufferErni Sri Satya Vennela1-10/+13
2026-05-19net: dsa: mt7530: untag VLAN-aware bridge PVIDEdward Parker1-0/+2
2026-05-19net: dsa: mt7530: fix CPU port VLAN not being reset to unawareDaniel Golle1-49/+62
2026-05-19net: dsa: mt7530: preserve VLAN tags on trapped link-local framesDaniel Golle1-12/+15
2026-05-19net: dsa: mt7530: fix FDB entries not aging out with short timeoutDaniel Golle1-6/+14
2026-05-18igc: fix potential skb leak in igc_fpe_xmit_smd_frame()Kohei Enju1-1/+7
2026-05-18igc: set tx buffer type for SMD framesKohei Enju1-0/+1
2026-05-18ixgbevf: fix use-after-free in VEPA multicast source pruningMichael Bommarito1-0/+1
2026-05-18ice: restore PTP Rx timestamp config after ethtool set-channelsGrzegorz Nitka1-0/+6
2026-05-18ice: ptp: use primary NAC semaphore on E825Grzegorz Nitka1-0/+9
2026-05-18ice: ptp: serialize E825 PHY timer start with PTP lockGrzegorz Nitka1-2/+13
2026-05-18ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-05-18ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-05-18ice: fix locking around wait_event_interruptible_locked_irqJacob Keller1-5/+4
2026-05-18net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi2-4/+5
2026-05-18net/mlx5e: xsk: Fix unlocked writing to ICOSQDragos Tatulea1-1/+1
2026-05-18wifi: ath12k: fix EHT TX MCS limitation due to wrong 20 MHz-only parsingBaochen Qiang1-2/+6
2026-05-18wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-05-18wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()Willmar Knikker1-2/+4
2026-05-18wifi: ath11k: fix peer resolution on rx path when peer_id=0Matthew Leach2-6/+2
2026-05-16wifi: iwlwifi: mld: disconnect only after 6 beacons without RxEmmanuel Grumbach1-2/+2
2026-05-16wifi: iwlwifi: mld: don't WARN on WoWLAN suspend w/o BSS vifJohannes Berg1-3/+3
2026-05-16wifi: iwlwifi: use correct function to read STEP_URM registerMoriya Itzchaki1-3/+3
2026-05-16wifi: iwlwifi: mvm: fix driver-set TX rates on old devicesJohannes Berg2-19/+22
2026-05-16wifi: iwlwifi: mld: don't dereference a pointer before NULL checking itMiri Korenblit1-7/+6
2026-05-16wifi: iwlwifi: mld: stop TX during firmware restartSheroz Juraev1-0/+10
2026-05-16wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabledCole Leavitt1-1/+4
2026-05-15octeontx2-af: CGX: add bounds check to cgx_speed_mbps indexSam Daly1-1/+6
2026-05-14net: ifb: report ethtool stats over num_tx_queuesMichael Bommarito1-6/+5
2026-05-14net/mlx5: Skip disabled vports when setting max TX speedOr Har-Toov3-0/+27
2026-05-14net/mlx5: Do not restore destination-less TC rulesJeroen Massar1-1/+2
2026-05-14net/mlx5e: Don't leak RSS context in case of errorGal Pressman1-1/+4
2026-05-14octeontx2-pf: fix double free in rvu_rep_rsrc_init()Dawei Feng1-1/+2
2026-05-14net/mlx5e: Fix use-after-free in mlx5e_tx_reporter_timeout_recoverMatt Fleming1-3/+3
2026-05-15ovpn: disable BHs when updating device statsRalf Lici4-12/+28
2026-05-14ovpn: fix race between deleting interface and adding new peerAntonio Quartulli2-13/+20
2026-05-14ovpn: respect peer refcount in CMD_NEW_PEER error pathDavid Carlier3-5/+6
2026-05-14ovpn: tcp - use cached peer pointer in ovpn_tcp_close()David Carlier1-2/+7
2026-05-14net: phy: DP83TC811: add reading of abilitiesSven Schuchmann1-0/+1
2026-05-13macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng1-3/+5
2026-05-13macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng1-3/+5
2026-05-13macsec: introduce dedicated workqueue for SA crypto cleanupJinliang Zheng1-5/+18