aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-261-1/+1
|\
| * USB: mcs7830: return negative if auto negotiate failsDan Carpenter2010-12-231-1/+1
* | usb: Use static const, consolidate codeJoe Perches2010-12-211-23/+16
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-201-2/+10
|\ \ | |/
| * net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr2010-12-201-2/+10
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-172-4/+4
|\ \ | |/
| * asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard2010-12-171-0/+4
| * hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer2010-12-091-4/+0
* | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-4/+3
* | drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-122-5/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-4/+6
|\ \ | |/
| * hso: fix disable_netFilip Aben2010-11-281-4/+6
* | USB CDC NCM host driverAlexey Orishko2010-12-063-0/+1233
* | usbnet: changes for upcoming cdc_ncm driverAlexey Orishko2010-12-061-14/+31
* | drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches2010-11-171-2/+2
* | hso: Fix unused variable warningAlan Cox2010-11-151-1/+0
* | drivers/net/usb: Update WARN usesJoe Perches2010-11-091-1/+1
|/
* usbnet: fix usb_autopm_get_interface failure(v1)Ming Lei2010-11-011-0/+11
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-237-22/+359
|\ \
| * | smsc95xx: generate random MAC address once, not every ifupBernard Blackham2010-10-211-2/+2
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-0/+2
| |\ \
| * | | drivers/net: return operator cleanupEric Dumazet2010-09-261-2/+2
| * | | cx82310_eth: allow empty URBsOndrej Zary2010-09-131-9/+3
| * | | cx82310_eth: check usb_string() return value for errorOndrej Zary2010-09-131-5/+3
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-6/+6
| |\ \ \
| * | | | introduce cx82310_eth: Conexant CX82310-based ADSL router USB ethernet driverOndrej Zary2010-09-083-0/+363
| * | | | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-172-18/+0
* | | | | tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-19/+16
| |_|/ / |/| | |
* | | | drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-161-0/+2
| |/ / |/| |
* | | ipheth: remove incorrect devtype to WWANDan Williams2010-09-091-6/+1