summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/kaweth.c
Commit message (Expand)AuthorAgeFilesLines
* net: usb: kaweth: constify usb_device_idArvind Yadav2017-08-081-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-12/+6
|\
| * kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet2017-04-211-12/+6
* | usbnet: kaweth: Use net_device_stats from struct net_deviceTobias Klauser2017-04-071-22/+10
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* kaweth: remove obsolete debugging statementsOliver Neukum2016-09-071-15/+0
* kaweth: fix oops upon failed memory allocationOliver Neukum2016-08-181-1/+6
* kaweth: fix firmware downloadOliver Neukum2016-08-181-2/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* kaweth: remove ifdefed out call to dma_supportedChristoph Hellwig2015-11-101-6/+0
* usb/kaweth: use GFP_ATOMIC under spin_lock in usb_start_wait_urb()Alexey Khoroshilov2015-01-121-1/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* kaweth: print correct debug ptrAlan Cox2012-10-111-1/+1
* USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman2012-09-201-67/+67
* USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-07-271-1/+1
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* USB: kaweth.c: remove err() usageGreg Kroah-Hartman2012-04-251-26/+37
* usb/kaweth: print MAC via printk format specifierDanny Kukawka2012-02-241-7/+1
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-29/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl2011-01-241-0/+1
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-9/+0
* drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-6/+6
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-6/+6
* | net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
|/
* drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...Andreas Hartmann2010-04-271-0/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* usb: remove rare pm primitive for conversion to new APIOliver Neukum2009-12-111-2/+2
* convert kaweth to use usb_reset_configuration()Oliver Neukum2009-10-291-10/+1
* kaweth: Fix memory leak in kaweth_control()Kevin Cernekee2009-09-221-7/+11
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-0/+3
|\
| * netdev: restore MTU change operationBen Hutchings2009-07-121-0/+1
| * netdev: restore MAC address set and validate operationsBen Hutchings2009-07-121-0/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* kaweth: Clean up codeLarry Finger2009-04-131-8/+25
* kaweth: Fix locking to be SMP-safeLarry Finger2009-04-021-4/+3
* net: switch kaweth driver to netdevopsOliver Neukum2009-01-081-11/+12
* USB: avoid needless address-taking of function parametersHarvey Harrison2009-01-071-3/+3
* net: prepare usb net drivers for addition of status as a parameterOliver Neukum2008-12-181-7/+10
* USB: remove info() macro from usb network driversGreg Kroah-Hartman2008-10-171-9/+10
* USB: remove warn() macro from usb net driversGreg Kroah-Hartman2008-10-171-4/+4
* kaweth: use request_firmware()David Woodhouse2008-07-101-17/+26
OpenPOWER on IntegriCloud