summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-09-05sh_eth: Use async pm_runtime_put()Geert Uytterhoeven-2/+2
2025-09-05sh_eth: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-11/+2
2025-09-05sh_eth: Remove dummy Runtime PM callbacksGeert Uytterhoeven-13/+0
2025-09-05net: phy: transfer phy_config_inband() locking responsibility to phylinkVladimir Oltean-8/+13
2025-09-05net: phylink: add lock for serializing concurrent pl->phydev writes with reso...Vladimir Oltean-3/+16
2025-09-05net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable()Stefan Wahren-1/+2
2025-09-05net: phy: fixed_phy: remove link gpio supportHeiner Kallweit-64/+4
2025-09-05wifi: mwifiex: fix double free in mwifiex_send_rgpower_table()Dan Carpenter-3/+1
2025-09-04smsc911x: add second read of EEPROM mac when possible corruption seenColin Foster-2/+12
2025-09-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-73/+82
2025-09-04net: libwx: fix to enable RSSJiawen Wu-4/+0
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-316/+2579
2025-09-04phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur-10/+8
2025-09-04net: dsa: dsa_loop: use int type to store negative error codesQianfeng Rong-1/+2
2025-09-04ppp: fix memory leak in pad_compress_skbQingfang Deng-3/+3
2025-09-04net: xilinx: axienet: Add error handling for RX metadata pointer retrievalAbin Joseph-0/+10
2025-09-04wifi: brcmfmac: support AP isolation to restrict reachability between stationsWright Feng-0/+23
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel-7/+1
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges-4/+4
2025-09-04Merge tag 'iwlwifi-next-2025-09-03' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg-3393/+884
2025-09-04eth: fbnic: support queue ops / zero-copy RxJakub Kicinski-2/+174
2025-09-04eth: fbnic: don't pass NAPI into pp allocJakub Kicinski-4/+4
2025-09-04eth: fbnic: defer page pool recycling activation to queue startJakub Kicinski-1/+5
2025-09-04eth: fbnic: allocate unreadable page pool for the payloadsJakub Kicinski-10/+21
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski-8/+1
2025-09-04eth: fbnic: split fbnic_fill()Jakub Kicinski-15/+18
2025-09-04eth: fbnic: split fbnic_enable()Jakub Kicinski-21/+24
2025-09-04eth: fbnic: split fbnic_flush()Jakub Kicinski-35/+38
2025-09-04eth: fbnic: split fbnic_disable()Jakub Kicinski-19/+23
2025-09-04eth: fbnic: request ops lockJakub Kicinski-8/+18
2025-09-04eth: fbnic: use netmem_ref where applicableJakub Kicinski-27/+40
2025-09-04eth: fbnic: move page pool alloc to fbnic_alloc_rx_qt_resources()Jakub Kicinski-27/+8
2025-09-04eth: fbnic: move xdp_rxq_info_reg() to resource allocJakub Kicinski-32/+26
2025-09-04eth: fbnic: move page pool pointer from NAPI to the ring structJakub Kicinski-44/+55
2025-09-04net: renesas: rswitch: add modifiable ageing timeMichael Dege-0/+20
2025-09-04net: renesas: rswitch: add offloading for L2 switchingMichael Dege-5/+412
2025-09-04net: renesas: rswitch: configure default ageing timeMichael Dege-2/+23
2025-09-04net: renesas: rswitch: rename rswitch.c to rswitch_main.cMichael Dege-0/+1
2025-09-03net: phy: micrel: Add PTP support for lan8842Horatiu Vultur-0/+99
2025-09-03net: phy: micrel: Introduce function __lan8814_ptp_probe_onceHoratiu Vultur-5/+12
2025-09-03net: thunder_bgx: decrement cleanup index before useRosen Penev-1/+1
2025-09-03net: thunder_bgx: add a missing of_node_putRosen Penev-7/+11
2025-09-03drivers: net: stmmac: handle start time set in the past for flexible PPSGatien Chevallier-1/+33
2025-09-03net: phylink: move PHY interrupt request to non-fail pathRussell King (Oracle)-3/+3
2025-09-03net: stmmac: imx: add i.MX91 supportJoy Zou-1/+3
2025-09-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-126/+65
2025-09-03Merge tag 'mlx5-psp-ifc' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-1/+8
2025-09-03Merge tag 'wireless-2025-09-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-25/+142
2025-09-03ixgbe: drop unnecessary casts to u16 / intJacek Kowalski-6/+6
2025-09-03igc: drop unnecessary constant casts to u16Jacek Kowalski-3/+3