aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rtl8150.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19usbnet: rtl8150: remove unused variableSudip Mukherjee1-2/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-05-20drivers: net: usb: rtl8150: concurrent URB bugfixPetko Manolov1-54/+46
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman1-3/+3
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-1/+2
2012-04-25USB: rtl8150.c: remove err() usageGreg Kroah-Hartman1-7/+8
2012-04-01usb/rtl8150 : Remove duplicated definitionshuajun li1-26/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-14/+1
2011-10-03rtl8150: removal of forward declarations.françois romieu1-61/+50
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-07rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li1-1/+0
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+6
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-01-03usbnet: test off by oneroel kluin1-2/+2
2009-12-29drivers/net/usb/rtl8150.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+2
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-29usbnet: ratelimit warning messages invoked from callback handlerAndré Goddard Rosa1-3/+6
2009-03-21usbnet: convert rtl driver to net_device_opsStephen Hemminger1-8/+14
2009-03-21usbnet: convert to internal net_device statsStephen Hemminger1-17/+11
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-17/+21
2008-10-17USB: remove info() macro from usb network driversGreg Kroah-Hartman1-6/+9
2008-10-17USB: remove warn() macro from usb net driversGreg Kroah-Hartman1-8/+8
2008-03-24USB: Fix cut-and-paste error in rtl8150.cRobert P. J. Day1-1/+1
2008-02-03rtl8150: use default MTU of 1500Lennert Buytenhek1-1/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski1-1/+0
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+1004