| Commit message (Expand) | Author | Age | Files | Lines |
* | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-31 | 1 | -2/+2 |
* | net: usb: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 2021-10-05 | 1 | -1/+1 |
* | net: usb: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | net: usb: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 1 | -2/+3 |
* | net: usb: rtl8150: use new tasklet API | Emil Renner Berthing | 2021-02-02 | 1 | -3/+3 |
* | net: usb: rtl8150: don't incorrectly assign random MAC addresses | Anant Thazhemadam | 2020-10-18 | 1 | -1/+1 |
* | Merge tag 'usb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-10-15 | 1 | -26/+6 |
|\ |
|
| * | net: rtl8150: Use the new usb control message API. | Petko Manolov | 2020-10-02 | 1 | -26/+6 |
* | | net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails | Anant Thazhemadam | 2020-10-06 | 1 | -4/+12 |
|/ |
|
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
* | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 1 | -1/+1 |
* | net: usb: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 2019-08-22 | 1 | -4/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | net: usb: rtl8150: mark expected switch fall-through | Gustavo A. R. Silva | 2019-02-08 | 1 | -0/+1 |
* | net: usb: rtl8150: remove set but not used variable 'rx_stat' | Yue Haibing | 2019-01-19 | 1 | -2/+0 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux | David S. Miller | 2018-07-20 | 1 | -1/+1 |
|\ |
|
| * | net: usb: rtl8150: demote allmulti message to dev_dbg() | David Lechner | 2018-07-18 | 1 | -1/+1 |
* | | net: usb: rtl8150: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 2018-06-22 | 1 | -2/+3 |
|/ |
|
* | net: usb: rtl8150: constify usb_device_id | Arvind Yadav | 2017-08-08 | 1 | -1/+1 |
* | net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-13 | 1 | -15/+20 |
* | rtl8150: Use heap buffers for all register access | Ben Hutchings | 2017-02-07 | 1 | -7/+27 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -2/+2 |
* | usbnet: rtl8150: remove unused variable | Sudip Mukherjee | 2014-11-19 | 1 | -2/+1 |
* | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2014-05-13 | 1 | -1/+1 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | drivers: net: usb: rtl8150: concurrent URB bugfix | Petko Manolov | 2013-05-20 | 1 | -54/+46 |
* | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 2013-01-06 | 1 | -3/+3 |
* | USB: remove dbg() usage in USB networking drivers | Greg Kroah-Hartman | 2012-09-20 | 1 | -3/+3 |
* | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 2012-05-18 | 1 | -1/+2 |
* | USB: rtl8150.c: remove err() usage | Greg Kroah-Hartman | 2012-04-25 | 1 | -7/+8 |
* | usb/rtl8150 : Remove duplicated definitions | huajun li | 2012-04-01 | 1 | -26/+0 |
* | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 1 | -3/+1 |
* | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 2011-11-18 | 1 | -14/+1 |
* | rtl8150: removal of forward declarations. | françois romieu | 2011-10-03 | 1 | -61/+50 |
* | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 2011-08-17 | 1 | -1/+1 |
* | rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...) | huajun li | 2011-08-07 | 1 | -1/+0 |
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 2011-04-29 | 1 | -5/+6 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-10 | 1 | -2/+2 |
|\ |
|
| * | usbnet: test off by one | roel kluin | 2010-01-03 | 1 | -2/+2 |
* | | drivers/net/usb/rtl8150.c: use %pM to shown MAC address | H Hartley Sweeten | 2009-12-29 | 1 | -5/+2 |
|/ |
|
* | drivers/net/usb: Correct code taking the size of a pointer | Julia Lawall | 2009-12-13 | 1 | -1/+1 |
* | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 2009-09-02 | 1 | -1/+1 |
* | usbnet: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+2 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -1/+1 |
* | usbnet: ratelimit warning messages invoked from callback handler | André Goddard Rosa | 2009-05-29 | 1 | -3/+6 |
* | usbnet: convert rtl driver to net_device_ops | Stephen Hemminger | 2009-03-21 | 1 | -8/+14 |
* | usbnet: convert to internal net_device stats | Stephen Hemminger | 2009-03-21 | 1 | -17/+11 |