aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/kaweth.c
AgeCommit message (Expand)Author
2012-10-11kaweth: print correct debug ptrAlan Cox
2012-09-20USB: remove dbg() usage in USB networking driversGreg Kroah-Hartman
2012-07-27USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp
2012-04-25USB: kaweth.c: remove err() usageGreg Kroah-Hartman
2012-02-24usb/kaweth: print MAC via printk format specifierDanny Kukawka
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-24USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-06-03drivers/net: use __packed annotationEric Dumazet
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-27drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Ad...Andreas Hartmann
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-11usb: remove rare pm primitive for conversion to new APIOliver Neukum
2009-10-29convert kaweth to use usb_reset_configuration()Oliver Neukum
2009-09-22kaweth: Fix memory leak in kaweth_control()Kevin Cernekee
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-12netdev: restore MTU change operationBen Hutchings
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-04-13kaweth: Clean up codeLarry Finger
2009-04-02kaweth: Fix locking to be SMP-safeLarry Finger
2009-01-08net: switch kaweth driver to netdevopsOliver Neukum
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum
2008-10-17USB: remove info() macro from usb network driversGreg Kroah-Hartman
2008-10-17USB: remove warn() macro from usb net driversGreg Kroah-Hartman
2008-07-10kaweth: use request_firmware()David Woodhouse
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-01-08[NET]: kaweth was forgotten in msec switchover of usb_start_wait_urbRuss Dill
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik