| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 1 | -1/+1 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2022-07-28 | net: usb: delete extra space and tab in blank line | Xie Shaowen | 1 | -22/+22 |
| 2022-07-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-03 | net: usb: Remove unnecessary '0' values from hasdata | Li kunyu | 1 | -1/+1 |
| 2022-07-01 | net: usb: Fix typo in code | Li kunyu | 1 | -1/+1 |
| 2021-10-25 | usbb: catc: use correct API for MAC addresses | Oliver Neukum | 1 | -5/+17 |
| 2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -12/+1 |
| 2018-06-30 | net: usb: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2017-10-18 | net: usb: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+3 |
| 2017-09-21 | net: usb: catc: use setup_timer() helper | Allen Pais | 1 | -3/+1 |
| 2017-08-08 | net: usb: catc: constify usb_device_id and fix space before '[' error | Arvind Yadav | 1 | -1/+1 |
| 2017-03-13 | net: usb: catc: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -13/+18 |
| 2017-02-07 | catc: Use heap buffer for memory size test | Ben Hutchings | 1 | -7/+18 |
| 2017-02-07 | catc: Combine failure cleanup code in catc_probe() | Ben Hutchings | 1 | -16/+17 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 1 | -1/+0 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -2/+2 |
| 2015-03-03 | net: usb: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -2/+2 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
| 2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-12-06 | usb: Fix FSF address in file headers | Jeff Kirsher | 1 | -2/+1 |
| 2013-10-02 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -4/+4 |
| 2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko | 1 | -3/+3 |
| 2012-09-20 | USB: remove dbg() usage in USB networking drivers | Greg Kroah-Hartman | 1 | -23/+32 |
| 2012-05-18 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 1 | -0/+1 |
| 2012-04-25 | USB: catc.c: remove err() usage | Greg Kroah-Hartman | 1 | -10/+15 |
| 2011-11-18 | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman | 1 | -16/+1 |
| 2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko | 1 | -1/+1 |
| 2011-05-31 | drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run() | Alexey Khoroshilov | 1 | -1/+1 |
| 2011-04-29 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 1 | -1/+1 |
| 2010-04-11 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2010-04-03 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+3 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+1 |
| 2010-02-18 | net/usb: convert to use netdev_for_each_mc_addr | Jiri Pirko | 1 | -4/+1 |
| 2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -1/+3 |
| 2009-12-29 | drivers/net/usb/catc.c: use %pM to shown MAC address | H Hartley Sweeten | 1 | -4/+2 |
| 2009-12-03 | drivers/net: Move && and || to end of previous line | Joe Perches | 1 | -2/+2 |
| 2009-09-02 | netdev: drivers should make ethtool_ops const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-01 | usbnet: convert to netdev_tx_t | Stephen Hemminger | 1 | -1/+2 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
| 2009-03-21 | usbnet: convert catc device to net_device_ops | Stephen Hemminger | 1 | -5/+13 |
| 2009-03-21 | usbnet: convert catc to internal net_device_stats | Stephen Hemminger | 1 | -21/+13 |
| 2008-12-18 | net: prepare usb net drivers for addition of status as a parameter | Oliver Neukum | 1 | -19/+22 |
| 2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -2/+0 |
| 2008-10-17 | USB: remove info() macro from usb network drivers | Greg Kroah-Hartman | 1 | -1/+2 |
| 2008-10-17 | USB: remove warn() macro from usb net drivers | Greg Kroah-Hartman | 1 | -2/+3 |
| 2008-05-21 | misc drivers/net endianness noise | Al Viro | 1 | -1/+4 |
| 2007-07-10 | [NET]: Kill eth_copy_and_sum(). | David S. Miller | 1 | -1/+1 |
| 2007-05-09 | Move USB network drivers to drivers/net/usb. | Jeff Garzik | 1 | -0/+963 |