aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/smsc75xx.c
AgeCommit message (Expand)Author
2012-12-10smsc75xx: only set mac address once on bindSteve Glendinning
2012-11-30smsc75xx: expand check_ macrosSteve Glendinning
2012-11-30smsc75xx: don't call usbnet_resume if usbnet_suspend failsSteve Glendinning
2012-11-28smsc75xx: don't enable remote wakeup directlySteve Glendinning
2012-11-28smsc75xx: add support for USB dynamic autosuspendSteve Glendinning
2012-11-28smsc75xx: fix error handling in suspend failure caseSteve Glendinning
2012-11-28smsc75xx: support PHY wakeup sourceSteve Glendinning
2012-11-28smsc75xx: refactor entering suspend modesSteve Glendinning
2012-11-28smsc75xx: check return code from smsc75xx_resetSteve Glendinning
2012-11-25smsc: Add logging message newlinesJoe Perches
2012-11-07usbnet: smsc75xx: apply the introduced usbnet_{read|write}_cmd_nopmMing Lei
2012-11-03smsc75xx: add wol support for more frame typesSteve Glendinning
2012-10-26usbnet: smsc75xx: apply introduced usb command APIsMing Lei
2012-09-28smsc75xx: add wol magic packet supportSteve Glendinning
2012-09-28smsc75xx: enable power saving mode during system suspendSteve Glendinning
2012-09-28smsc75xx: add explicit test that device is READYSteve Glendinning
2012-09-27smsc75xx: fix resume after device resetSteve Glendinning
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-07-17Change email address for Steve GlendinningSteve Glendinning
2012-07-16net: usb: Use eth_random_addrJoe Perches
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-05-07smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning
2012-05-07smsc75xx: eliminate unnecessary phy register readSteve Glendinning
2012-05-07smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning
2012-04-30smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning
2012-04-30smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning
2012-04-30smsc75xx: fix phy interrupt acknowledgeSteve Glendinning
2012-04-30smsc75xx: fix phy init reset loopSteve Glendinning
2012-04-30smsc75xx: add more information to register io failure warningsSteve Glendinning
2012-04-30smsc75xx: fix mdio reads and writesSteve Glendinning
2012-04-30smsc75xx: mark link down on startup and let PHY interrupt deal with carrier c...Steve Glendinning
2012-04-16net: usb: smsc75xx: fix mtuStephane Fillod
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-08Fix incorrect usage of NET_IP_ALIGNNico Erfurth
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny
2011-04-01net: convert SMSC USB net drivers to hw_featuresMichał Mirosław
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driverSteve Glendinning