summaryrefslogtreecommitdiff
path: root/drivers/net/usb
AgeCommit message (Expand)AuthorFilesLines
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart1-0/+8
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2011-04-25cdc_ncm: fix short packet issue on some devicesHans Petter Selasky1-2/+2
2011-04-18drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.Thiago Farina1-3/+3
2011-04-15rndis_host: Quirky devices are still 'point-to-point'Ben Hutchings1-1/+1
2011-04-14rndis_host: Poll status before control channel where necessaryBen Hutchings1-7/+32
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-2/+17
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+15
2011-04-11net: Add support for SMSC LAN9530, LAN9730 and LAN89530Steve Glendinning1-0/+15
2011-04-11usb: plusb: Add debug to reset functionsimon1-1/+5
2011-04-11usb: plusb: Add support for PL-25A1simon2-3/+21
2011-04-11usb: plusb: Whitespacesimon1-2/+2
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-12/+21
2011-04-02net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2-144/+63
2011-04-02usbnet: use eth%d name for known ethernet devicesArnd Bergmann10-12/+21
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski5-9/+384
2011-03-22NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier1-7/+10
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+3
2011-03-17Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2011-03-15NET: cdc-phonet, handle empty phonet headerJiri Slaby1-6/+3
2011-03-15NET: cdc-phonet, fix stop-queue handlingJiri Slaby1-1/+0
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman3-87/+156
2011-02-24Added support for usb ethernet (0x0fe6, 0x9700)Shahar Havivi1-0/+4
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-3/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-14Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl1-6/+6
2011-02-13USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl1-1/+3
2011-02-09USB CDC NCM errata updates for cdc_ncm host driverAlexey Orishko1-80/+147
2011-01-25USB NET KL5KUSB101: Fix mem leak in error path of kaweth_download_firmware()Jesper Juhl1-0/+1
2011-01-19USB CDC NCM: tx_fixup() race condition fixAlexey Orishko1-7/+12
2011-01-14USB CDC NCM: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitializ...Jesper Juhl1-1/+3
2010-12-31USB: cdc_ether: remove unneeded checkDan Carpenter1-3/+1
2010-12-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-12-23USB: mcs7830: return negative if auto negotiate failsDan Carpenter1-1/+1
2010-12-21usb: Use static const, consolidate codeJoe Perches1-23/+16
2010-12-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+10
2010-12-20net: Add USB PID for new MOSCHIP USB ethernet controller MCS7832 variantAndreas Mohr1-2/+10
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+4
2010-12-17asix: add USB ID for Logitec LAN-GTJ U2AArnaud Ebalard1-0/+4
2010-12-17net: Use skb_checksum_start_offset()Michał Mirosław1-4/+3
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo2-5/+3
2010-12-10hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer1-4/+0
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2010-12-06USB CDC NCM host driverAlexey Orishko3-0/+1233
2010-12-06usbnet: changes for upcoming cdc_ncm driverAlexey Orishko1-14/+31
2010-11-28hso: fix disable_netFilip Aben1-4/+6
2010-11-17drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches1-2/+2