summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-3/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds17-21/+21
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook17-28/+26
13 daysnet: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier1-7/+17
13 daysnet: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier1-7/+2
13 daysnet: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier1-0/+3
14 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-666/+1891
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit1-13/+0
2026-02-03net: phy: dp83867: Always program R/SGMII enable bitsSean Anderson1-24/+10
2026-02-03net: phy: dp83867: Program TX FIFO for all interfacesSean Anderson1-17/+14
2026-01-31net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP moduleMarek Behún1-0/+2
2026-01-30net: sfp: add quirk for Lantech 8330-265DMarek Behún1-2/+6
2026-01-30net: phy: air_en8811h: Add clk provider for an8811hbBjørn Mork1-0/+107
2026-01-30net: phy: air_en8811h: add Airoha AN8811HB supportBjørn Mork1-11/+269
2026-01-30net: phy: air_en8811h: factor out shareable codeBjørn Mork1-23/+36
2026-01-30net: phylink: fix NULL pointer deref in phylink_major_config()Russell King (Oracle)1-1/+2
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2026-01-29net: phy: micrel: fix clk warning when removing the driverWei Fang1-4/+13
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+7
2026-01-23net: phy: Grammar update for comment in genphy_update_linkSimon Horman1-1/+1
2026-01-23net: phy: micrel: add option to keep the preamble before sfd for KSZ9131Stefan Eichenberger1-1/+13
2026-01-22net: phylink: introduce helpers for replaying link callbacksVladimir Oltean1-3/+58
2026-01-22net: phylink: simplify phylink_resolve() -> phylink_major_config() pathVladimir Oltean1-11/+9
2026-01-22net: phy: air_en8811h: deprecate "airoha,pnswap-rx" and "airoha,pnswap-tx"Vladimir Oltean2-15/+39
2026-01-21net: phy: simplify PHY fixup registrationHeiner Kallweit1-21/+13
2026-01-21net: phy: intel-xway: fix OF node refcount leakageDaniel Golle1-2/+5
2026-01-19net: ethtool: Add support for 80Gbps speedMika Westerberg4-0/+6
2026-01-18net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ StickHamza Mahfooz1-0/+2
2026-01-18net: phy: realtek: simplify bogus paged operationsDaniel Golle1-11/+8
2026-01-18net: phy: realtek: demystify PHYSR register locationDaniel Golle1-13/+13
2026-01-18net: phy: realtek: reunify C22 and C45 driversDaniel Golle1-56/+16
2026-01-18net: phy: realtek: simplify C22 reg access via MDIO_MMD_VEND2Daniel Golle1-0/+11
2026-01-18net: phy: realtek: support interrupt also for C22 variantsDaniel Golle1-0/+4
2026-01-16net: phy: realtek: fix in-band capabilities for 2.5G PHYsJan Hoffmann1-0/+1
2026-01-16net: phy: remove unused fixup unregistering functionsHeiner Kallweit1-46/+0
2026-01-16net: phy: adin: enable configuration of the LP Termination RegisterOsose Itua1-0/+20
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2026-01-16net: phy: mscc: macsec: Use new AES library APIEric Biggers1-4/+4
2026-01-14net: phy: fixed_phy: replace IDA with a bitmapHeiner Kallweit1-7/+17
2026-01-14net: phy: fixed_phy: replace list of fixed PHYs with static arrayHeiner Kallweit1-52/+17
2026-01-14net: phy: Only rely on phy_port for PHY-driven SFPMaxime Chevallier1-19/+9
2026-01-14net: phy: qca807x: Support SFP through phy_port interfaceMaxime Chevallier1-42/+30
2026-01-14net: phy: at803x: Support SFP through phy_port interfaceMaxime Chevallier1-45/+32
2026-01-14net: phy: marvell10g: Support SFP through phy_portMaxime Chevallier2-20/+73
2026-01-14net: phy: marvell: Support SFP through phy_port interfaceMaxime Chevallier1-60/+32
2026-01-14net: phy: marvell-88x2222: Support SFP through phy_port interfaceMaxime Chevallier1-56/+38
2026-01-14net: phy: Introduce generic SFP handling for PHY driversMaxime Chevallier1-0/+107
2026-01-14net: phy: Create a phy_port for PHY-driven SFPsMaxime Chevallier2-0/+45