summaryrefslogtreecommitdiff
path: root/drivers/usb/net
Commit message (Expand)AuthorAgeFilesLines
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* usb-net/pegasus: simplify carrier detectionDan Williams2007-04-272-12/+1
* USB: usbnet reports minidriver name through ethtoolDavid Brownell2007-04-272-3/+6
* USB: rndis_host, various cleanupsDavid Brownell2007-04-271-28/+84
* USB: fix catc error handlingOliver Neukum2007-04-271-8/+19
* USB: dm9601: fix sparse NULL warningsRandy Dunlap2007-04-271-2/+3
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-252-2/+2
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-254-6/+6
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-255-7/+3
* usb-net/pegasus: fix pegasus carrier detectionDan Williams2007-04-242-6/+14
* USB: two more device ids for dm9601 usbnet driverJon Dowland2007-03-191-0/+8
* USBNET: DM9501: Add Corega FEther USB-TXC support.YOSHIFUJI Hideaki2007-03-091-0/+4
* USB: Davicom DM9601 usbnet driverPeter Korsgaard2007-02-233-0/+616
* USB: asix.c - Add JVC-PRX1 idsDavid Hollis2007-02-231-5/+9
* usbnet: add missing Kconfig for KC2190 cablesDavid Brownell2007-02-162-0/+13
* usbnet: init fault (oops) cleanup, whitespace fixesDavid Brownell2007-02-161-13/+16
* usbnet: recognize SiteCom CN-124David Brownell2007-02-161-3/+13
* USB: Fix misspelled "USBNET_MII" kernel config option.Robert P. J. Day2007-02-161-1/+1
* USB: USB_RTL8150 must select MIIAdrian Bunk2007-02-161-0/+1
* USB: asix - Fix endian issues in asix_tx_fixup()David Hollis2007-02-161-0/+2
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-1411-11/+0
* [PATCH] trivial usb endianness annotationsAl Viro2007-02-091-14/+12
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2007-02-074-28/+156
|\
| * USB: better ethtool support for kawethOliver Neukum2007-02-071-1/+11
| * USB: power management for kawethOliver Neukum2007-02-071-4/+21
| * rndis_host learns ActiveSync basicsOle Andre Vadla Ravnas2007-02-073-23/+124
* | PEGASUS: Fix typo in Corega products.YOSHIFUJI Hideaki / 吉藤英明2007-02-051-2/+2
* | ASIX: Add IO-DATA ETG-US2 Support.YOSHIFUJI Hideaki / 吉藤英明2007-02-051-0/+4
|/
* [PATCH] fix rtl8150Al Viro2007-02-031-1/+2
* USB: rndis_host: fix crash while probing a Nokia S60 mobileDaniel Gollub2007-01-221-9/+14
* USB: asix: Detect internal PHY and enable/use accordinglyAndres Salomon2007-01-221-5/+13
* USB: asix: Fix AX88772 device PHY selectionDavid Hollis2007-01-051-1/+1
* USB: rtl8150 new device idPetko Manolov2006-12-201-2/+4
* USB: removing ifdefed code from gl620aOliver Neukum2006-12-201-154/+0
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-072-3/+3
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-074-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-056-17/+13
|\
| * USB: pegasus error path not resetting task's stateOliver Neukum2006-12-011-0/+1
| * USB: endianness fix for asix.cOliver Neukum2006-12-011-3/+3
| * usb: catc free urb cleanupMariusz Kozlowski2006-12-011-8/+4
| * USB: net1080: Fix && typosJean Delvare2006-12-011-2/+2
| * USB: usbnet: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+2
| * USB: cdc_ether: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-011-2/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-224-11/+13
|/
* USB: use MII hooks only if CONFIG_MII is enabledDavid Brownell2006-11-032-27/+39
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-301-1/+1
* usbnet: add a mutex around phy register accessArnd Bergmann2006-10-174-0/+11
* usbnet: improve generic ethtool supportArnd Bergmann2006-10-174-36/+68