aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net
AgeCommit message (Expand)AuthorFilesLines
2007-05-09Move USB network drivers to drivers/net/usb.Jeff Garzik20-13216/+0
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
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/torval...David 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
2006-10-17USB: drivers/usb/net/*: use BUILD_BUG_ONAlexey Dobriyan2-2/+2
2006-10-17USB: suspend/resume support for kawethOliver Neukum1-9/+73
2006-10-17USB: remove private debug macros from kawethOliver Neukum1-66/+56
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells8-30/+30
2006-09-28USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1David Hollis1-0/+4
2006-09-28USB: Pegasus driver failing for ADMtek 8515 network devicePetko Manolov1-7/+11
2006-09-28USB: new id for kawethOliver Neukum1-0/+1
2006-09-27USB: Dealias -110 code (more complete)Pete Zaitcev3-8/+8
2006-09-27USB: net1080 inherent pad lengthdave rientjes1-8/+7
2006-09-27usbnet: printk format warningRandy Dunlap1-1/+1
2006-09-27USB: asix - Add AX88178 support and many other changesDavid Hollis1-232/+769
2006-09-27USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo FramesJamie Painter2-3/+28
2006-08-31USB: Support for ELECOM LD-USB20 in pegasusNobuhiro Iwamatsu1-0/+3
2006-08-31USB: rtl8150_disconnect() needs tasklet_kill()Andrew Morton1-0/+1
2006-08-02USB: Patch for rtl8150 to fix unplug problemsPeter Chubb1-12/+71
2006-07-12[PATCH] USB: add ZyXEL vendor/product ID to rtl8150 driverDan Streetman1-0/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel10-10/+0
2006-06-21[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell3-3/+3
2006-06-21[PATCH] USB: cdc_ether: recognize olympus r1000 (fix regression)David Brownell1-0/+12
2006-06-21[PATCH] USB: more pegasus log spamming removedDavid Brownell1-3/+26
2006-06-21[PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptorEduard Warkentin1-0/+4
2006-06-21[PATCH] USB: usbnet, zaurus mtu fixupDavid Brownell1-6/+11
2006-06-05[PATCH] wireless: move zd1201 where it belongsPavel Machek4-2095/+0
2006-06-05[PATCH] usb wifi: zd1201 cleanupsPavel Machek1-41/+26
2006-05-08[PATCH] USB: pegasus fixes (logstorm, suspend)David Brownell1-5/+15
2006-04-14[PATCH] USB: Rename ax8817x_func() to asix_func() and add utility functions t...David Hollis1-164/+163
2006-04-14[PATCH] USB: rndis_host whitespace/comment updatesDavid Brownell1-7/+21
2006-04-14[PATCH] USB: pegasus driver bugfixPetko Manolov1-1/+1
2006-03-29Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+1
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-27[PATCH] zd1201 wireless stat updateJean Tourrilhes1-1/+1
2006-03-20[PATCH] USB: rtl8150 small fixPetko Manolov1-1/+3
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn1-6/+3
2006-03-20[PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanupMalte Doersam2-12/+15
2006-01-31[PATCH] USB: asix - Add device IDs for 0G0 Cable EthernetDavid Hollis1-0/+4
2006-01-04[PATCH] USB: zd1201: make sysfs device symlinkNathan Lynch1-0/+2
2006-01-04[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 idsDavid Hollis1-0/+4
2006-01-04[PATCH] USB: Use ARRAY_SIZE macroTobias Klauser1-4/+4
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman12-12/+0
2006-01-04[PATCH] USB: usb-net: new device ID passed through module parameterA.YOSHIYAMA1-0/+38
2006-01-04[PATCH] USB: usb-net: removes redundant returnPetko Manolov1-55/+51
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman11-29/+4
2005-11-17[PATCH] USB: fix race in kaweth disconnectHerbert Xu1-12/+1
2005-10-28[PATCH] USB: fix correct wording in drivers/usb/net/KConfigKoen Kooi1-1/+1
2005-10-28[PATCH] USB: Kaweth.c udelay patchGuillaume GOURAT /1-1/+1
2005-10-28[PATCH] pegasus.hPetko Manolov1-0/+2
2005-10-28[PATCH] usb_interface power stateDavid Brownell2-4/+0
2005-10-28[PATCH] USB: disable tasklet if rtl8150 device is removed while active.Greg Kroah-Hartman1-0/+1
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro9-11/+11
2005-09-22[PATCH] USB: fix pegasus driverKevin Vigor1-9/+20
2005-09-08[PATCH] USB: usbnet (9/9) module for pl2301/2302 cablesDavid Brownell4-217/+179
2005-09-08[PATCH] USB: usbnet (8/9) module for RNDIS devicesDavid Brownell4-8/+630
2005-09-08[PATCH] USB: usbnet (7/9) module for CDC EthernetDavid Brownell4-421/+537
2005-09-08[PATCH] USB: usbnet (6/9) module for Zaurii and compatiblesDavid Brownell5-367/+433
2005-09-08[PATCH] USB: usbnet (5/9) module for genesys gl620a cablesDavid Brownell4-359/+418
2005-09-08[PATCH] USB: usbnet (4/9) module for net1080 cablesDavid Brownell4-580/+632
2005-09-08[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adaptersDavid Brownell5-896/+1010
2005-09-08[PATCH] USB: usbnet (2/9) module for simple network linksDavid Brownell5-285/+429
2005-09-08[PATCH] USB: usbnet (1/9) clean up framingDavid Brownell3-200/+240
2005-09-08[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernelAlan Stern6-8/+0
2005-09-08[PATCH] USB: usbnet and unsigned gfp_flagsdavid-b@pacbell.net1-6/+6
2005-09-01/spare/repo/netdev-2.6 branch 'master'Jeff Garzik1-11/+10
2005-08-29[NET]: Kill skb->listDavid S. Miller1-11/+10
2005-08-24Merge upstream into ieee80211.Jeff Garzik2-3/+2
2005-08-23[PATCH] usbnet oops fixlepton1-1/+1
2005-08-23[PATCH] zd1201 kmalloc size fixAlexey Dobriyan1-2/+1
2005-07-30/spare/repo/netdev-2.6 branch 'master'Jeff Garzik3-3/+1
2005-07-29[PATCH] USB: drivers/net/usb/zd1201.c: Gigabyte GN-WLBZ201 dongle usbidMathieu1-0/+1
2005-07-29[PATCH] USB: drivers/usb/net/: remove two unused multicast_filter_limit varia...Adrian Bunk2-3/+0
2005-07-13Merge upstream 2.6.13-rc3 into ieee80211 branch of netdev-2.6.Jeff Garzik2-5/+5
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-2/+2
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-3/+3
2005-06-27Merge upstream ieee80211.h with us (us == branch 'ieee80211' of netdev-2.6)Jeff Garzik6-3/+47
2005-06-27Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds3-1/+43
2005-06-27[PATCH] USB: usbnet debug message fixDavid Brownell1-1/+1
2005-06-27[PATCH] USB: check for device in zd1201_resumeColin Leroy1-0/+3
2005-06-27[PATCH] USB: PM support for zd1201Colin Leroy2-0/+39
2005-06-27[PATCH] NETDEV: fix receiving multicast frames.YOSHIFUJI Hideaki2-2/+2
2005-06-27[PATCH] NETDEV: Elecom (Laneed) LD-USBL/TX support.YOSHIFUJI Hideaki1-0/+2
2005-06-26Merge /spare/repo/linux-2.6/Jeff Garzik2-2/+2
2005-06-16[PATCH] fix for kaweth broken by changes in the networking layerOliver Neukum1-1/+1
2005-06-03[PATCH] USB: resolve Zaurus problemDavid Brownell1-1/+1
2005-05-27[PATCH] zd1201 fixesAl Viro2-10/+8
2005-05-16[PATCH] USB: usbnet driver fixesDavid Brownell2-32/+35
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-4/+4
2005-05-03[PATCH] USB: new usbnet device idAndrea Arcangeli1-0/+3
2005-04-26[PATCH] size_t portability fixes - drivers/usbAl Viro1-1/+1
2005-04-26[PATCH] pegasus NULL noise removalAl Viro1-2/+2
2005-04-22[PATCH] USB: better usbnet zaurus/mdlm/... fixDavid Brownell1-31/+135
2005-04-22[PATCH] usbnet: Convert ASIX code to use new status infrastructureDavid Hollis1-126/+135
2005-04-22[PATCH] USB: drivers/usb/net/zd1201.c: make some code staticAdrian Bunk1-9/+11
2005-04-18[PATCH] USB: kfree cleanup for drivers/usb/* - no need to check for NULLJesper Juhl1-2/+1
2005-04-18[PATCH] USB: usbnet and zaurus zl-5600David Brownell1-3/+16
2005-04-18[PATCH] USB: usbnet printk warning fixakpm@osdl.org1-1/+1
2005-04-18[PATCH] usb suspend updates (interface suspend)David Brownell2-2/+30
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds11-0/+11913