aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc75xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan1-7/+4
2019-07-22usbnet: smsc75xx: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan1-6/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-07net: usb: smsc: fix warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-05net: usb: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2018-10-04net/usb: cancel pending work when unbinding smsc75xxYu Zhao1-0/+1
2018-09-29smsc75xx: Check for Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-07-04smsc75xx: Add workaround for gigabit link up hardware errata.Yuiko Oshino1-0/+62
2018-02-22smsc75xx: fix smsc75xx_set_features()Eric Dumazet1-3/+4
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2017-04-21smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-03-21net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-2/+2
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-3/+1
2016-05-04usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter1-1/+3
2016-05-01net/smscx5xx: use the device tree for mac addressArnd Bergmann1-1/+11
2015-09-22usbnet: remove invalid checkAndrzej Hajda1-5/+0
2014-02-17usbnet: remove generic hard_header_len checkEmil Goode1-0/+4
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-07-26usbnet: do not pretend to support SG/TSOEric Dumazet1-9/+3
2013-04-08Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman1-4/+8
2013-03-29smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-03-25usbnet: smsc75xx: don't recover device if suspend fails in system sleepMing Lei1-1/+5
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches1-4/+2
2012-12-10smsc75xx: only set mac address once on bindSteve Glendinning1-2/+8
2012-11-30smsc75xx: expand check_ macrosSteve Glendinning1-159/+576
2012-11-30smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning1-1/+1
2012-11-28smsc75xx: don't enable remote wakeup directlySteve Glendinning1-35/+8
2012-11-28smsc75xx: add support for USB dynamic autosuspendSteve Glendinning1-4/+119
2012-11-28smsc75xx: fix error handling in suspend failure caseSteve Glendinning1-31/+38
2012-11-28smsc75xx: support PHY wakeup sourceSteve Glendinning1-17/+152
2012-11-28smsc75xx: refactor entering suspend modesSteve Glendinning1-24/+38
2012-11-28smsc75xx: check return code from smsc75xx_resetSteve Glendinning1-0/+1
2012-11-25smsc: Add logging message newlinesJoe Perches1-199/+204
2012-11-07usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei1-57/+90
2012-11-03smsc75xx: add wol support for more frame typesSteve Glendinning1-33/+122
2012-10-26usbnet: smsc75xx: apply introduced usb command APIsMing Lei1-25/+14
2012-09-28smsc75xx: add wol magic packet supportSteve Glendinning1-14/+174
2012-09-28smsc75xx: enable power saving mode during system suspendSteve Glendinning1-3/+54
2012-09-28smsc75xx: add explicit test that device is READYSteve Glendinning1-0/+23
2012-09-27smsc75xx: fix resume after device resetSteve Glendinning1-0/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-17Change email address for Steve GlendinningSteve Glendinning1-1/+1
2012-07-16net: usb: Use eth_random_addrJoe Perches1-1/+1
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-07smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning1-7/+12
2012-05-07smsc75xx: eliminate unnecessary phy register readSteve Glendinning1-3/+1
2012-05-07smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning1-1/+2