summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-10-28net: stmmac: Move subsecond increment configuration in dedicated helperMaxime Chevallier1-20/+28
2025-10-28net: macb: Add "mobileye,eyeq5-gem" compatibleThéo Lebrun1-0/+38
2025-10-28net: macb: rename bp->sgmii_phy field to bp->phyThéo Lebrun2-14/+14
2025-10-28net: macb: add no LSO capability (MACB_CAPS_NO_LSO)Théo Lebrun2-2/+6
2025-10-28net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignmentThéo Lebrun2-3/+23
2025-10-28dibs: Use subsys_initcall()Alexandra Winter1-1/+1
2025-10-28dibs: Remove reset of static vars in dibs_init()Alexandra Winter1-3/+0
2025-10-28net/mlx5: Add balance ID support for LAG multiplane groupsMark Bloch2-0/+9
2025-10-28net/mlx5: Refactor HCA cap 2 settingMark Bloch1-6/+12
2025-10-28net/mlx5: Refactor PTP clock devcom pairingMark Bloch1-10/+9
2025-10-28net/mlx5: Add software system image GUID infrastructureMark Bloch13-40/+77
2025-10-28net/mlx5: Use common mlx5_same_hw_devs functionMark Bloch2-10/+2
2025-10-28net: txgbe: support RSC offloadJiawen Wu6-17/+224
2025-10-28net: txgbe: support TX head write-back modeJiawen Wu7-2/+81
2025-10-28net: txgbe: support RX desc merge modeJiawen Wu6-0/+33
2025-10-28net: hns3: add hwtstamp_get/hwtstamp_set opsVadim Fedorenko5-26/+64
2025-10-28net: renesas: rswitch: convert to ndo_hwtstamp APIVadim Fedorenko1-34/+19
2025-10-28net: ravb: convert to ndo_hwtstamp APIVadim Fedorenko1-42/+19
2025-10-28ionic: convert to ndo_hwtstamp APIVadim Fedorenko3-44/+52
2025-10-28mlx4: convert to ndo_hwtstamp APIVadim Fedorenko2-39/+29
2025-10-28octeontx2: convert to ndo_hwtstamp APIVadim Fedorenko3-35/+33
2025-10-28net: airoha: Fix a copy and paste bug in probe()Dan Carpenter1-4/+4
2025-10-28phy: mscc: Fix PTP for VSC8574 and VSC8572Horatiu Vultur1-3/+3
2025-10-28phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur2-23/+8
2025-10-25ethernet: stmmac: dwmac-rk: Add RK3506 GMAC supportDavid Wu1-0/+64
2025-10-25net: ravb: Allocate correct number of queues based on SoC supportLad Prabhakar1-3/+4
2025-10-25net: ravb: Make DBAT entry count configurable per-SoCLad Prabhakar2-3/+8
2025-10-25net: usb: usbnet: coding style for functionsOliver Neukum1-25/+24
2025-10-25net: stmmac: add support for controlling PCS interruptsRussell King (Oracle)6-22/+34
2025-10-25net: stmmac: add stmmac_mac_irq_modify()Russell King (Oracle)7-0/+62
2025-10-25net: stmmac: convert to phylink managed WoL PHY speedRussell King (Oracle)3-25/+2
2025-10-25net: stmmac: convert to phylink-managed Wake-on-LanRussell King (Oracle)4-38/+36
2025-10-25net: phylink: add phylink managed wake-on-lan PHY speed controlRussell King (Oracle)1-0/+12
2025-10-25net: phylink: add phylink managed MAC Wake-on-Lan supportRussell King (Oracle)1-4/+76
2025-10-25net: phy: add phy_may_wakeup()Russell King (Oracle)1-2/+12
2025-10-24net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parametersDaniel Golle1-10/+7
2025-10-24net: dsa: lantiq_gswip: optimize regmap_write_bits() statementsDaniel Golle1-18/+15
2025-10-24net: dsa: lantiq_gswip: replace *_mask() functions with regmap APIDaniel Golle1-70/+70
2025-10-24net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle1-40/+38
2025-10-24net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle1-84/+76
2025-10-24net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle3-47/+67
2025-10-24net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle1-1/+5
2025-10-24net: airoha: Remove code duplication in airoha_regs.hLorenzo Bianconi2-111/+100
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski151-574/+887
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds31-138/+286
2025-10-23Merge tag 'acpi-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+7
2025-10-23Merge tag 'pm-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-13/+14
2025-10-23net/mlx5: Fix IPsec cleanup over MPV devicePatrisious Haddad3-2/+30
2025-10-23net/mlx5: Refactor devcom to return NULL on failurePatrisious Haddad7-42/+39
2025-10-23net/mlx5e: Skip PPHCR register query if not supported by the deviceAlexei Lazar1-1/+3