summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes
2020-01-23net: usb: lan78xx: limit size of local TSO packetsEric Dumazet
2020-01-12net: usb: lan78xx: fix possible skb leakEric Dumazet
2020-01-12net: usb: lan78xx: Fix error message format specifierCristian Birsan
2020-01-04net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan
2019-11-25net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren
2019-01-13lan78xx: Resolve issue with changing MAC addressJason Martinsen
2018-12-01lan78xx: Read MAC address from DT if presentPhil Elwell
2018-11-10lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-08-06net: lan78xx: fix rx handling before first packet is sendStefan Wahren
2018-07-22net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-04-20lan78xx: Correctly indicate invalid OTPPhil Elwell
2018-01-31lan78xx: Fix failure in USB Full SpeedYuiko Oshino
2018-01-17lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet
2016-12-05net: usb: set error code when usb_alloc_urb failsPan Bian
2016-09-06lan78xx: mark symbols static where possibleBaoyou Xie
2016-08-13net: usb: lan78xx: don't print error when allocating urb failsWolfram Sang
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-28lan78xx: workaround of forced 100 Full/Half duplex mode errorWoojung Huh
2016-04-28lan78xx: fix statistics counter errorWoojung Huh
2016-03-20Revert "lan78xx: add ndo_get_stats64"David S. Miller
2016-03-18lan78xx: add ndo_get_stats64Woojung Huh
2016-03-18lan78xx: handle statistics counter rolloverWoojung Huh
2016-02-29lan78xx: add ethtool set & get pause functionsWoojung.Huh@microchip.com
2016-02-29lan78xx: remove unnecessary codeWoojung.Huh@microchip.com
2016-02-29lan78xx: replace devid to chipid & chiprevWoojung.Huh@microchip.com
2016-01-28lan78xx: throttle TX path at slower than SuperSpeed USBWoojung.Huh@microchip.com
2016-01-28lan78xx: Add to handle mux control per chip idWoojung.Huh@microchip.com
2016-01-28lan78xx: change to use updated phy-ignore-interruptsWoojung.Huh@microchip.com
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-07net: lan78xx: Fix to write to OTP(One Time Programmable) per magic number.Woojung.Huh@microchip.com
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-09-28lan78xx: Return 0 when lan78xx_suspend() has no error.Woojung.Huh@microchip.com
2015-09-22usbnet: remove invalid checkAndrzej Hajda
2015-09-17lan78xx: Remove not defined MAC_CR_GMII_EN_ bit from MAC_CR.Woojung.Huh@microchip.com
2015-09-17lan78xx: Create lan78xx_get_mdix_status() and lan78xx_set_mdix_status() for M...Woojung.Huh@microchip.com
2015-09-17lan78xx: Remove phy defines in lan78xx.h and use defines in include/linux/mic...Woojung.Huh@microchip.com
2015-09-17lan78xx: Update to use phylib instead of mii_if_info.Woojung.Huh@microchip.com
2015-09-17lan78xx: Check device ready bit (PMT_CTL_READY_) after reset the PHYWoojung.Huh@microchip.com
2015-09-06lan78xx: Fix ladv/radv error handling in lan78xx_link_reset()Geert Uytterhoeven
2015-08-12lan78xx: Remove BUG_ON()Woojung.Huh@microchip.com
2015-08-12lan78xx: Fix Smatch WarningsWoojung.Huh@microchip.com
2015-07-31Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driverWoojung.Huh@microchip.com