summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2021-08-24net: phy: mediatek: add the missing suspend/resume callbacksDENG Qingfang-0/+4
2021-08-08net: phy: micrel: Fix link detection on ksz87xx switch"Ben Hutchings-2/+0
2021-08-02net: phy: micrel: Fix detection of ksz87xx switchSteve Bennett-5/+5
2021-07-25net: phy: broadcom: re-add check for PHY_BRCM_DIS_TXCRXC_NOENRGY on the BCM54...Kevin Lo-1/+1
2021-07-11net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn-5/+35
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+31
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer-1/+29
2021-06-24net: phy: mscc: fix macsec key lengthAntoine Tenart-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+1
2021-06-17net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei-2/+1
2021-06-16net: phy: replace if-else statements with switchWeihang Li-4/+9
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang-6/+6
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang-12/+9
2021-06-16net: phy: fix space alignment issuesWenpeng Liang-25/+25
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang-2/+2
2021-06-16net: phy: correct format of block commentsWenpeng Liang-9/+16
2021-06-16net: phy: change format of some declarationsWenpeng Liang-5/+9
2021-06-14net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave regis...Vladimir Oltean-0/+6
2021-06-14net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparoundVladimir Oltean-1/+1
2021-06-14net: phy: nxp-c45-tja11xx: express timestamp wraparound interval in terms of ...Vladimir Oltean-1/+1
2021-06-14net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debugVladimir Oltean-1/+1
2021-06-14net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel-0/+180
2021-06-14net: phy: micrel: ksz8081 add MDI-X supportOleksij Rempel-0/+89
2021-06-14net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel-0/+88
2021-06-14net: phy: micrel: use consistent alignmentsOleksij Rempel-22/+22
2021-06-14net: phy: micrel: remove redundant assignment to pointer of_nodeColin Ian King-6/+3
2021-06-12net: phylink: Add 25G BASE-R supportSteen Hegelund-0/+5
2021-06-12net: sfp: add support for 25G BASE-R SFPsSteen Hegelund-0/+5
2021-06-11net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson-38/+1
2021-06-11net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson-0/+54
2021-06-11net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson-2/+4
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson-0/+21
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson-0/+62
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson-0/+23
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri-5/+1
2021-06-10net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee-0/+12
2021-06-09net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King-8/+9
2021-06-08net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang-1/+14
2021-06-08net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang-3/+17
2021-06-08net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang-1/+41
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel-0/+3
2021-06-07net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel-1/+73
2021-06-03net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King-21/+6
2021-05-30net: phy: abort loading yt8511 driver in unsupported modesPeter Geis-7/+8
2021-05-30net: phy: fix yt8511 clang uninitialized variable warningPeter Geis-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2021-05-21net: phy: Fix inconsistent indentingJiapeng Chong-1/+1
2021-05-21net: phy: add driver for Motorcomm yt8511 phyPeter Geis-0/+143
2021-05-19net: phy: add MediaTek Gigabit Ethernet PHY driverDENG Qingfang-0/+118