aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-026-3/+1757
* ASIX: Use only 11 bits of header for data sizeMarek Vasut2011-11-111-2/+2
* ASIX: Simplify condition in rx_fixup()Marek Vasut2011-11-111-3/+2
* ipheth: iPhone 4 Verizon CDMA USB Product ID addKavan Smith2011-11-111-0/+5
* usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer2011-11-111-9/+38
* rtl8150: rtl8150_disconnect(...) does not need tasklet_disable(...)huajun li2011-11-111-1/+0
* cdc_ncm: fix endianness problem.Giuseppe Scrivano2011-10-031-100/+56
* ASIX: Add AX88772B USB IDMarek Vasut2011-10-031-0/+4
* hso: fix a use after free conditionGreg KH2011-07-081-3/+4
* usbnet: Remove over-broad module alias from zaurus.Dave Jones2011-06-291-10/+0
* net/usb/kalmia: signedness bug in kalmia_bind()Dan Carpenter2011-06-231-1/+1
* net/usb: kalmia: Various fixes for better support of non-x86 architectures.Marius B. Kotsbak2011-06-221-16/+24
* net/usb: Add Samsung Kalmia driver for Samsung GT-B3730Marius B. Kotsbak2011-06-163-0/+395
* usbnet/cdc_ncm: add missing .reset_resume hookStefan Metzmacher2011-06-011-1/+2
* drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run()Alexey Khoroshilov2011-05-311-1/+1
* CDC NCM: release interfaces fix in unbind()Alexey Orishko2011-05-241-48/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | CDC NCM: Add mising short packet in cdc_ncm driverAlexey Orishko2011-05-121-5/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-112-6/+10
|\ \
| * | net/usb: mark LG VL600 LTE modem ethernet interface as WWANDan Williams2011-05-101-1/+1
| * | ipheth: Properly distinguish length and alignment in URBs and skbsBen Hutchings2011-05-081-5/+9
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-053-6/+28
|\| |
| * | usbnet: runtime pm: fix out of memoryMing Lei2011-05-051-3/+7
| * | smsc95xx: fix reset checkRabin Vincent2011-05-021-1/+1
| * | usbnet: add support for some Huawei modems with cdc-ether portsDan Williams2011-04-291-2/+12
| * | usbnet: Resubmit interrupt URB if device is openPaul Stewart2011-04-281-0/+8
* | | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-292-6/+7
* | | ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-294-22/+26
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-2/+2
|\| |
| * | cdc_ncm: fix short packet issue on some devicesHans Petter Selasky2011-04-241-2/+2
| |/
* | drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.Thiago Farina2011-04-171-3/+3
* | rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings2011-04-141-1/+1
* | rndis_host: Poll status before control channel where necessaryBen Hutchings2011-04-131-7/+32
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-113-2/+17
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-111-0/+15
| |\
| | * net: Add support for SMSC LAN9530, LAN9730 and LAN89530Steve Glendinning2011-04-101-0/+15
| * | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-072-2/+2
| |\ \ | | |/ | |/|
| | * Fix common misspellingsLucas De Marchi2011-03-312-2/+2
* | | usb: plusb: Add debug to reset functionsimon2011-04-101-1/+5
* | | usb: plusb: Add support for PL-25A1simon2011-04-102-3/+21
* | | usb: plusb: Whitespacesimon2011-04-101-2/+2
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-0410-12/+21
|\| |
| * | usbnet: use eth%d name for known ethernet devicesArnd Bergmann2011-04-0110-12/+21
* | | net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2011-04-012-144/+63
|/ /
* / net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski2011-03-305-9/+384
|/
* NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier2011-03-221-7/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-7/+3
|\
| * NET: cdc-phonet, handle empty phonet headerJiri Slaby2011-03-141-6/+3
| * NET: cdc-phonet, fix stop-queue handlingJiri Slaby2011-03-141-1/+0