summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski6-27/+18
2025-11-12net: stmmac: improve ndev->max_mtu setup readabilityRussell King (Oracle)1-10/+12
2025-11-12r8169: add support for RTL8125Kjaven1-0/+3
2025-11-12Merge tag 'ath-next-20251111' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg5-25/+14
2025-11-11net: sparx5/lan969x: populate netdev of_nodeRobert Marko1-0/+2
2025-11-11net: stmmac: meson8b: use stmmac_get_phy_intf_sel()Russell King (Oracle)1-14/+4
2025-11-11net: stmmac: meson8b: use phy_intf_sel directlyRussell King (Oracle)1-8/+8
2025-11-11net: stmmac: meson8b: use PHY_INTF_SEL_xRussell King (Oracle)1-2/+2
2025-11-11net: netcp: ethss: Fix type of first parameter in hwtstamp stubsNathan Chancellor1-2/+2
2025-11-11net/mlx5: E-Switch, support eswitch inactive modeSaeed Mahameed5-22/+213
2025-11-11net/mlx5: MPFS, add support for dynamic enable/disableSaeed Mahameed2-17/+108
2025-11-11wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()Abdun Nihaal1-2/+4
2025-11-10net: dsa: loop: use new helper fixed_phy_register_100fd to simplify the codeHeiner Kallweit1-6/+1
2025-11-10isdn: kcapi: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-10gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg1-0/+4
2025-11-10gve: Allow ethtool to configure rx_buf_lenAnkit Garg3-1/+60
2025-11-10gve: Use extack to log xdp config verification errorsAnkit Garg1-9/+15
2025-11-10gve: Decouple header split from RX buffer lengthAnkit Garg3-15/+0
2025-11-10net: stmmac: ingenic: use ->set_phy_intf_sel()Russell King (Oracle)1-21/+10
2025-11-10net: stmmac: ingenic: pass ingenic_mac struct rather than plat_datRussell King (Oracle)1-18/+7
2025-11-10net: stmmac: ingenic: simplify x2000 mac_set_mode()Russell King (Oracle)1-20/+6
2025-11-10net: stmmac: ingenic: simplify mac_set_mode() methodsRussell King (Oracle)1-48/+2
2025-11-10net: stmmac: ingenic: move "MAC PHY control register" debugRussell King (Oracle)1-15/+3
2025-11-10net: stmmac: ingenic: use stmmac_get_phy_intf_sel()Russell King (Oracle)1-21/+34
2025-11-10net: stmmac: ingenic: prep PHY_INTF_SEL_x field after switch()Russell King (Oracle)1-11/+23
2025-11-10net: stmmac: ingenic: use PHY_INTF_SEL_x directlyRussell King (Oracle)1-12/+8
2025-11-10net: stmmac: ingenic: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)1-4/+4
2025-11-10net: stmmac: ingenic: simplify jz4775 mac_set_mode()Russell King (Oracle)1-8/+6
2025-11-10net: stmmac: ingenic: move ingenic_mac_init()Russell King (Oracle)1-14/+14
2025-11-10usbnet: Add support for Byte Queue Limits (BQL)Simon Schippers1-0/+11
2025-11-10tg3: Fix num of RX queues being reported by ethtoolBreno Leitao1-1/+1
2025-11-10net: dsa: b53: add support for bcm63xx ARL entry formatJonas Gorski3-7/+61
2025-11-10net: dsa: b53: add support for 5389/5397/5398 ARL entry formatJonas Gorski3-3/+89
2025-11-10net: dsa: b53: move ARL entry functions into ops structJonas Gorski2-21/+76
2025-11-10net: dsa: b53: split reading search entry into their own functionsJonas Gorski1-18/+38
2025-11-10net: dsa: b53: provide accessors for accessing ARL_SRCH_CTLJonas Gorski1-13/+24
2025-11-10net: dsa: b53: move writing ARL entries into their own functionsJonas Gorski1-12/+26
2025-11-10net: dsa: b53: move reading ARL entries into their own functionJonas Gorski1-46/+23
2025-11-10net: dsa: b53: b53_arl_read{,25}(): use the entry for comparisionJonas Gorski1-12/+10
2025-11-10net: ravb: Correct bad check of timestamp control flagsNiklas Söderlund1-2/+2
2025-11-10ptp: ocp: Document sysfs output format for backward compatibilityZhongqiu Han1-0/+6
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski13-137/+2027
2025-11-07net: stmmac: sti: use ->set_phy_intf_sel()Russell King (Oracle)1-16/+9
2025-11-07net: stmmac: sti: use stmmac_get_phy_intf_sel()Russell King (Oracle)1-13/+9
2025-11-07net: stmmac: sti: use PHY_INTF_SEL_x directlyRussell King (Oracle)1-15/+12
2025-11-07net: stmmac: sti: use PHY_INTF_SEL_x to select PHY interfaceRussell King (Oracle)1-5/+7
2025-11-07net: stmmac: lpc18xx: use ->set_phy_intf_sel()Russell King (Oracle)1-14/+22
2025-11-07net: stmmac: lpc18xx: validate phy_intf_selRussell King (Oracle)1-4/+3
2025-11-07net: stmmac: lpc18xx: use stmmac_get_phy_intf_sel()Russell King (Oracle)1-5/+4
2025-11-07net: stmmac: lpc18xx: use PHY_INTF_SEL_x directlyRussell King (Oracle)1-5/+3