summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2017-09-23sfp: display SFP module informationRussell King
2017-09-23sfp: add SFP module supportRussell King
2017-09-23phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King
2017-09-23phylink: add support for MII ioctl access to Clause 45 PHYsRussell King
2017-09-23phylink: add module EEPROM supportRussell King
2017-09-23sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King
2017-09-23phylink: add phylink infrastructureRussell King
2017-09-23net: phy: add I2C mdio busRussell King
2017-09-23net: phy: export phy_start_machine() for phylinkRussell King
2017-09-23net: phy: provide a hook for link up/link down eventsRussell King
2017-09-23net: phy: add 1000Base-X to phy settings tableRussell King
2017-09-23net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King
2017-09-23net: phy: split out PHY speed and duplex string generationRussell King
2017-09-23net: phy: allow settings table to support more than 32 link modesRussell King
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli
2017-07-27net: phy: rework Kconfig settings for MDIO_BUSArnd Bergmann
2017-07-14mdio: mux: fix parsing mux registers outside of the PHY address rangeMartin Blumenstingl
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-23net: dp83640: Avoid NULL pointer dereference.Richard Cochran
2017-06-22net: phy: smsc: fix buffer overflow in memcpyArnd Bergmann
2017-06-22net/phy: micrel: configure intterupts after autoneg workaroundZach Brown
2017-06-20net: phy: lxt: Export link partner advertisingThomas Bogendoerfer
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-13net: phy: Fix MDIO_THUNDER dependenciesFlorian Fainelli
2017-06-13mdio_bus: use devm_gpiod_get_optional()Sergei Shtylyov
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov
2017-06-12net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer
2017-06-09net: phy: add missing SPEED_14000Joe Perches
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-06net: phy: add Marvell Alaska X 88X3310 10Gigabit PHY supportRussell King
2017-06-06net: phy: split out 10G genphy supportRussell King
2017-06-06net: phy: hook up clause 45 autonegotiation restartRussell King
2017-06-06net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King
2017-06-06net: phy: Delete unused function phy_ethtool_gsetyuval.shaia@oracle.com
2017-06-05mdio: mux: fix an incorrect less than zero error check using a u32Colin Ian King
2017-06-05net: phy: fix kernel-doc warningsRandy Dunlap
2017-06-04net: phy: smsc: Implement PHY statisticsAndrew Lunn
2017-06-04net: phy: marvell: make some functions staticColin Ian King
2017-06-04mdio: mux: make child bus walking more permissive and errors more verboseJon Mason
2017-06-02net: phy: use of_mdio_parse_addrJon Mason
2017-06-01net: phy: micrel: Restore led_mode and clk_sel on resumeLeonard Crestez
2017-05-31phy: micrel: add Microchip KSZ 9477 Switch PHY supportWoojung Huh