Age | Commit message (Expand) | Author |
2022-07-28 | net: usb: delete extra space and tab in blank line | Xie Shaowen |
2021-10-22 | net: usb: don't write directly to netdev->dev_addr | Jakub Kicinski |
2020-09-29 | net: usb: kaweth: Remove last user of kaweth_control() | Sebastian Andrzej Siewior |
2020-09-29 | net: usb: kaweth: Replace kaweth_control() with usb_control_msg() | Sebastian Andrzej Siewior |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17 | Thomas Gleixner |
2018-06-22 | net: usb: kaweth: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior |
2017-08-08 | net: usb: kaweth: constify usb_device_id | Arvind Yadav |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-04-21 | kaweth: use skb_cow_head() to deal with cloned skbs | Eric Dumazet |
2017-04-07 | usbnet: kaweth: Use net_device_stats from struct net_device | Tobias Klauser |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson |
2016-09-07 | kaweth: remove obsolete debugging statements | Oliver Neukum |
2016-08-18 | kaweth: fix oops upon failed memory allocation | Oliver Neukum |
2016-08-18 | kaweth: fix firmware download | Oliver Neukum |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2015-11-10 | kaweth: remove ifdefed out call to dma_supported | Christoph Hellwig |
2015-01-12 | usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb() | Alexey Khoroshilov |
2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-12-06 | usb: Fix FSF address in file headers | Jeff Kirsher |
2012-10-11 | kaweth: print correct debug ptr | Alan Cox |
2012-09-20 | USB: remove dbg() usage in USB networking drivers | Greg Kroah-Hartman |
2012-07-27 | USB: kaweth.c: use GFP_ATOMIC under spin_lock | Dan Carpenter |
2012-05-18 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp |
2012-04-25 | USB: kaweth.c: remove err() usage | Greg Kroah-Hartman |
2012-02-24 | usb/kaweth: print MAC via printk format specifier | Danny Kukawka |
2011-11-18 | USB: convert drivers/net/* to use module_usb_driver() | Greg Kroah-Hartman |
2011-08-17 | net: remove use of ndo_set_multicast_list in drivers | Jiri Pirko |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-01-24 | USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware() | Jesper Juhl |
2010-08-17 | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings |
2010-06-03 | drivers/net: use __packed annotation | Eric Dumazet |
2010-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds |
2010-05-20 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack |
2010-05-10 | net: trans_start cleanups | Eric Dumazet |
2010-04-27 | drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad... | Andreas Hartmann |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko |
2009-12-11 | usb: remove rare pm primitive for conversion to new API | Oliver Neukum |
2009-10-29 | convert kaweth to use usb_reset_configuration() | Oliver Neukum |
2009-09-22 | kaweth: Fix memory leak in kaweth_control() | Kevin Cernekee |
2009-09-02 | netdev: drivers should make ethtool_ops const | Stephen Hemminger |
2009-09-01 | usbnet: convert to netdev_tx_t | Stephen Hemminger |
2009-07-16 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2009-07-12 | netdev: restore MTU change operation | Ben Hutchings |
2009-07-12 | netdev: restore MAC address set and validate operations | Ben Hutchings |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-04-13 | kaweth: Clean up code | Larry Finger |