summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-21net: phy: Add support for the ADIN1140 PHYCiprian Regus3-0/+79
2026-07-21net: phy: microchip-t1s: use generic C45 MMD access helpersCiprian Regus1-30/+2
2026-07-21net: phy: add generic helpers for direct C45 MMD accessCiprian Regus1-0/+25
2026-07-21net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45Ciprian Regus1-9/+10
2026-07-21net: ethernet: oa_tc6: Add read_mms/write_mms register access functionsCiprian Regus1-0/+44
2026-07-21net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registersCiprian Regus1-18/+19
2026-07-21net: ethernet: oa_tc6: Export standard defined registersCiprian Regus1-50/+0
2026-07-21net: ethernet: oa_tc6: Export the C45 access functionsCiprian Regus1-4/+6
2026-07-21net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flagCiprian Regus2-2/+14
2026-07-21net: ethernet: oa_tc6: Handle the OA TC6 SPI protected modeCiprian Regus1-17/+76
2026-07-21net: sparx5: configure TAS port link speedRobert Marko7-0/+75
2026-07-21net: airoha: fix MIB stats collection to be losslessAniket Negi2-66/+132
2026-07-21geneve: make geneve_fill_info() RTNL independentEric Dumazet1-11/+24
2026-07-21geneve: convert config to RCU-protected pointerEric Dumazet1-95/+118
2026-07-21geneve: pass geneve_config pointer to helper functionsEric Dumazet1-64/+76
2026-07-21net: stmmac: eic7700: add support for eth1 clock inversion variantZhi Li1-8/+103
2026-07-21net: stmmac: eic7700: make RGMII delay properties optionalZhi Li1-6/+0
2026-07-20bnx2x: fix null pointer dereference in bnx2x_free_mem_bp()Abdun Nihaal1-4/+4
2026-07-20bonding: fix devconf_all NULL dereference when IPv6 is disabledZhaolong Zhang1-1/+2
2026-07-20net: phy: marvell: fix return codeMichael Walle1-1/+1
2026-07-20ovpn: use monotonic clock for peer keepalive timeoutsMarco Baffo2-4/+4
2026-07-20ovpn: fix use after free in unlock_ovpn()Marco Baffo1-2/+3
2026-07-20ovpn: hold peer before scheduling keepalive workShuvam Pandey1-2/+4
2026-07-20ovpn: fix peer refcount leak in TCP error pathsPavitra Jha1-2/+4
2026-07-20ovpn: avoid putting unrelated P2P peer on socket releaseQing Ming1-1/+0
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni35-65/+139
2026-07-18wifi: iwlwifi: mld: move BIOS reading code to where it belongsMiri Korenblit2-2/+3
2026-07-18wifi: iwlwifi: mld: add debug log after AP type commandPagadala Yesu Anjaneyulu1-0/+2
2026-07-18wifi: iwlwifi: mld: support update_mcc notification v2Pagadala Yesu Anjaneyulu2-2/+6
2026-07-18wifi: iwlwifi: fw: move SAR defines from acpi.h to regulatory.hAvinash Bhatt2-5/+3
2026-07-18wifi: iwlwifi: mld: drop connection on D3 resume failureAyala Beker1-0/+3
2026-07-18wifi: iwlwifi: mvm: ignore sync frames when sync is disabledEmmanuel Grumbach1-0/+4
2026-07-18wifi: iwlwifi: mld: initialize scan-abort statusEmmanuel Grumbach1-1/+2
2026-07-18wifi: iwlwifi: mld: validate wake packet crypto overheadEmmanuel Grumbach1-6/+57
2026-07-18wifi: iwlwifi: validate SEC_RT TLV minimum sizeEmmanuel Grumbach1-1/+4
2026-07-18wifi: iwlwifi: uefi: bound PPAG revision bitmap shiftEmmanuel Grumbach1-1/+1
2026-07-18wifi: iwlwifi: acpi: validate WGDS table revision indexEmmanuel Grumbach1-0/+5
2026-07-18wifi: iwlwifi: dbg-tlv: bound aligned TLV walk lengthEmmanuel Grumbach1-2/+11
2026-07-18wifi: iwlwifi: bound aligned TLV advance in FW parserEmmanuel Grumbach1-2/+11
2026-07-17net: phy: at803x: Use a helper to check for phy reset existenceMaxime Chevallier1-1/+1
2026-07-17net: mana: Add handler for sriov configureHaiyang Zhang1-0/+24
2026-07-17net: mana: Add debug knob to skip TX timeout recovery resetAditya Garg1-0/+14
2026-07-17net: airoha: add preliminary support to configure tx hw QoS queue during flow...Lorenzo Bianconi1-4/+6
2026-07-17bnxt_en: Handle partially initialized auxiliary devicesRuoyu Wang1-19/+20
2026-07-17netconsole: move skb_pool / refill_wq from struct netpoll to netconsole_targetBreno Leitao1-23/+30
2026-07-17netconsole: move remote_mac from struct netpoll to netconsole_targetBreno Leitao1-9/+11
2026-07-17netconsole: move skb_pool_flush() from netpollBreno Leitao1-1/+4
2026-07-17netconsole: move local_port / remote_port from struct netpoll to netconsole_t...Breno Leitao1-21/+26
2026-07-17netconsole: move refill_skbs() and skb-pool sizing macros from netpollBreno Leitao1-0/+29
2026-07-17netconsole: move refill_skbs_work_handler() from netpollBreno Leitao1-0/+8