summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2023-01-19net: phy: fix use of uninit variable when setting PLCA configPiergiorgio Beruto-1/+1
2023-01-19net: sfp: remove unused ctype.h includeRussell King (Oracle)-1/+0
2023-01-19net: sfp: remove acpi.h includeRussell King (Oracle)-1/+0
2023-01-19net: sfp: rename gpio_of_names[]Russell King (Oracle)-4/+4
2023-01-19net: sfp: use device_get_match_data()Russell King (Oracle)-12/+4
2023-01-19net: sfp: use i2c_get_adapter_by_fwnode()Russell King (Oracle)-12/+1
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodAndrew Lunn-1/+1
2023-01-19net: mdio: scan bus based on bus capabilities for C22 and C45Andrew Lunn-6/+2
2023-01-19net: mdio: Add workaround for Micrel PHYs which are not C45 compatibleAndrew Lunn-3/+34
2023-01-19net: mdio: Rework scanning of bus ready for quirksAndrew Lunn-39/+86
2023-01-19net: mdio: Move mdiobus_scan() within fileAndrew Lunn-51/+50
2023-01-17net: mdio: validate parameter addr in mdiobus_get_phy()Heiner Kallweit-1/+6
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto-0/+179
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto-0/+239
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto-0/+195
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto-2/+23
2023-01-10net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn-0/+55
2023-01-10net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn-0/+5
2023-01-10net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn-2/+8
2023-01-10net: mdio: mdiobus_register: update validation testAndrew Lunn-2/+9
2023-01-10net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn-0/+189
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle-0/+7
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera-5/+5
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera-1/+2
2023-01-06net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur-17/+8
2022-12-30net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin-0/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-137/+2065
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-12-08net: phy: remove redundant "depends on" linesRandy Dunlap-3/+0
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+87
2022-12-07net: phy: mxl-gpy: add MDINT workaroundMichael Walle-0/+85
2022-12-06net: sfp: clean up i2c-bus property parsingRussell King (Oracle)-36/+41
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng-0/+2
2022-12-05net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle-4/+4
2022-11-30net: phy: Add link between phy dev and mac devXiaolei Wang-0/+12
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+21
2022-11-28net: mdiobus: fix unbalanced node reference countYang Yingliang-0/+1
2022-11-28net: phylink: fix PHY validation with rate adaptionRussell King (Oracle)-6/+16
2022-11-27net: phy: fix null-ptr-deref while probe() failedYang Yingliang-0/+1
2022-11-25net: phy: add Motorcomm YT8531S phy id.Frank-6/+48
2022-11-21net: phy: at803x: fix error return code in at803x_probe()Wei Yongjun-1/+3
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart-29/+30
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+16
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-11-15net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean-0/+40
2022-11-15net: phy: marvell: add sleep time after enabling the loopback bitAminuddin Jamaluddin-7/+9
2022-11-11net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong-0/+7
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-11-10net: phy: mscc: macsec: clear encryption keys when freeing a flowAntoine Tenart-0/+1