aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-08lan78xx: add LAN7801 MAC only supportWoojung Huh1-2/+107
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: usb: set error code when usb_alloc_urb failsPan Bian1-0/+1
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh1-70/+3
2016-11-15net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh1-26/+189
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-5/+3
2016-10-12net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+40
2016-09-06lan78xx: mark symbols static where possibleBaoyou Xie1-11/+13
2016-08-13net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang1-3/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-04-28lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh1-1/+28
2016-04-28lan78xx: fix statistics counter errorWoojung Huh1-5/+10
2016-03-20Revert "lan78xx: add ndo_get_stats64"David S. Miller1-49/+0
2016-03-18lan78xx: add ndo_get_stats64Woojung Huh1-0/+49
2016-03-18lan78xx: handle statistics counter rolloverWoojung Huh1-13/+239
2016-02-29lan78xx: add ethtool set & get pause functionsWoojung.Huh@microchip.com1-3/+77
2016-02-29lan78xx: remove unnecessary codeWoojung.Huh@microchip.com1-6/+1
2016-02-29lan78xx: replace devid to chipid & chiprevWoojung.Huh@microchip.com1-9/+11
2016-01-28lan78xx: throttle TX path at slower than SuperSpeed USBWoojung.Huh@microchip.com1-1/+3
2016-01-28lan78xx: Add to handle mux control per chip idWoojung.Huh@microchip.com1-27/+71
2016-01-28lan78xx: change to use updated phy-ignore-interruptsWoojung.Huh@microchip.com1-16/+14
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+54
2016-01-07net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.Woojung.Huh@microchip.com1-1/+54
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+1
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com1-1/+1
2015-09-22usbnet: remove invalid checkAndrzej Hajda1-5/+0
2015-09-17lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com1-3/+0
2015-09-17lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for MDIX control.Woojung.Huh@microchip.com1-38/+52
2015-09-17lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/microchipphy.hWoojung.Huh@microchip.com1-40/+40
2015-09-17lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com1-362/+256
2015-09-17lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com1-1/+1
2015-09-06lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()Geert Uytterhoeven1-6/+5
2015-08-12lan78xx: Remove BUG_ON()Woojung.Huh@microchip.com1-31/+0
2015-08-12lan78xx: Fix Smatch WarningsWoojung.Huh@microchip.com1-11/+7
2015-07-31Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driverWoojung.Huh@microchip.com1-0/+3530