summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc75xx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-6/+2
|\
| * smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-6/+2
* | net: usbnet: support 64bit statsGreg Ungerer2017-04-031-0/+1
* | net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-2/+2
|/
* net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-201-3/+1
* usbnet/smsc75xx: silence uninitialized variable warningDan Carpenter2016-05-041-1/+3
* net/smscx5xx: use the device tree for mac addressArnd Bergmann2016-05-011-1/+11
* usbnet: remove invalid checkAndrzej Hajda2015-09-221-5/+0
* usbnet: remove generic hard_header_len checkEmil Goode2014-02-171-0/+4
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* usbnet: do not pretend to support SG/TSOEric Dumazet2013-07-261-9/+3
* Merge 3.9-rc6 into usb-nextGreg Kroah-Hartman2013-04-081-4/+8
|\
| * smsc75xx: fix jumbo frame supportSteve Glendinning2013-03-291-4/+8
* | usbnet: smsc75xx: don't recover device if suspend fails in system sleepMing Lei2013-03-251-1/+5
|/
* drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+2
* smsc75xx: only set mac address once on bindSteve Glendinning2012-12-101-2/+8
* smsc75xx: expand check_ macrosSteve Glendinning2012-11-301-159/+576
* smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning2012-11-301-1/+1
* smsc75xx: don't enable remote wakeup directlySteve Glendinning2012-11-281-35/+8
* smsc75xx: add support for USB dynamic autosuspendSteve Glendinning2012-11-281-4/+119
* smsc75xx: fix error handling in suspend failure caseSteve Glendinning2012-11-281-31/+38
* smsc75xx: support PHY wakeup sourceSteve Glendinning2012-11-281-17/+152
* smsc75xx: refactor entering suspend modesSteve Glendinning2012-11-281-24/+38
* smsc75xx: check return code from smsc75xx_resetSteve Glendinning2012-11-281-0/+1
* smsc: Add logging message newlinesJoe Perches2012-11-251-199/+204
* usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei2012-11-071-57/+90
* smsc75xx: add wol support for more frame typesSteve Glendinning2012-11-031-33/+122
* usbnet: smsc75xx: apply introduced usb command APIsMing Lei2012-10-261-25/+14
* smsc75xx: add wol magic packet supportSteve Glendinning2012-09-281-14/+174
* smsc75xx: enable power saving mode during system suspendSteve Glendinning2012-09-281-3/+54
* smsc75xx: add explicit test that device is READYSteve Glendinning2012-09-281-0/+23
* smsc75xx: fix resume after device resetSteve Glendinning2012-09-271-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\
| * Change email address for Steve GlendinningSteve Glendinning2012-07-171-1/+1
* | net: usb: Use eth_random_addrJoe Perches2012-07-161-1/+1
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning2012-05-071-7/+12
* | smsc75xx: eliminate unnecessary phy register readSteve Glendinning2012-05-071-3/+1
* | smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning2012-05-071-1/+2
|/
* smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning2012-04-301-0/+8
* smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning2012-04-301-0/+3
* smsc75xx: fix phy interrupt acknowledgeSteve Glendinning2012-04-301-5/+7
* smsc75xx: fix phy init reset loopSteve Glendinning2012-04-301-1/+1
* smsc75xx: add more information to register io failure warningsSteve Glendinning2012-04-301-2/+2
* smsc75xx: fix mdio reads and writesSteve Glendinning2012-04-301-2/+2
* smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c...Steve Glendinning2012-04-301-1/+1
* net: usb: smsc75xx: fix mtuStephane Fillod2012-04-161-0/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
OpenPOWER on IntegriCloud