aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-14/+9
2010-07-05usbnet: remove direct access to urb->statusOliver Neukum2-9/+12
2010-07-02usbnet: Set parent device early for netdev_printk()Ben Hutchings1-2/+3
2010-07-02net: Revert "rndis_host: Poll status channel before control channel"Ben Hutchings1-12/+6
2010-06-30usb: pegasus: fixed coding style issuesNicolas Kaiser2-212/+209
2010-06-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-06-22hso: remove setting of low_latency flagFilip Aben1-1/+0
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet5-6/+6
2010-05-25drivers/net/usb/asix.c: Fix pointer cast.David S. Miller1-2/+2
2010-05-25hso: add support for new productsFilip Aben1-0/+3
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-20/+16
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2-20/+16
2010-05-17pegasus: fix USB device ID for ETX-US2Tadashi Abe1-1/+1
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall1-2/+1
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall2-5/+2
2010-05-17drivers/net/usb: Use kmemdupJulia Lawall1-4/+2
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