summaryrefslogtreecommitdiff
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21net: lan78xx: replace bogus endpoint lookupJohan Hovold1-87/+30
2020-08-05net: lan78xx: fix transfer-buffer memory leakJohan Hovold1-0/+1
2020-08-05net: lan78xx: add missing endpoint sanity checkJohan Hovold1-0/+5
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-23net: usb: lan78xx: limit size of local TSO packetsEric Dumazet1-0/+1
2020-01-12net: usb: lan78xx: fix possible skb leakEric Dumazet1-6/+3
2020-01-12net: usb: lan78xx: Fix error message format specifierCristian Birsan1-1/+1
2019-12-31net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2019-11-20net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren1-0/+5
2019-11-10net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn1-6/+6
2019-09-10lan78xx: Fix memory leaksWenwen Wang1-3/+5
2019-01-13lan78xx: Resolve issue with changing MAC addressJason Martinsen1-0/+4
2018-12-01lan78xx: Read MAC address from DT if presentPhil Elwell1-22/+20
2018-11-04lan78xx: Don't reset the interface on openPhil Elwell1-4/+0
2018-11-04lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli1-13/+4
2018-08-03net: lan78xx: fix rx handling before first packet is sendStefan Wahren1-0/+2
2018-07-22net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren1-1/+4
2018-05-30lan78xx: Connect phy earlyAlexander Graf1-16/+18
2018-05-30lan78xx: Set ASD in MAC_CR when EEE is enabled.Raghuram Chary J1-0/+10
2018-04-19lan78xx: Correctly indicate invalid OTPPhil Elwell1-1/+2
2018-04-12lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multic...Raghuram Chary J1-2/+21
2018-01-31lan78xx: Fix failure in USB Full SpeedYuiko Oshino1-0/+1
2017-09-22lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed1-1/+0
2017-09-22lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed1-5/+4
2017-09-22lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed1-4/+20
2017-08-02lan78xx: Fix to handle hard_header_len updateNisar Sayed1-3/+3
2017-08-02lan78xx: USB fast connect/disconnect crash fixNisar Sayed1-6/+6
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+1
2017-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-22net: lan78xx: update for phy_(read|write)_mmd_indirect() removalRussell King1-5/+5
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2016-12-08lan78xx: add LAN7801 MAC only supportWoojung Huh1-2/+107
2016-12-07Merge 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-16net: 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-07lan78xx: mark symbols static where possibleBaoyou Xie1-11/+13
2016-08-14net: 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-19lan78xx: add ndo_get_stats64Woojung Huh1-0/+49
2016-03-19lan78xx: handle statistics counter rolloverWoojung Huh1-13/+239
2016-03-01lan78xx: add ethtool set & get pause functionsWoojung.Huh@microchip.com1-3/+77