summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-5/+5
|\ \ | |/ |/|
| * Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-243-87/+156
| |\
| * | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
| * | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-3/+3
| * | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | | Added support for usb ethernet (0x0fe6, 0x9700)Shahar Havivi2011-02-231-0/+4
| |/ |/|
* | Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-131-6/+6
* | USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl2011-02-131-1/+3
* | USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko2011-02-081-80/+147
|/
* USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl2011-01-241-0/+1
* USB CDC NCM: tx_fixup() race condition fixAlexey Orishko2011-01-181-7/+12
* USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...Jesper Juhl2011-01-131-1/+3
* USB: cdc_ether: remove unneeded checkDan Carpenter2010-12-311-3/+1