aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/rtl8150.c
AgeCommit message (Expand)Author
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2021-10-05net: usb: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27net: usb: use ndo_siocdevprivateArnd Bergmann
2021-02-02net: usb: rtl8150: use new tasklet APIEmil Renner Berthing
2020-10-18net: usb: rtl8150: don't incorrectly assign random MAC addressesAnant Thazhemadam
2020-10-15Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-10-06net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam
2020-10-02net: rtl8150: Use the new usb control message API.Petko Manolov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-08-22net: usb: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-08net: usb: rtl8150: mark expected switch fall-throughGustavo A. R. Silva
2019-01-19net: usb: rtl8150: remove set but not used variable 'rx_stat'Yue Haibing
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: usb: rtl8150: demote allmulti message to dev_dbg()David Lechner
2018-06-22net: usb: rtl8150: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2017-08-08net: usb: rtl8150: constify usb_device_idArvind Yadav
2017-03-13net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-02-07rtl8150: Use heap buffers for all register accessBen Hutchings
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2014-11-19usbnet: rtl8150: remove unused variableSudip Mukherjee
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-05-20drivers: net: usb: rtl8150: concurrent URB bugfixPetko Manolov
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-04-25USB: rtl8150.c: remove err() usageGreg Kroah-Hartman
2012-04-01usb/rtl8150 : Remove duplicated definitionshuajun li
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-10-03rtl8150: removal of forward declarations.françois romieu
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-08-07rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-03usbnet: test off by oneroel kluin
2009-12-29drivers/net/usb/rtl8150.c: use %pM to shown MAC addressH Hartley Sweeten
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-05-29usbnet: ratelimit warning messages invoked from callback handlerAndré Goddard Rosa
2009-03-21usbnet: convert rtl driver to net_device_opsStephen Hemminger
2009-03-21usbnet: convert to internal net_device statsStephen Hemminger