summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Remove unused including <linux/version.h>chongjiapeng2021-07-231-1/+0
* net: phy: at803x: finish the phy id checking simplificationVladimir Oltean2021-07-211-1/+1
* net: phylink: cleanup ksettings_setRussell King (Oracle)2021-07-211-7/+9
* net: phy: at803x: simplify custom phy id matchingRussell King2021-07-201-11/+5
* net: phy: intel-xway: Add RGMII internal delay configurationMartin Schiller2021-07-201-0/+76
* net: phylink: add phy change pause mode debugRussell King (Oracle)2021-07-201-2/+3
* net: phy: add Maxlinear GPY115/21x/24x driverXu Liang2021-07-203-0/+735
* net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-201-0/+14
* net: phy: Fix data type in DP83822 dp8382x_disable_wol()Marek Vasut2021-07-181-5/+3
* net: phy: marvell10g: enable WoL for 88X3310 and 88E2110Voon Weifeng2021-07-161-0/+89
* net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn2021-07-111-5/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-293-3/+31
|\
| * net: phy: at803x: mask 1000 Base-X link modeDavid Bauer2021-06-281-1/+29
| * net: phy: mscc: fix macsec key lengthAntoine Tenart2021-06-242-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-5/+1
|\|
| * net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri2021-06-111-5/+1
* | net: mdio: use device_set_node() to setup both fwnode and ofIoana Ciornei2021-06-171-2/+1
* | net: phy: replace if-else statements with switchWeihang Li2021-06-161-4/+9
* | net: phy: remove unnecessary line continuationWenpeng Liang2021-06-162-6/+6
* | net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang2021-06-161-2/+2
* | net: phy: fix formatting issues with bracesWenpeng Liang2021-06-164-12/+9
* | net: phy: fix space alignment issuesWenpeng Liang2021-06-164-25/+25
* | net: phy: delete repeated words of commentsWenpeng Liang2021-06-162-2/+2
* | net: phy: correct format of block commentsWenpeng Liang2021-06-165-9/+16
* | net: phy: change format of some declarationsWenpeng Liang2021-06-165-5/+9
* | net: phy: nxp-c45-tja11xx: enable MDIO write access to the master/slave regis...Vladimir Oltean2021-06-141-0/+6
* | net: phy: nxp-c45-tja11xx: fix potential RX timestamp wraparoundVladimir Oltean2021-06-141-1/+1
* | net: phy: nxp-c45-tja11xx: express timestamp wraparound interval in terms of ...Vladimir Oltean2021-06-141-1/+1
* | net: phy: nxp-c45-tja11xx: demote the "no PTP support" message to debugVladimir Oltean2021-06-141-1/+1
* | net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel2021-06-141-0/+180
* | net: phy: micrel: ksz8081 add MDI-X supportOleksij Rempel2021-06-141-0/+89
* | net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel2021-06-141-0/+88
* | net: phy: micrel: use consistent alignmentsOleksij Rempel2021-06-141-22/+22
* | net: phy: micrel: remove redundant assignment to pointer of_nodeColin Ian King2021-06-141-6/+3
* | net: phylink: Add 25G BASE-R supportSteen Hegelund2021-06-121-0/+5
* | net: sfp: add support for 25G BASE-R SFPsSteen Hegelund2021-06-121-0/+5
* | net: phylink: Refactor phylink_of_phy_connect()Calvin Johnson2021-06-111-38/+1
* | net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson2021-06-111-0/+54
* | net: mii_timestamper: check NULL in unregister_mii_timestamper()Calvin Johnson2021-06-112-2/+4
* | net: phy: Introduce fwnode_get_phy_id()Calvin Johnson2021-06-111-0/+21
* | net: phy: Introduce phy related fwnode functionsCalvin Johnson2021-06-111-0/+62
* | net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson2021-06-111-0/+23
* | net: phy: probe for C45 PHYs that return PHY ID of zero in C22 spaceWong Vee Khee2021-06-101-0/+12
* | net: phy: realtek: net: Fix less than zero comparison of a u16Colin Ian King2021-06-091-8/+9
* | net: phy: realtek: add delay to fix RXC generation issueJoakim Zhang2021-06-081-1/+14
* | net: phy: realtek: add dt property to enable ALDPS modeJoakim Zhang2021-06-081-3/+17
* | net: phy: realtek: add dt property to disable CLKOUT clockJoakim Zhang2021-06-081-1/+41
* | net: phy: do not print dump stack if device was removedOleksij Rempel2021-06-071-0/+3
* | net: usb/phy: asix: add support for ax88772A/C PHYsOleksij Rempel2021-06-071-1/+73
* | net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King2021-06-031-21/+6