aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/lan78xx.c
AgeCommit message (Expand)Author
2019-01-14lan78xx: Resolve issue with changing MAC addressJason Martinsen
2018-11-04lan78xx: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-07-28net: lan78xx: fix rx handling before first packet is sendStefan Wahren
2018-07-16net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-06-26net: lan78xx: Use s/w csum check on VLANs without tag strippingDave Stevenson
2018-06-26net: lan78xx: Add support for VLAN tag stripping.Dave Stevenson
2018-06-26net: lan78xx: Add support for VLAN filtering.Dave Stevenson
2018-06-26net: lan78xx: Allow for VLAN headers in timeout calcsDave Stevenson
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-04-29lan78xx: Modify error messagesRaghuram Chary J
2018-04-29lan78xx: Remove DRIVER_VERSION for lan78xx driverRaghuram Chary J
2018-04-29lan78xx: Lan7801 Support for Fixed PHYRaghuram Chary J
2018-04-20lan78xx: Add support to dump lan78xx registersRaghuram Chary J
2018-04-20lan78xx: Read LED states from Device TreePhil Elwell
2018-04-20lan78xx: Read MAC address from DT if presentPhil Elwell
2018-04-11lan78xx: Don't reset the interface on openPhil Elwell
2018-04-11lan78xx: Avoid spurious kevent 4 "error"Phil Elwell
2018-04-11lan78xx: Correctly indicate invalid OTPPhil Elwell
2018-04-04lan78xx: Connect phy earlyAlexander Graf
2018-03-29lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multic...Raghuram Chary J
2018-03-25lan78xx: Set ASD in MAC_CR when EEE is enabled.Raghuram Chary J
2018-02-01lan78xx: remove redundant initialization of pointer 'phydev'Colin Ian King
2018-01-16lan78xx: Fix failure in USB Full SpeedYuiko Oshino
2017-10-18net: usb: Convert timers to use timer_setup()Kees Cook
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
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