summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
Commit message (Expand)AuthorAgeFilesLines
* net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* lan78xx: add LAN7801 MAC only supportWoojung Huh2016-12-081-2/+107
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-0/+1
|\
| * net: usb: set error code when usb_alloc_urb failsPan Bian2016-12-051-0/+1
* | lan78xx: relocate mdix setting to phy driverWoojung Huh2016-11-181-70/+3
* | net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-6/+1
* | lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh2016-11-021-26/+189
* | net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-201-5/+3
* | net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-30/+40
|/
* lan78xx: mark symbols static where possibleBaoyou Xie2016-09-061-11/+13
* net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang2016-08-131-3/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh2016-04-281-1/+28
* lan78xx: fix statistics counter errorWoojung Huh2016-04-281-5/+10
* Revert "lan78xx: add ndo_get_stats64"David S. Miller2016-03-201-49/+0
* lan78xx: add ndo_get_stats64Woojung Huh2016-03-181-0/+49
* lan78xx: handle statistics counter rolloverWoojung Huh2016-03-181-13/+239
* lan78xx: add ethtool set & get pause functionsWoojung.Huh@microchip.com2016-02-291-3/+77
* lan78xx: remove unnecessary codeWoojung.Huh@microchip.com2016-02-291-6/+1
* lan78xx: replace devid to chipid & chiprevWoojung.Huh@microchip.com2016-02-291-9/+11
* lan78xx: throttle TX path at slower than SuperSpeed USBWoojung.Huh@microchip.com2016-01-281-1/+3
* lan78xx: Add to handle mux control per chip idWoojung.Huh@microchip.com2016-01-281-27/+71
* lan78xx: change to use updated phy-ignore-interruptsWoojung.Huh@microchip.com2016-01-281-16/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-111-1/+54
|\
| * net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.Woojung.Huh@microchip.com2016-01-071-1/+54
* | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-10/+1
|/
* lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com2015-09-281-1/+1
* usbnet: remove invalid checkAndrzej Hajda2015-09-221-5/+0
* lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com2015-09-171-3/+0
* lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com2015-09-171-38/+52
* lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com2015-09-171-40/+40
* lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com2015-09-171-362/+256
* lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com2015-09-171-1/+1
* lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()Geert Uytterhoeven2015-09-061-6/+5
* lan78xx: Remove BUG_ON()Woojung.Huh@microchip.com2015-08-121-31/+0
* lan78xx: Fix Smatch WarningsWoojung.Huh@microchip.com2015-08-121-11/+7
* Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driverWoojung.Huh@microchip.com2015-07-311-0/+3530