summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc95xx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | smsc95xx: signedness bug in get_regs()Dan Carpenter2012-07-121-1/+2
* | smsc95xx: support ethtool get_regsEmeric Vigier2012-07-091-0/+31
|/
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati2012-04-261-1/+1
* net: usb: smsc95xx: fix mtuStephane Fillod2012-04-241-0/+1
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-11/+1
|\
| * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-11/+1
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
|/
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-1/+1
|\
| * smsc95xx: fix reset checkRabin Vincent2011-05-021-1/+1
* | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-3/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-0/+15
|\ \ | |/
| * net: Add support for SMSC LAN9530, LAN9730 and LAN89530Steve Glendinning2011-04-101-0/+15
* | net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2011-04-011-64/+19
|/
* NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier2011-03-221-7/+10
* net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-4/+3
* smsc95xx: generate random MAC address once, not every ifupBernard Blackham2010-10-211-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning2010-03-181-3/+15
* smsc95xx: wait for PHY to complete reset during initSteve Glendinning2010-03-161-0/+15
* net/usb: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-181-18/+8
* drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches2010-02-171-59/+40
* usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches2010-02-171-91/+97
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* smsc95xx: fix transmission where ZLP is expectedSteve Glendinning2009-09-221-1/+1
* smsc95xx: add additional USB product IDsSteve Glendinning2009-09-221-0/+65
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* smsc95xx: remove EEPROM loaded checkSteve Glendinning2009-08-021-5/+0
* smsc95xx: Use netdev stats structureHerbert Xu2009-06-301-5/+5
* smsc95xx: strip ethernet fcs (crc) on receive pathPeter Korsgaard2009-05-171-2/+2
* smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning2009-05-011-0/+5
* smsc95xx: configure LED outputsSteve Glendinning2009-05-011-0/+10
* usbnet: convert smsc95xx driver to net_device_opsStephen Hemminger2009-03-211-2/+13
* drivers/net/usb: fix sparse warnings: Should it be static?Hannes Eder2009-02-171-1/+1
* smsc95xx: fix function prototype of async callbackSteve Glendinning2009-01-251-2/+2
* smsc95xx: remove unused completion structSteve Glendinning2009-01-251-4/+0
* net: prepare usb net drivers for addition of status as a parameterOliver Neukum2008-12-181-2/+3
* net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-161-23/+1
* net: Move flow control definitions to mii.hSteve Glendinning2008-12-161-2/+0
* smsc95xx: add tx checksum offload supportSteve Glendinning2008-11-201-10/+65
* net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
OpenPOWER on IntegriCloud