summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2021-11-02net: lan78xx: fix division by zero in send pathJohan Hovold
2020-08-21net: lan78xx: replace bogus endpoint lookupJohan Hovold
2020-08-21net: lan78xx: fix transfer-buffer memory leakJohan Hovold
2020-08-21net: lan78xx: add missing endpoint sanity checkJohan Hovold
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
2018-11-10lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-09-09net: lan78xx: Fix misplaced tasklet_schedule() callBen Hutchings
2018-08-06net: lan78xx: fix rx handling before first packet is sendStefan Wahren
2018-04-24lan78xx: 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
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