aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-29microchip: lan865x: add ndo_eth_ioctl handler to enable PHY ioctl supportParthiban Veerasooran1-0/+1
2025-08-29xirc2ps_cs: fix register access when enabling FullDuplexAlok Tiwari1-1/+1
2025-08-29pppoe: drop sock reference counting on fast pathQingfang Deng1-22/+13
2025-08-29pppoe: remove rwlock usageQingfang Deng1-41/+53
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski21-68/+190
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski47-687/+758
2025-08-28Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds46-684/+754
2025-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski15-1688/+1747
2025-08-28eth: mlx5: remove Kconfig co-dependency with VXLANJakub Kicinski2-2/+3
2025-08-28net: stmmac: mdio: clean up c22/c45 accessor splitRussell King (Oracle)1-4/+0
2025-08-28net: stmmac: minor cleanups to stmmac_bus_clks_config()Russell King (Oracle)1-13/+14
2025-08-28net: stmmac: mdio: use netdev_priv() directlyRussell King (Oracle)1-28/+10
2025-08-28net: phy: mtk-2p5ge: Add LED support for MT7988Sky Huang1-6/+98
2025-08-28net/mlx5e: add op for getting netdev DMA deviceDragos Tatulea1-0/+24
2025-08-28fbnic: Push local unicast MAC addresses to FW to populate TCAMsAlexander Duyck3-1/+143
2025-08-28fbnic: Add logic to repopulate RPC TCAM if BMC enables channelAlexander Duyck5-9/+21
2025-08-28fbnic: Pass fbnic_dev instead of netdev to __fbnic_set/clear_rx_modeAlexander Duyck3-11/+12
2025-08-28fbnic: Move promisc_sync out of netdev code and into RPC pathAlexander Duyck3-43/+49
2025-08-28net: pse-pd: Add Si3474 PSE controller driverPiotr Kubik3-0/+590
2025-08-28Merge tag 'iwlwifi-fixes-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohannes Berg5-7/+57
2025-08-28wifi: iwlwifi: cfg: add back more lost PCI IDsJohannes Berg1-0/+8
2025-08-28wifi: iwlwifi: fix byte count table for old devicesJohannes Berg1-1/+2
2025-08-28wifi: iwlwifi: cfg: restore some 1000 series configsJohannes Berg1-3/+3
2025-08-28Merge tag 'mt76-fixes-2025-08-27' of https://github.com/nbd168/wirelessJohannes Berg12-51/+124
2025-08-28wifi: mwifiex: Initialize the chan_stats array to zeroQianfeng Rong2-4/+5
2025-08-28wifi: iwlwifi: uefi: check DSM item validityJohannes Berg1-0/+6
2025-08-28wifi: iwlwifi: acpi: check DSM func validityJohannes Berg2-1/+32
2025-08-28wifi: iwlwifi: if scratch is ~0U, consider it a failureEmmanuel Grumbach1-2/+6
2025-08-28net: macb: Disable clocks onceNeil Mandir1-5/+2
2025-08-28wifi: iwlwifi: refactor iwl_pnvm_get_from_fsMiri Korenblit1-10/+10
2025-08-28wifi: iwlwifi: iwl-config: include module.hJohannes Berg1-0/+1
2025-08-28wifi: iwlwifi: mld: don't modify trans state where not neededMiri Korenblit2-31/+11
2025-08-28wifi: iwlwifi: simplify iwl_trans_pcie_d3_resumeMiri Korenblit7-46/+14
2025-08-28wifi: iwlwifi: trans: remove STATUS_SUSPENDEDMiri Korenblit2-23/+2
2025-08-28wifi: iwlwifi: trans: remove d3 test codeMiri Korenblit7-42/+25
2025-08-28wifi: iwlwifi: remove dump file name extension supportMiri Korenblit6-98/+0
2025-08-28wifi: iwlwifi: mvm: remove d3 test codeMiri Korenblit4-182/+20
2025-08-28wifi: iwlwifi: add a new FW file numbering schemeJohannes Berg5-38/+85
2025-08-28wifi: iwlwifi: mld: add few missing hcmd/notif namesDaniel Gabay1-0/+4
2025-08-28wifi: iwlwifi: mld: Add debug log for second linkSomashekhar Puttagangaiah1-1/+13
2025-08-28wifi: iwlwifi: simplify iwl_poll_prph_bit return valueItamar Shalev1-1/+1
2025-08-28wifi: iwlwifi: pcie: relocate finish_nic_init logic to gen1_2Itamar Shalev3-87/+92
2025-08-28wifi: iwlwifi: mld: trigger mlo scan only when not in EMLSRSomashekhar Puttagangaiah2-6/+12
2025-08-28wifi: iwlwifi: mld: don't check the cipher on resumeMiri Korenblit1-24/+19
2025-08-27fbnic: Move phylink resume out of service_task and into open/closeAlexander Duyck2-2/+4
2025-08-27fbnic: Fixup rtnl_lock and devl_lock handling related to mailbox codeAlexander Duyck1-7/+6
2025-08-27eth: fbnic: Add pause stats supportMohsin Bashir6-0/+42
2025-08-27eth: fbnic: Read PHY stats via the ethtool APIMohsin Bashir1-0/+42
2025-08-27eth: fbnic: Fetch PHY stats from deviceMohsin Bashir5-0/+101
2025-08-27eth: fbnic: Reset MAC statsMohsin Bashir2-0/+24