aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17drivers/net/usb/asix.c: Fix unaligned accessesNeil Jones1-1/+33
2010-05-15rndis_host: Poll status channel before control channelBen Hutchings1-6/+12
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet3-5/+1
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-05-03dm9601: fix phy/eeprom write routinePeter Korsgaard1-1/+1
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-7/+1024
2010-05-01net/usb: initiate sync sequence in sierra_net.c driverElina Pasheva1-0/+3
2010-04-30net/usb: remove default in Kconfig for sierra_net driverElina Pasheva1-1/+0
2010-04-30cdc_ether: Identify MBM devices by GUID in MDLM descriptorJonas Sjöquist1-74/+39
2010-04-27net/usb: add sierra_net.c driverElina Pasheva3-0/+1012
2010-04-27cdc_ether: fix autosuspend for mbm devicesTorgny Johansson1-0/+1
2010-04-27ipheth: potential null dereferences on error pathDan Carpenter1-7/+8
2010-04-27drivers/usb/net/kaweth.c: add device "Allied Telesyn AT-USB10 USB Ethernet Adapter"Andreas Hartmann1-0/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-0/+581
2010-04-21drivers/net/usb: Add new driver iphethDiego Giagio3-0/+581
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-1/+13
2010-04-06NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva1-6/+9
2010-04-03net: convert multicast list to list_headJiri Pirko6-25/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-1/+13
2010-03-18smsc95xx: Fix tx checksum offload for small packetsSteve Glendinning1-3/+15
2010-03-16smsc95xx: wait for PHY to complete reset during initSteve Glendinning1-0/+15
2010-03-16smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driverSteve Glendinning4-0/+1718
2010-03-15obsolete config in kernel source: HSO_AUTOPMChristoph Egger1-3/+0
2010-03-10asix: fix setting mac address for AX88772Jussi Kivilinna1-2/+28
2010-03-07another pegasus usb net devicePetko Manolov1-2/+4
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2010-02-23cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)Torgny Johansson1-0/+5
2010-02-18net/usb: convert to use netdev_for_each_mc_addrJiri Pirko4-34/+15
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches6-341/+264
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches9-316/+334
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko8-16/+18
2010-02-05net: dm9601: convert to use mc helpersJiri Pirko1-5/+5
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-02-03MCS7830 USB-Ether: resume _with_ working link, via .reset_resume supportAndreas Mohr1-67/+123
2010-02-03MCS7830 USB-Ether: change register defineAndreas Mohr1-2/+3
2010-02-03MCS7830 USB-Ether: Spelling correctionsAndreas Mohr1-6/+6
2010-02-03MCS7830 USB-Ether: add Rx error supportAndreas Mohr1-1/+42
2010-01-28cdc_ether: Partially revert "usbnet: Set link down initially ..."Ben Hutchings1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-30/+79
2010-01-07hso: fixed missing newlinesJan Dumon1-8/+8
2010-01-07hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon1-0/+4
2010-01-07hso: Attempt to recover from usb bus errorsJan Dumon1-10/+44
2010-01-07hso: don't change the state of a closed portJan Dumon1-5/+5
2010-01-07hso: Fix for endian issues on big endian machinesJan Dumon1-5/+7
2010-01-07hso: Add Vendor/Product ID's for new devicesJan Dumon1-0/+9
2010-01-03usbnet: test off by oneroel kluin1-2/+2
2009-12-29drivers/net/usb/catc.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-29drivers/net/usb/rtl8150.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+2
2009-12-13drivers/net/usb: Correct code taking the size of a pointerJulia Lawall1-1/+1