summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: abort loading yt8511 driver in unsupported modesPeter Geis2021-05-301-7/+8
* | net: phy: fix yt8511 clang uninitialized variable warningPeter Geis2021-05-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+2
|\|
| * net: mdiobus: get rid of a BUG_ON()Dan Carpenter2021-05-171-1/+2
* | net: phy: Fix inconsistent indentingJiapeng Chong2021-05-211-1/+1
* | net: phy: add driver for Motorcomm yt8511 phyPeter Geis2021-05-213-0/+143
* | net: phy: add MediaTek Gigabit Ethernet PHY driverDENG Qingfang2021-05-193-0/+118
* | net: phy: Demote non-compliant kernel-doc headersYang Shen2021-05-172-2/+2
* | net: phy: add support for qca8k switch internal PHY in at803xAnsuel Smith2021-05-142-3/+134
* | net: phy: at803x: clean whitespace errorsAnsuel Smith2021-05-141-14/+16
* | phy: nxp-c45-tja11xx: add timestamping supportRadu Pirea (NXP OSS)2021-05-101-1/+530
|/
* net: phy: marvell: enable downshift by defaultMaxim Kochetkov2021-04-301-12/+50
* net: phy: marvell: add downshift support for M88E1240Maxim Kochetkov2021-04-281-0/+2
* net: phy: marvell-88x2222: enable autoneg by defaultIvan Bornyakov2021-04-271-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-262-20/+53
|\
| * net: phy: marvell: fix m88e1111_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: marvell: fix m88e1011_set_downshiftMaxim Kochetkov2021-04-221-10/+16
| * net: phy: intel-xway: enable integrated led functionsMartin Schiller2021-04-211-0/+21
* | phy: nxp-c45-tja11xx: add interrupt supportRadu Pirea (NXP OSS)2021-04-231-0/+33
* | net: phy: marvell: don't use empty switch default caseMarek Behún2021-04-211-2/+0
* | net: phy: at803x: fix probe error if copper page is selectedMichael Walle2021-04-201-6/+17
* | phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)2021-04-201-1/+1
* | net: phy: marvell: add support for Amethyst internal PHYMarek Behún2021-04-201-3/+114
* | net: phy: marvell: use assignment by bitwise AND operatorMarek Behún2021-04-201-1/+1
* | net: phy: marvell: fix HWMON enable register for 6390Marek Behún2021-04-201-10/+9
* | net: phy: marvell: refactor HWMON OOP styleMarek Behún2021-04-201-244/+125
* | net: phy: genphy_loopback: add link speed configurationOleksij Rempel2021-04-202-3/+28
* | net: phy: execute genphy_loopback() per default on all PHYsOleksij Rempel2021-04-201-2/+5
* | phy: nxp-c45: add driver for tja1103Radu Pirea (NXP OSS)2021-04-193-0/+595
* | net: phy: add genphy_c45_pma_suspend/resumeRadu Pirea (NXP OSS)2021-04-191-0/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-3/+29
|\|
| * net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-121-3/+29
* | net: phy: at803x: select correct page on config initDavid Bauer2021-04-151-1/+49
* | net: phy: marvell-88x2222: swap 1G/10G modes on autonegIvan Bornyakov2021-04-141-28/+89
* | net: phy: marvell-88x2222: move read_status after config_anegIvan Bornyakov2021-04-141-98/+98
* | net: phy: marvell-88x2222: check that link is operationalIvan Bornyakov2021-04-141-0/+43
* | phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn2021-04-113-0/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-3/+10
|\|
| * net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli2021-03-301-3/+10
* | net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMHeiner Kallweit2021-04-091-0/+6
* | net: phy: marvell10g: change module descriptionMarek Behún2021-04-081-1/+1
* | net: phy: marvell10g: differentiate 88E2110 vs 88E2111Marek Behún2021-04-081-0/+62
* | net: phy: marvell10g: fix driver name for mv88e2110Marek Behún2021-04-081-1/+1
* | net: phy: marvell10g: add separate structure for 88X3340Marek Behún2021-04-081-2/+56
* | net: phy: marvell10g: support other MACTYPEsMarek Behún2021-04-081-36/+54
* | net: phy: marvell10g: store temperature read method in chip strucutreMarek Behún2021-04-081-9/+14
* | net: phy: marvell10g: check for correct supported interface modeMarek Behún2021-04-081-7/+30
* | net: phy: marvell10g: support all rate matching modesMarek Behún2021-04-081-11/+92
* | net: phy: marvell10g: add MACTYPE definitions for 88E21xxMarek Behún2021-04-081-0/+9
* | net: phy: marvell10g: add all MACTYPE definitions for 88X33x0Marek Behún2021-04-081-5/+13