summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: mdio: scan bus based on bus capabilities for C22 and C45Andrew Lunn2023-01-191-6/+2
* | net: mdio: Add workaround for Micrel PHYs which are not C45 compatibleAndrew Lunn2023-01-191-3/+34
* | net: mdio: Rework scanning of bus ready for quirksAndrew Lunn2023-01-191-39/+86
* | net: mdio: Move mdiobus_scan() within fileAndrew Lunn2023-01-191-51/+50
* | drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto2023-01-113-0/+179
* | drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto2023-01-112-0/+239
* | drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2023-01-112-0/+195
* | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-113-2/+23
* | net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn2023-01-101-0/+55
* | net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn2023-01-101-0/+5
* | net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn2023-01-101-2/+8
* | net: mdio: mdiobus_register: update validation testAndrew Lunn2023-01-101-2/+9
* | net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn2023-01-101-0/+189
* | net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle2023-01-101-0/+5
* | net: phy: allow a phy to opt-out of interrupt handlingMichael Walle2023-01-101-0/+7
* | net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera2023-01-091-5/+5
* | net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera2023-01-091-1/+2
* | net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur2023-01-061-17/+8
|/
* net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probeMiaoqian Lin2022-12-301-0/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1314-137/+2065
|\
| * net: phy: remove redundant "depends on" linesRandy Dunlap2022-12-081-3/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-082-0/+87
| |\
| * | net: sfp: clean up i2c-bus property parsingRussell King (Oracle)2022-12-061-36/+41
| * | net: phy: mxl-gpy: rename MMD_VEND1 macros to match datasheetMichael Walle2022-12-051-4/+4
| * | net: phy: Add link between phy dev and mac devXiaolei Wang2022-11-301-0/+12
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-7/+21
| |\ \
| * | | net: phy: add Motorcomm YT8531S phy id.Frank2022-11-252-6/+48
| * | | net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2022-11-182-29/+30
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-172-7/+16
| |\ \ \
| * | | | net: phy: aquantia: add AQR112 and AQR412 PHY IDsVladimir Oltean2022-11-151-0/+40
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+1
| |\ \ \ \
| * | | | | net: phy: dp83867: add TI PHY loopbackTan Tee Min2022-11-091-0/+7
| * | | | | ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2022-11-081-0/+1
| * | | | | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+4
| * | | | | net: phy: fix yt8521 duplicated argument to & or |Frank2022-11-071-4/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-1/+1
| |\ \ \ \ \
| * | | | | | net: phy: Add driver for Motorcomm yt8521 gigabit ethernet phyFrank2022-10-312-3/+1634
| * | | | | | net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chipsRaju Lakkaraju2022-10-281-1/+71
| * | | | | | net: phy: mxl-gpy: Change gpy_update_interface() function return typeRaju Lakkaraju2022-10-281-8/+20
| * | | | | | net: dp83822: Print the SOR1 strap statusFabio Estevam2022-10-271-0/+2
| * | | | | | phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski2022-10-261-3/+2
| * | | | | | net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Raju Lakkaraju2022-10-251-0/+77
| * | | | | | net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)2022-10-241-23/+6
| * | | | | | net: sfp: add sfp_modify_u8() helperRussell King (Oracle)2022-10-241-9/+22
| * | | | | | net: sfp: provide a definition for the power level select bitRussell King (Oracle)2022-10-241-3/+3
| * | | | | | net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)2022-10-241-1/+3
| * | | | | | net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)2022-10-241-1/+2
| * | | | | | net: sfp: check firmware provided max powerRussell King (Oracle)2022-10-241-7/+11
| * | | | | | ethtool: Add support for 800Gbps link modesAmit Cohen2022-10-241-1/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-204-3/+13
| |\ \ \ \ \ \