summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
7 daysnet: sfp: improve Huawei MA5671a fixupÁlvaro Fernández Rojas-1/+7
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-9/+18
2026-02-24net: phy: register phy led_triggers during probe to avoid AB-BA deadlockAndrew Lunn-8/+17
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-28/+26
2026-02-20net: phy: qcom: qca807x: normalize return value of gpio_getDmitry Torokhov-1/+1
2026-02-12net: phy: phy_port: Correctly recompute the port's linkmodesMaxime Chevallier-7/+17
2026-02-12net: phy: phy_port: Cleanup the of-parsing logic for phy_portMaxime Chevallier-7/+2
2026-02-12net: phy: initialize the port support based on the PHY's for OF portsMaxime Chevallier-0/+3
2026-02-11Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-666/+1891
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+4
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit-13/+0
2026-02-02net: phy: dp83867: Always program R/SGMII enable bitsSean Anderson-24/+10
2026-02-02net: phy: dp83867: Program TX FIFO for all interfacesSean Anderson-17/+14
2026-01-30net: sfp: Fix quirk for Ubiquiti U-Fiber Instant SFP moduleMarek Behún-0/+2
2026-01-29net: sfp: add quirk for Lantech 8330-265DMarek Behún-2/+6
2026-01-29net: phy: air_en8811h: Add clk provider for an8811hbBjørn Mork-0/+107
2026-01-29net: phy: air_en8811h: add Airoha AN8811HB supportBjørn Mork-11/+269
2026-01-29net: phy: air_en8811h: factor out shareable codeBjørn Mork-23/+36
2026-01-29net: phylink: fix NULL pointer deref in phylink_major_config()Russell King (Oracle)-1/+2
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+13
2026-01-28net: phy: micrel: fix clk warning when removing the driverWei Fang-4/+13
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+7
2026-01-22net: phy: Grammar update for comment in genphy_update_linkSimon Horman-1/+1
2026-01-22net: phy: micrel: add option to keep the preamble before sfd for KSZ9131Stefan Eichenberger-1/+13
2026-01-21net: phylink: introduce helpers for replaying link callbacksVladimir Oltean-3/+58
2026-01-21net: phylink: simplify phylink_resolve() -> phylink_major_config() pathVladimir Oltean-11/+9
2026-01-21net: phy: air_en8811h: deprecate "airoha,pnswap-rx" and "airoha,pnswap-tx"Vladimir Oltean-15/+39
2026-01-20net: phy: simplify PHY fixup registrationHeiner Kallweit-21/+13
2026-01-20net: phy: intel-xway: fix OF node refcount leakageDaniel Golle-2/+5
2026-01-19net: ethtool: Add support for 80Gbps speedMika Westerberg-0/+6
2026-01-17net: sfp: add potron quirk to the H-COM SPP425H-GAB4 SFP+ StickHamza Mahfooz-0/+2
2026-01-17net: phy: realtek: simplify bogus paged operationsDaniel Golle-11/+8
2026-01-17net: phy: realtek: demystify PHYSR register locationDaniel Golle-13/+13
2026-01-17net: phy: realtek: reunify C22 and C45 driversDaniel Golle-56/+16
2026-01-17net: phy: realtek: simplify C22 reg access via MDIO_MMD_VEND2Daniel Golle-0/+11
2026-01-17net: phy: realtek: support interrupt also for C22 variantsDaniel Golle-0/+4
2026-01-15net: phy: realtek: fix in-band capabilities for 2.5G PHYsJan Hoffmann-0/+1
2026-01-15net: phy: remove unused fixup unregistering functionsHeiner Kallweit-46/+0
2026-01-15net: phy: adin: enable configuration of the LP Termination RegisterOsose Itua-0/+20
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2026-01-15net: phy: mscc: macsec: Use new AES library APIEric Biggers-4/+4
2026-01-13net: phy: fixed_phy: replace IDA with a bitmapHeiner Kallweit-7/+17
2026-01-13net: phy: fixed_phy: replace list of fixed PHYs with static arrayHeiner Kallweit-52/+17
2026-01-13net: phy: Only rely on phy_port for PHY-driven SFPMaxime Chevallier-19/+9
2026-01-13net: phy: qca807x: Support SFP through phy_port interfaceMaxime Chevallier-42/+30
2026-01-13net: phy: at803x: Support SFP through phy_port interfaceMaxime Chevallier-45/+32
2026-01-13net: phy: marvell10g: Support SFP through phy_portMaxime Chevallier-20/+73