aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc95xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-25smsc95xx: remove unused completion structSteve Glendinning1-4/+0
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-2/+3
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning1-23/+1
2008-12-16net: Move flow control definitions to mii.hSteve Glendinning1-2/+0
2008-11-20smsc95xx: add tx checksum offload supportSteve Glendinning1-10/+65
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+1
2008-10-09smsc95xx: fix usb usage on big endian platformsSteve Glendinning1-5/+5
2008-10-08net: Add SMSC LAN9500 USB2.0 10/100 ethernet adapter driverSteve Glendinning1-0/+1225