1. 03ad032 export usbnet_get_ethernet_addr from usbnet and fixed cdc_ether.c by Peter Holik · 15 years ago
  2. 84381ee usbnet: remove old compat_net_dev_ops code by Alexander Beregalov · 15 years ago
  3. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  4. 777baa4 usbnet: support net_device_ops by Stephen Hemminger · 15 years ago
  5. 805aaa2 usbnet: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  6. 05ffb3e usbnet: make usbnet_get_link() fall back to ethtool_op_get_link() by Bjørn Mork · 15 years ago
  7. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  8. 83bfba5 usbnet: Use skb_queue_walk_safe() instead of by-hand implementation. by David S. Miller · 16 years ago
  9. 3692e94 Move usbnet.h and rndis_host.h to include/linux/usb by Jussi Kivilinna · 16 years ago
  10. 6e3bbcc usbnet: Use wlan device name for RNDIS wireless devices by Jussi Kivilinna · 16 years ago
  11. 4aa92cd [NET]: Let USB_USBNET always select MII. by Adrian Bunk · 17 years ago
  12. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  13. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  14. a11a654 support for USB autosuspend in the asix driver by Oliver Neukum · 17 years ago
  15. 9514bfe Cleanup usbnet_probe() return value handling by Peter Korsgaard · 17 years ago
  16. 18ab458 usbnet whitespace fixes by David Brownell · 17 years ago
  17. 3e323f3 usbnet: Zero padding byte if there is tail room in skb by Peter Korsgaard · 17 years ago
  18. 3643312 USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces by Oliver Neukum · 17 years ago
  19. 5b2fc49 Move USB network drivers to drivers/net/usb. by Jeff Garzik · 17 years ago[Renamed from drivers/usb/net/usbnet.c]
  20. 296c024 USB: usbnet reports minidriver name through ethtool by David Brownell · 17 years ago
  21. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  22. cb1cebb usbnet: init fault (oops) cleanup, whitespace fixes by David Brownell · 17 years ago
  23. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  24. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  25. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  26. fc6e254 USB: usbnet: Use usb_endpoint_* functions by Luiz Fernando N. Capitulino · 18 years ago
  27. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  28. 18ee91fa USB: use MII hooks only if CONFIG_MII is enabled by David Brownell · 18 years ago
  29. 7259f0d [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD by Peter Zijlstra · 18 years ago
  30. a9fc633 usbnet: add a mutex around phy register access by Arnd Bergmann · 18 years ago
  31. c41286f usbnet: improve generic ethtool support by Arnd Bergmann · 18 years ago
  32. f8ac232 USB: drivers/usb/net/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  33. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  34. 38e2bfc USB: Dealias -110 code (more complete) by Pete Zaitcev · 18 years ago
  35. 25d94e6 usbnet: printk format warning by Randy Dunlap · 18 years ago
  36. a99c194 USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo Frames by Jamie Painter · 18 years ago
  37. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  38. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  39. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  40. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  41. 090ffa9 [PATCH] USB: usbnet (9/9) module for pl2301/2302 cables by David Brownell · 19 years ago
  42. 64e0491 [PATCH] USB: usbnet (8/9) module for RNDIS devices by David Brownell · 19 years ago
  43. 4324fd4 [PATCH] USB: usbnet (7/9) module for CDC Ethernet by David Brownell · 19 years ago
  44. 0aa599c [PATCH] USB: usbnet (6/9) module for Zaurii and compatibles by David Brownell · 19 years ago
  45. 47ee305 [PATCH] USB: usbnet (5/9) module for genesys gl620a cables by David Brownell · 19 years ago
  46. 904813c [PATCH] USB: usbnet (4/9) module for net1080 cables by David Brownell · 19 years ago
  47. 2e55cc7 [PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters by David Brownell · 19 years ago
  48. 38bde1d [PATCH] USB: usbnet (2/9) module for simple network links by David Brownell · 19 years ago
  49. f29fc25 [PATCH] USB: usbnet (1/9) clean up framing by David Brownell · 19 years ago
  50. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  51. 0d9899f [PATCH] USB: usbnet and unsigned gfp_flags by david-b@pacbell.net · 19 years ago
  52. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago
  53. 2bbfb16 [PATCH] usbnet oops fix by lepton · 19 years ago
  54. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  55. e3bc8b4 [PATCH] USB: usbnet debug message fix by David Brownell · 19 years ago
  56. f4d340c [PATCH] USB: resolve Zaurus problem by David Brownell · 19 years ago
  57. 80615f8 [PATCH] USB: usbnet driver fixes by David Brownell · 19 years ago
  58. b9ab074 [PATCH] USB: new usbnet device id by Andrea Arcangeli · 19 years ago
  59. 5330e92 [PATCH] size_t portability fixes - drivers/usb by Al Viro · 19 years ago
  60. f3fae6e [PATCH] USB: better usbnet zaurus/mdlm/... fix by David Brownell · 19 years ago
  61. 7ea13c9 [PATCH] usbnet: Convert ASIX code to use new status infrastructure by David Hollis · 19 years ago
  62. a2fe201 [PATCH] USB: usbnet and zaurus zl-5600 by David Brownell · 19 years ago
  63. 403a981 [PATCH] USB: usbnet printk warning fix by akpm@osdl.org · 19 years ago
  64. 27d72e8 [PATCH] usb suspend updates (interface suspend) by David Brownell · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago