aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28net: phy: marvell10g: fix the PHY id maskAntoine Tenart1-2/+3
2017-11-24net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-11-14net: phy: realtek: fix RTL8211F interrupt modeHeiner Kallweit1-0/+2
2017-11-08net: phy: leds: Add support for "link" triggerMaciej S. Szmigiero2-5/+45
2017-11-08net: phy: leds: Refactor "no link" handler into a separate functionMaciej S. Szmigiero1-10/+10
2017-11-04phylink: make local function phylink_phy_change() staticWei Yongjun1-1/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2017-11-01net: phy: Fix sfp.c build against GPIO definitionsFlorian Fainelli1-1/+1
2017-11-01net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli3-29/+22
2017-11-01net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn1-3/+5
2017-10-12net: phy: broadcom: support new device flag for setting master modeRafał Miłecki1-0/+6
2017-10-11net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2017-10-11net: phy: DP83822 initial driver submissionDan Murphy4-3/+350
2017-10-09Add a driver for Renesas uPD60620 and uPD60620A PHYsBernd Edlinger3-0/+115
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+13
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven1-1/+1
2017-09-21net: phy: Keep reporting transceiver typeFlorian Fainelli1-1/+2
2017-09-19net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet1-9/+9
2017-09-18net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi1-1/+1
2017-09-18net: phy: realtek: add RTL8201F phy-id and functionsJassi Brar1-0/+44
2017-09-18net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECTKunihiko Hayashi1-5/+5
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli1-2/+4
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe4-6/+8
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier1-3/+19
2017-09-01net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code sizeColin Ian King1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+4
2017-09-01net: mdio-mux: fix unbalanced put_deviceCorentin Labbe1-4/+2
2017-09-01net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersCorentin Labbe1-1/+1
2017-09-01net: mdio-mux: printing driver version is uselessCorentin Labbe1-3/+0
2017-09-01net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe1-6/+0
2017-09-01net: mdio-mux: Fix NULL Comparison styleCorentin Labbe1-2/+2
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-30dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen1-2/+5
2017-08-29net: phy: mdio-bcm-unimac: Use correct I/O accessorsFlorian Fainelli1-6/+26
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli1-2/+4
2017-08-22net: mdio-gpio: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-14net: phy: Use tab for indentation in KconfigMichal Simek1-21/+21
2017-08-11net: phy: Add rockchip PHY driver supportDavid Wu3-0/+239
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-08net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutColin Ian King1-1/+1
2017-08-06sfp: add SFP module supportRussell King3-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-06phylink: add module EEPROM supportRussell King1-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King4-0/+663
2017-08-06phylink: add phylink infrastructureRussell King4-0/+1181