aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-27usb-net/pegasus: simplify carrier detectionDan Williams2-12/+1
2007-04-27USB: usbnet reports minidriver name through ethtoolDavid Brownell2-3/+6
2007-04-27USB: rndis_host, various cleanupsDavid Brownell1-28/+84
2007-04-27USB: fix catc error handlingOliver Neukum1-8/+19
2007-04-27USB: dm9601: fix sparse NULL warningsRandy Dunlap1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2-2/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo4-6/+6
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo5-7/+3
2007-04-24usb-net/pegasus: fix pegasus carrier detectionDan Williams2-6/+14
2007-03-19USB: two more device ids for dm9601 usbnet driverJon Dowland1-0/+8
2007-03-09USBNET: DM9501: Add Corega FEther USB-TXC support.YOSHIFUJI Hideaki1-0/+4
2007-02-23USB: Davicom DM9601 usbnet driverPeter Korsgaard3-0/+616
2007-02-23USB: asix.c - Add JVC-PRX1 idsDavid Hollis1-5/+9
2007-02-16usbnet: add missing Kconfig for KC2190 cablesDavid Brownell2-0/+13
2007-02-16usbnet: init fault (oops) cleanup, whitespace fixesDavid Brownell1-13/+16
2007-02-16usbnet: recognize SiteCom CN-124David Brownell1-3/+13
2007-02-16USB: Fix misspelled "USBNET_MII" kernel config option.Robert P. J. Day1-1/+1
2007-02-16USB: USB_RTL8150 must select MIIAdrian Bunk1-0/+1
2007-02-16USB: asix - Fix endian issues in asix_tx_fixup()David Hollis1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau11-11/+0
2007-02-09[PATCH] trivial usb endianness annotationsAl Viro1-14/+12
2007-02-07Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds4-28/+156
2007-02-07USB: better ethtool support for kawethOliver Neukum1-1/+11
2007-02-07USB: power management for kawethOliver Neukum1-4/+21
2007-02-07rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas3-23/+124
2007-02-05PEGASUS: Fix typo in Corega products.YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2007-02-05ASIX: Add IO-DATA ETG-US2 Support.YOSHIFUJI Hideaki / 吉藤英明1-0/+4
2007-02-03[PATCH] fix rtl8150Al Viro1-1/+2
2007-01-22USB: rndis_host: fix crash while probing a Nokia S60 mobileDaniel Gollub1-9/+14
2007-01-22USB: asix: Detect internal PHY and enable/use accordinglyAndres Salomon1-5/+13
2007-01-05USB: asix: Fix AX88772 device PHY selectionDavid Hollis1-1/+1
2006-12-20USB: rtl8150 new device idPetko Manolov1-2/+4
2006-12-20USB: removing ifdefed code from gl620aOliver Neukum1-154/+0
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter2-3/+3
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter4-4/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells6-17/+13
2006-12-01USB: pegasus error path not resetting task's stateOliver Neukum1-0/+1
2006-12-01USB: endianness fix for asix.cOliver Neukum1-3/+3
2006-12-01usb: catc free urb cleanupMariusz Kozlowski1-8/+4
2006-12-01USB: net1080: Fix && typosJean Delvare1-2/+2
2006-12-01USB: usbnet: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+2
2006-12-01USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells4-11/+13
2006-11-03USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell2-27/+39
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra1-1/+1
2006-10-17usbnet: add a mutex around phy register accessArnd Bergmann4-0/+11
2006-10-17usbnet: improve generic ethtool supportArnd Bergmann4-36/+68
2006-10-17USB: driver for mcs7830 (aka DeLOCK) USB ethernet adapterArnd Bergmann3-0/+534