net/usbnet: avoid recursive locking in usbnet_stop()
[linux-flexiantxendom0-3.2.10.git] / drivers / net / usb / usbnet.c
2012-03-08 Sebastian Siewiornet/usbnet: avoid recursive locking in usbnet_stop()
2011-11-07 Konstantin Khlebnikovusbnet: fix oops in usbnet_start_xmit
2011-10-25 Linus TorvaldsMerge branch 'pm-for-linus' of git://git./linux/kernel...
2011-09-29 Michael Rieschusbnet: add timestamping support
2011-08-19 Alan SternPM / Runtime: Add macro to test for runtime PM events
2011-05-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-05-10 Justin P. Mattocktreewide: fix a few typos in comments
2011-05-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-05-05 Ming Leiusbnet: runtime pm: fix out of memory
2011-04-28 Paul Stewartusbnet: Resubmit interrupt URB if device is open
2011-04-18 Thiago Farinadrivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in...
2011-04-02 Arnd Bergmannusbnet: use eth%d name for known ethernet devices
2011-03-30 Andrzej Zaborowskinet/usb: Ethernet quirks for the LG-VL600 4G modem
2011-02-13 Jesper JuhlUSB Network driver infrastructure: Fix leak when usb_au...
2010-12-12 Tejun Heodrivers/net: don't use flush_scheduled_work()
2010-12-06 Alexey Orishkousbnet: changes for upcoming cdc_ncm driver
2010-11-01 Ming Leiusbnet: fix usb_autopm_get_interface failure(v1)
2010-08-10 David S. Millerusbnet: rx_submit() should return an error code.
2010-08-05 Christian Samselusbnet: remove noisy and hardly useful printk
2010-07-27 Kulikov Vasiliyusbnet: use jiffies in schedule_timeout(), not msecs
2010-07-23 Andy Shevchenkousb: usbnet: use newly introduced hex_to_bin()
2010-07-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-03 Ben Hutchingsusbnet: Set parent device early for netdev_printk()
2010-06-13 Ben Hutchingsusbnet: Print device statistics as unsigned
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-07 Elina PashevaNET: usb: Adding URB_ZERO_PACKET flag to usbnet.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-17 Joe Perchesdrivers/net/usb: Use netif_<level> logging facilities
2010-02-17 Joe Perchesusbnet: Convert dev(dbg|err|warn|info) macros to netdev...
2009-12-03 Oliver Neukumusbnet & cdc-ether: Autosuspend for online devices
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-11-11 Ben Hutchingsusbnet: Set link down initially for drivers that update...
2009-10-05 Marcel Holtmannusbnet: Set device type for wlan and wwan devices
2009-10-05 Marcel Holtmannusbnet: Use wwan%d interface name for mobile broadband...
2009-09-22 Steve Glendinningsmsc95xx: fix transmission where ZLP is expected
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-01 Stephen Hemmingerusbnet: convert to netdev_tx_t
2009-08-14 Jussi Kivilinnausbnet: add rx queue pausing
2009-08-04 Jussi Kivilinnausbnet: allow "minidriver" to prevent urb unlinking...
2009-07-10 Jussi Kivilinnausbnet: Add stop function pointer to 'struct rndis_data'.
2009-07-01 Herbert Xuusbnet: Use netdev stats structure
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-12 Jean Delvaretrivial: fix ETIMEOUT -> ETIMEDOUT typos
2009-04-21 Peter Holikexport usbnet_get_ethernet_addr from usbnet and fixed...
2009-04-16 Alexander Beregalovusbnet: remove old compat_net_dev_ops code
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-03-22 Stephen Hemmingerusbnet: support net_device_ops
2009-03-22 Stephen Hemmingerusbnet: convert to internal net_device_stats
2009-03-02 Bjørn Morkusbnet: make usbnet_get_link() fall back to ethtool_op_...
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-09-23 David S. Millerusbnet: Use skb_queue_walk_safe() instead of by-hand...
2008-02-01 Jussi KivilinnaMove usbnet.h and rndis_host.h to include/linux/usb
2008-02-01 Jussi Kivilinnausbnet: Use wlan device name for RNDIS wireless devices
2007-11-07 Adrian Bunk[NET]: Let USB_USBNET always select MII.
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Oliver Neukumsupport for USB autosuspend in the asix driver
2007-07-10 Peter KorsgaardCleanup usbnet_probe() return value handling
2007-07-09 David Brownellusbnet whitespace fixes
2007-07-02 Peter Korsgaardusbnet: Zero padding byte if there is tail room in skb
2007-05-23 Oliver NeukumUSB: address FIXME in usbnet w.r.t drivers claiming...
2007-05-10 Jeff GarzikMove USB network drivers to drivers/net/usb.