aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/usbnet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+38
2012-05-15usbnet: fix skb traversing races during unlink(v2)Ming Lei1-16/+38
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-05-02usbnet: fix failure handling in usbnet_probetom.leiming@gmail.com1-1/+3
2012-05-02usbnet: fix leak of transfer buffer of dev->interrupttom.leiming@gmail.com1-0/+1
2012-04-04usbnet: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-22usbnet: consider device busy at each recieved packetOliver Neukum1-0/+1
2012-03-22usbnet: don't clear urb->dev in tx_completetom.leiming@gmail.com1-1/+0
2012-03-22usbnet: increase URB reference count before usb_unlink_urbtom.leiming@gmail.com1-0/+9
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-03-16usbnet: use netif_tx_wake_queue instead of netif_start_queueAlexey Orishko1-1/+1
2012-03-16net/usbnet: reserve headroom on rx skbsEric Dumazet1-2/+2
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2012-03-08net/usbnet: avoid recursive locking in usbnet_stop()Sebastian Siewior1-0/+2
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov1-1/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2011-09-29usbnet: add timestamping supportMichael Riesch1-0/+6
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+15
2011-05-05usbnet: runtime pm: fix out of memoryMing Lei1-3/+7
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart1-0/+8
2011-04-17drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.Thiago Farina1-3/+3
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann1-1/+2
2011-03-30net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski1-3/+7
2011-02-13USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent().Jesper Juhl1-1/+3
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+1
2010-12-06usbnet: changes for upcoming cdc_ncm driverAlexey Orishko1-14/+31
2010-11-01usbnet: fix usb_autopm_get_interface failure(v1)Ming Lei1-0/+11
2010-08-10usbnet: rx_submit() should return an error code.David S. Miller1-6/+16
2010-08-05usbnet: remove noisy and hardly useful printkChristian Samsel1-1/+0
2010-07-26usbnet: use jiffies in schedule_timeout(), not msecsKulikov Vasiliy1-1/+1
2010-07-23usb: usbnet: use newly introduced hex_to_bin()Andy Shevchenko1-11/+2
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2010-07-02usbnet: Set parent device early for netdev_printk()Ben Hutchings1-2/+3
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches1-117/+91
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches1-80/+82
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum1-29/+128
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-24/+24
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings1-1/+3
2009-10-05usbnet: Set device type for wlan and wwan devicesMarcel Holtmann1-0/+14
2009-10-05usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann1-0/+3
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning1-1/+1
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1