aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc95xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-28smsc95xx: add wol magic packet supportSteve Glendinning1-8/+177
2012-09-28smsc95xx: enable power saving mode during system suspendSteve Glendinning1-1/+27
2012-09-28smsc95xx: fix resume when usb device is resetSteve Glendinning1-0/+1
2012-09-28smsc95xx: check return code from control messagesSteve Glendinning1-183/+148
2012-09-28smsc95xx: remove unnecessary variablesSteve Glendinning1-20/+9
2012-09-28smsc95xx: sleep before read for lengthy operationsSteve Glendinning1-2/+2
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-07-12smsc95xx: signedness bug in get_regs()Dan Carpenter1-1/+2
2012-07-09smsc95xx: support ethtool get_regsEmeric Vigier1-0/+31
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-26smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changesPaolo Pisati1-1/+1
2012-04-24net: usb: smsc95xx: fix mtuStephane Fillod1-0/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-11/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-11/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-02smsc95xx: fix reset checkRabin Vincent1-1/+1
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-3/+4
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+15
2011-04-10net: Add support for SMSC LAN9530, LAN9730 and LAN89530Steve Glendinning1-0/+15
2011-04-01net: convert SMSC USB net drivers to hw_featuresMichał Mirosław1-64/+19
2011-03-22NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier1-7/+10
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-4/+3
2010-10-21smsc95xx: generate random MAC address once, not every ifupBernard Blackham1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-18smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning1-3/+15
2010-03-16smsc95xx: wait for PHY to complete reset during initSteve Glendinning1-0/+15
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko1-18/+8
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-59/+40
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-91/+97
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning1-1/+1
2009-09-22smsc95xx: add additional USB product IDsSteve Glendinning1-0/+65
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-08-02smsc95xx: remove EEPROM loaded checkSteve Glendinning1-5/+0
2009-06-30smsc95xx: Use netdev stats structureHerbert Xu1-5/+5
2009-05-17smsc95xx: strip ethernet fcs (crc) on receive pathPeter Korsgaard1-2/+2
2009-05-01smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning1-0/+5
2009-05-01smsc95xx: configure LED outputsSteve Glendinning1-0/+10
2009-03-21usbnet: convert smsc95xx driver to net_device_opsStephen Hemminger1-2/+13
2009-02-17drivers/net/usb: fix sparse warnings: Should it be static?Hannes Eder1-1/+1
2009-01-25smsc95xx: fix function prototype of async callbackSteve Glendinning1-2/+2