aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2021-12-29net: usb: lan78xx: add Allied Telesis AT29M2-AFGreg Jesionowski
2021-12-22net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor
2021-12-08net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of "0" if no IRQ ...Sven Schuchmann
2021-11-02net: lan78xx: fix division by zero in send pathJohan Hovold
2021-08-26net: usb: lan78xx: don't modify phy_device state concurrentlyIvan T. Ivanov
2020-08-21net: lan78xx: replace bogus endpoint lookupJohan Hovold
2020-08-05net: lan78xx: fix transfer-buffer memory leakJohan Hovold
2020-08-05net: 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
2019-12-31net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan
2019-11-20net: lan78xx: Bail out if lan78xx_get_endpoints failsStefan Wahren
2019-11-10net: usb: lan78xx: Connect PHY before registering MACAndrew Lunn
2019-09-10lan78xx: Fix memory leaksWenwen Wang
2019-01-13lan78xx: Resolve issue with changing MAC addressJason Martinsen
2018-12-01lan78xx: Read MAC address from DT if presentPhil Elwell
2018-11-04lan78xx: Don't reset the interface on openPhil Elwell
2018-11-04lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-08-03net: lan78xx: fix rx handling before first packet is sendStefan Wahren
2018-07-22net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-05-30lan78xx: Connect phy earlyAlexander Graf
2018-05-30lan78xx: Set ASD in MAC_CR when EEE is enabled.Raghuram Chary J
2018-04-19lan78xx: Correctly indicate invalid OTPPhil Elwell
2018-04-12lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multic...Raghuram Chary J
2018-01-31lan78xx: Fix failure in USB Full SpeedYuiko Oshino
2017-09-21lan78xx: Use default values loaded from EEPROM/OTP after resetNisar Sayed
2017-09-21lan78xx: Allow EEPROM write for less than MAX_EEPROM_SIZENisar Sayed
2017-09-21lan78xx: Fix for eeprom read/write when device auto suspendNisar Sayed
2017-08-02lan78xx: Fix to handle hard_header_len updateNisar Sayed
2017-08-02lan78xx: USB fast connect/disconnect crash fixNisar Sayed
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-22net: lan78xx: update for phy_(read|write)_mmd_indirect() removalRussell King
2017-02-10net: lan78xx: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2016-12-08lan78xx: add LAN7801 MAC only supportWoojung Huh
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-05net: usb: set error code when usb_alloc_urb failsPan Bian
2016-11-18lan78xx: relocate mdix setting to phy driverWoojung Huh
2016-11-15net: usb: lan78xx: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-11-02lan78xx: Use irq_domain for phy interrupt from USB Int. EPWoojung Huh
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson
2016-10-12net: usb: lan78xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
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