aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc95xx.c
Commit message (Expand)AuthorAgeFilesLines
* smsc95xx: mark link down on startup and let PHY interrupt deal with carrier c...Paolo Pisati2012-05-211-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
* smsc95xx: fix usb usage on big endian platformsSteve Glendinning2008-10-091-5/+5
* net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driverSteve Glendinning2008-10-081-0/+1225