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