aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/usb/usbnet.c
AgeCommit message (Expand)Author
2011-11-07usbnet: fix oops in usbnet_start_xmitKonstantin Khlebnikov
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-09-29usbnet: add timestamping supportMichael Riesch
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-05-05usbnet: runtime pm: fix out of memoryMing Lei
2011-04-28usbnet: Resubmit interrupt URB if device is openPaul Stewart
2011-04-17drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function.Thiago Farina
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann
2011-03-30net/usb: Ethernet quirks for the LG-VL600 4G modemAndrzej Zaborowski
2011-02-13USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() r...Jesper Juhl
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-12-06usbnet: changes for upcoming cdc_ncm driverAlexey Orishko
2010-11-01usbnet: fix usb_autopm_get_interface failure(v1)Ming Lei
2010-08-10usbnet: rx_submit() should return an error code.David S. Miller
2010-08-05usbnet: remove noisy and hardly useful printkChristian Samsel
2010-07-26usbnet: use jiffies in schedule_timeout(), not msecsKulikov Vasiliy
2010-07-23usb: usbnet: use newly introduced hex_to_bin()Andy Shevchenko
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-02usbnet: Set parent device early for netdev_printk()Ben Hutchings
2010-06-12usbnet: Print device statistics as unsignedBen Hutchings
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-06NET: usb: Adding URB_ZERO_PACKET flag to usbnet.cElina Pasheva
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17drivers/net/usb: Use netif_<level> logging facilitiesJoe Perches
2010-02-17usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>Joe Perches
2009-12-03usbnet & cdc-ether: Autosuspend for online devicesOliver Neukum
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-10usbnet: Set link down initially for drivers that update link stateBen Hutchings
2009-10-05usbnet: Set device type for wlan and wwan devicesMarcel Holtmann
2009-10-05usbnet: Use wwan%d interface name for mobile broadband devicesMarcel Holtmann
2009-09-22smsc95xx: fix transmission where ZLP is expectedSteve Glendinning
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger
2009-08-14usbnet: add rx queue pausingJussi Kivilinna
2009-08-04usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stopJussi Kivilinna
2009-07-10usbnet: Add stop function pointer to 'struct rndis_data'.Jussi Kivilinna
2009-06-30usbnet: Use netdev stats structureHerbert Xu
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12trivial: fix ETIMEOUT -> ETIMEDOUT typosJean Delvare
2009-04-21export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.cPeter Holik
2009-04-16usbnet: remove old compat_net_dev_ops codeAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-03-21usbnet: support net_device_opsStephen Hemminger
2009-03-21usbnet: convert to internal net_device_statsStephen Hemminger
2009-03-01usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-22usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.David S. Miller