aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/kaweth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28net: usb: delete extra space and tab in blank lineXie Shaowen1-1/+1
2021-10-22net: usb: don't write directly to netdev->dev_addrJakub Kicinski1-2/+1
2020-09-29net: usb: kaweth: Remove last user of kaweth_control()Sebastian Andrzej Siewior1-151/+17
2020-09-29net: usb: kaweth: Replace kaweth_control() with usb_control_msg()Sebastian Andrzej Siewior1-63/+30
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 17Thomas Gleixner1-13/+1
2018-06-22net: usb: kaweth: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+4
2017-08-08net: usb: kaweth: constify usb_device_idArvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+6
2017-04-21kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2017-04-07usbnet: kaweth: Use net_device_stats from struct net_deviceTobias Klauser1-22/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-07kaweth: remove obsolete debugging statementsOliver Neukum1-15/+0
2016-08-18kaweth: fix oops upon failed memory allocationOliver Neukum1-1/+6
2016-08-18kaweth: fix firmware downloadOliver Neukum1-2/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-11-10kaweth: remove ifdefed out call to dma_supportedChristoph Hellwig1-6/+0
2015-01-12usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov1-1/+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-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-10-11kaweth: print correct debug ptrAlan Cox1-1/+1
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman1-67/+67
2012-07-27USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter1-1/+1
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-04-25USB: kaweth.c: remove err() usageGreg Kroah-Hartman1-26/+37
2012-02-24usb/kaweth: print MAC via printk format specifierDanny Kukawka1-7/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-29/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-24USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl1-0/+1
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-9/+0
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-6/+6
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-6/+6
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-27drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Adapter"Andreas Hartmann1-0/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-11usb: remove rare pm primitive for conversion to new APIOliver Neukum1-2/+2
2009-10-29convert kaweth to use usb_reset_configuration()Oliver Neukum1-10/+1
2009-09-22kaweth: Fix memory leak in kaweth_control()Kevin Cernekee1-7/+11
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-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-0/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-04-13kaweth: Clean up codeLarry Finger1-8/+25