aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/smsc75xx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-05-07smsc75xx: let EEPROM determine GPIO/LED settingsSteve Glendinning1-7/+12
2012-05-07smsc75xx: eliminate unnecessary phy register readSteve Glendinning1-3/+1
2012-05-07smsc75xx: replace 0xffff with PHY_INT_SRC_CLEAR_ALLSteve Glendinning1-1/+2
2012-04-30smsc75xx: enable mac to detect speed/duplex from phySteve Glendinning1-0/+8
2012-04-30smsc75xx: declare smsc75xx's MII as GMII capableSteve Glendinning1-0/+3
2012-04-30smsc75xx: fix phy interrupt acknowledgeSteve Glendinning1-5/+7
2012-04-30smsc75xx: fix phy init reset loopSteve Glendinning1-1/+1
2012-04-30smsc75xx: add more information to register io failure warningsSteve Glendinning1-2/+2
2012-04-30smsc75xx: fix mdio reads and writesSteve Glendinning1-2/+2
2012-04-30smsc75xx: mark link down on startup and let PHY interrupt deal with carrier changesSteve Glendinning1-1/+1
2012-04-16net: usb: smsc75xx: 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
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-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-11-08Fix incorrect usage of NET_IP_ALIGNNico Erfurth1-3/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-3/+4
2011-04-01net: convert SMSC USB net drivers to hw_featuresMichał Mirosław1-80/+44
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-16smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driverSteve Glendinning1-0/+1288