summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-01-24net: phy: microchip: run phy initialization during each link updateRakesh Sankaranarayanan1-14/+56
2023-01-24net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy()Heiner Kallweit1-1/+2
2023-01-21net: phy: Remove fallback to old C45 methodAndrew Lunn1-8/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2023-01-20net: phy: fix use of uninit variable when setting PLCA configPiergiorgio Beruto1-1/+1
2023-01-20net: sfp: remove unused ctype.h includeRussell King (Oracle)1-1/+0
2023-01-20net: sfp: remove acpi.h includeRussell King (Oracle)1-1/+0
2023-01-20net: sfp: rename gpio_of_names[]Russell King (Oracle)1-4/+4
2023-01-20net: sfp: use device_get_match_data()Russell King (Oracle)1-12/+4
2023-01-20net: sfp: use i2c_get_adapter_by_fwnode()Russell King (Oracle)1-12/+1
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn1-1/+1
2023-01-19net: mdio: scan bus based on bus capabilities for C22 and C45Andrew Lunn1-6/+2
2023-01-19net: mdio: Add workaround for Micrel PHYs which are not C45 compatibleAndrew Lunn1-3/+34
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn1-39/+86
2023-01-19net: mdio: Move mdiobus_scan() within fileAndrew Lunn1-51/+50
2023-01-17net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit1-1/+6
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto3-0/+179
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto2-0/+239
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2-0/+195
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto3-2/+23
2023-01-11net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn1-0/+55
2023-01-11net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn1-0/+5
2023-01-11net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8
2023-01-11net: mdio: mdiobus_register: update validation testAndrew Lunn1-2/+9
2023-01-11net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn1-0/+189
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle1-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle1-0/+7
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera1-5/+5
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera1-1/+2
2023-01-07net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur1-17/+8
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin1-0/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-137/+2065
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-12-09net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+87
2022-12-08net: phy: mxl-gpy: add MDINT workaroundMichael Walle1-0/+85
2022-12-07net: sfp: clean up i2c-bus property parsingRussell King (Oracle)1-36/+41
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng1-0/+2
2022-12-05net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle1-4/+4
2022-12-01net: phy: Add link between phy dev and mac devXiaolei Wang1-0/+12
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+21
2022-11-29net: mdiobus: fix unbalanced node reference countYang Yingliang1-0/+1
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)1-6/+16
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang1-0/+1
2022-11-25net: phy: add Motorcomm YT8531S phy id.Frank2-6/+48
2022-11-22net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun1-1/+3
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2-29/+30
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+16
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-16net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean1-0/+40