1. 123edb1 usbnet: Support the get_ts_info ethtool method. by Richard Cochran · 12 years ago
  2. 8a78335 usbnet: consider device busy at each recieved packet by Oliver Neukum · 12 years ago
  3. 5d5440a usbnet: don't clear urb->dev in tx_complete by tom.leiming@gmail.com · 12 years ago
  4. 0956a8c usbnet: increase URB reference count before usb_unlink_urb by tom.leiming@gmail.com · 12 years ago
  5. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  6. 1aa9bc5 usbnet: use netif_tx_wake_queue instead of netif_start_queue by Alexey Orishko · 12 years ago
  7. 7bdd402 net/usbnet: reserve headroom on rx skbs by Eric Dumazet · 12 years ago
  8. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 4231d47 net/usbnet: avoid recursive locking in usbnet_stop() by Sebastian Siewior · 12 years ago
  10. 41de8d4 drivers/net: Remove alloc_etherdev error messages by Joe Perches · 12 years ago
  11. 23ba079 usbnet: fix oops in usbnet_start_xmit by Konstantin Khlebnikov · 13 years ago
  12. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  13. f9b491e usbnet: add timestamping support by Michael Riesch · 13 years ago
  14. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  15. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  16. 70f23fd treewide: fix a few typos in comments by Justin P. Mattock · 13 years ago
  17. 7143b7d4 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  18. 75bd0cb usbnet: runtime pm: fix out of memory by Ming Lei · 13 years ago
  19. 68972ef usbnet: Resubmit interrupt URB if device is open by Paul Stewart · 13 years ago
  20. c582a95 drivers/net/usb/usbnet.c: Use FIELD_SIZEOF macro in usbnet_init() function. by Thiago Farina · 13 years ago
  21. c261344 usbnet: use eth%d name for known ethernet devices by Arnd Bergmann · 13 years ago
  22. 7a635ea net/usb: Ethernet quirks for the LG-VL600 4G modem by Andrzej Zaborowski · 13 years ago
  23. ab60707 USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent(). by Jesper Juhl · 13 years ago
  24. 23f333a drivers/net: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  25. 073285f usbnet: changes for upcoming cdc_ncm driver by Alexey Orishko · 14 years ago
  26. b0786b4 usbnet: fix usb_autopm_get_interface failure(v1) by Ming Lei · 14 years ago
  27. dacb397 usbnet: rx_submit() should return an error code. by David S. Miller · 14 years ago
  28. 23d23e4 usbnet: remove noisy and hardly useful printk by Christian Samsel · 14 years ago
  29. 66cc42a4 usbnet: use jiffies in schedule_timeout(), not msecs by Kulikov Vasiliy · 14 years ago
  30. fd1f170 usb: usbnet: use newly introduced hex_to_bin() by Andy Shevchenko · 14 years ago
  31. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  32. 0dacca7 usbnet: Set parent device early for netdev_printk() by Ben Hutchings · 14 years ago
  33. 8ccef43 usbnet: Print device statistics as unsigned by Ben Hutchings · 14 years ago
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  35. b4d562e3 NET: usb: Adding URB_ZERO_PACKET flag to usbnet.c by Elina Pasheva · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. a475f60 drivers/net/usb: Use netif_<level> logging facilities by Joe Perches · 14 years ago
  38. 60b8675 usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> by Joe Perches · 14 years ago
  39. 69ee472f usbnet & cdc-ether: Autosuspend for online devices by Oliver Neukum · 15 years ago
  40. 8e95a20 drivers/net: Move && and || to end of previous line by Joe Perches · 15 years ago
  41. 37e8273 usbnet: Set link down initially for drivers that update link state by Ben Hutchings · 15 years ago
  42. 225794f usbnet: Set device type for wlan and wwan devices by Marcel Holtmann · 15 years ago
  43. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 15 years ago
  44. ec47562 smsc95xx: fix transmission where ZLP is expected by Steve Glendinning · 15 years ago
  45. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  46. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  47. 7834ddb usbnet: add rx queue pausing by Jussi Kivilinna · 15 years ago
  48. 1487cd5 usbnet: allow "minidriver" to prevent urb unlinking on usbnet_stop by Jussi Kivilinna · 15 years ago
  49. a33e9e7 usbnet: Add stop function pointer to 'struct rndis_data'. by Jussi Kivilinna · 15 years ago
  50. 7963837 usbnet: Use netdev stats structure by Herbert Xu · 15 years ago
  51. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  52. 3ac49a1 trivial: fix ETIMEOUT -> ETIMEDOUT typos by Jean Delvare · 15 years ago
  53. 03ad032 export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.c by Peter Holik · 15 years ago
  54. 84381ee usbnet: remove old compat_net_dev_ops code by Alexander Beregalov · 15 years ago
  55. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  56. 777baa4 usbnet: support net_device_ops by Stephen Hemminger · 15 years ago
  57. 805aaa2 usbnet: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  58. 05ffb3e usbnet: make usbnet_get_link() fall back to ethtool_op_get_link() by Bjørn Mork · 15 years ago
  59. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  60. 83bfba5 usbnet: Use skb_queue_walk_safe() instead of by-hand implementation. by David S. Miller · 16 years ago
  61. 3692e94 Move usbnet.h and rndis_host.h to include/linux/usb by Jussi Kivilinna · 17 years ago
  62. 6e3bbcc usbnet: Use wlan device name for RNDIS wireless devices by Jussi Kivilinna · 17 years ago
  63. 4aa92cd [NET]: Let USB_USBNET always select MII. by Adrian Bunk · 17 years ago
  64. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  65. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  66. a11a654 support for USB autosuspend in the asix driver by Oliver Neukum · 17 years ago
  67. 9514bfe Cleanup usbnet_probe() return value handling by Peter Korsgaard · 17 years ago
  68. 18ab458 usbnet whitespace fixes by David Brownell · 17 years ago
  69. 3e323f3 usbnet: Zero padding byte if there is tail room in skb by Peter Korsgaard · 17 years ago
  70. 3643312 USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces by Oliver Neukum · 17 years ago
  71. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 17 years ago[Renamed from drivers/usb/net/usbnet.c]
  72. 296c024 USB: usbnet reports minidriver name through ethtool by David Brownell · 17 years ago
  73. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  74. cb1cebb usbnet: init fault (oops) cleanup, whitespace fixes by David Brownell · 17 years ago
  75. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  76. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  77. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  78. fc6e254 USB: usbnet: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  79. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  80. 18ee91fa USB: use MII hooks only if CONFIG_MII is enabled by David Brownell · 18 years ago
  81. 7259f0d [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD by Peter Zijlstra · 18 years ago
  82. a9fc633 usbnet: add a mutex around phy register access by Arnd Bergmann · 18 years ago
  83. c41286f usbnet: improve generic ethtool support by Arnd Bergmann · 18 years ago
  84. f8ac232 USB: drivers/usb/net/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  85. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  86. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  87. 25d94e6 usbnet: printk format warning by Randy Dunlap · 18 years ago
  88. a99c194 USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo Frames by Jamie Painter · 18 years ago
  89. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  90. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  91. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  92. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  93. 090ffa9 [PATCH] USB: usbnet (9/9) module for pl2301/2302 cables by David Brownell · 19 years ago
  94. 64e0491 [PATCH] USB: usbnet (8/9) module for RNDIS devices by David Brownell · 19 years ago
  95. 4324fd4 [PATCH] USB: usbnet (7/9) module for CDC Ethernet by David Brownell · 19 years ago
  96. 0aa599c [PATCH] USB: usbnet (6/9) module for Zaurii and compatibles by David Brownell · 19 years ago
  97. 47ee305 [PATCH] USB: usbnet (5/9) module for genesys gl620a cables by David Brownell · 19 years ago
  98. 904813c [PATCH] USB: usbnet (4/9) module for net1080 cables by David Brownell · 19 years ago
  99. 2e55cc7 [PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters by David Brownell · 19 years ago
  100. 38bde1d [PATCH] USB: usbnet (2/9) module for simple network links by David Brownell · 19 years ago