aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/kaweth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02kaweth: Fix locking to be SMP-safeLarry Finger1-4/+3
2009-01-08net: switch kaweth driver to netdevopsOliver Neukum1-11/+12
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison1-3/+3
2008-12-18net: prepare usb net drivers for addition of status as a parameterOliver Neukum1-7/+10
2008-10-17USB: remove info() macro from usb network driversGreg Kroah-Hartman1-9/+10
2008-10-17USB: remove warn() macro from usb net driversGreg Kroah-Hartman1-4/+4
2008-07-10kaweth: use request_firmware()David Woodhouse1-17/+26
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+1
2008-04-18net: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-01-08[NET]: kaweth was forgotten in msec switchover of usb_start_wait_urbRuss Dill1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik1-0/+1337