1. 0917208 ANDROID: usb: gadget: u_ether: fix dev->trans_start removal fallout by Amit Pundir · 8 years ago
  2. 5df3222 usb: u_ether: Add missing rx_work init by Matthew Moeller · 8 years ago
  3. 5ff0eb2 usb: gadget: u_ether: use %z format specifier for size_t by Amit Pundir · 9 years ago
  4. 6b4b51c usb: u_ether: Fix compile errors by Praneeth Bajjuri · 10 years ago
  5. cdffcb8 USB: gadget: rndis: Add module parameter for DL max packets per xfer by xerox_lin · 10 years ago
  6. 8424b3e ndis: Add debug support to disable RNDIS Multipacket Feature by Badhri Jagan Sridharan · 10 years ago
  7. e791ad3 RNDIS: Add Data aggregation (multi packet) support by Badhri Jagan Sridharan · 10 years ago
  8. cb6a786 USB: gadget: u_ether: Fix data stall issue in RNDIS tethering mode by Badhri Jagan Sridharan · 10 years ago
  9. a096ba5 usb: u_ether: Add workqueue as bottom half handler for rx data path by Badhri Jagan Sridharan · 10 years ago
  10. 87bebf8 usb: Add support for rndis uplink aggregation by xerox_lin · 10 years ago
  11. 3a383cc Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock" by Greg Kroah-Hartman · 8 years ago
  12. c9ffc78 usb: gadget: NCM: Protect dev->port_usb using dev->lock by Harish Jenny K N · 8 years ago
  13. 79775f4 usb: gadget: u_ether: fix another dereference after null check by Harish Jenny K N · 8 years ago
  14. 05f6b0f usb: gadget: u_ether: add a flag to avoid skb_reserve() calling by Yoshihiro Shimoda · 8 years ago
  15. 88c09ea usb: gadget: u_ether: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  16. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  17. ab738ff usb: gadget: ether: Allow changing the MTU by Mike Looijmans · 9 years ago
  18. 6e4bfc5 usb: gadget: u_ether: eliminate abuse of ep->driver data by Robert Baldyga · 9 years ago
  19. bba787a usb: gadget: ether: Allow jumbo frames by Mike Looijmans · 9 years ago
  20. 27f3870 usb: gadget: ethernet: re-use %pM specifier to print MAC by Andy Shevchenko · 10 years ago
  21. 7166c32 Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue" by Li RongQing · 10 years ago
  22. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  23. 00a2430 usb: gadget: Gadget directory cleanup - group usb functions by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/u_ether.c]
  24. 6d3865f usb: gadget: NCM: Add transmit multi-frame. by Jim Baxter · 10 years ago
  25. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  26. f871252 Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  27. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  28. 0700faa usb: gadget: only GPL drivers in the gadget and phy framework by Felipe Balbi · 10 years ago
  29. 9189a33 Revert "usb: gadget: u_ether: move hardware transmit to RX NAPI" by Felipe Balbi · 10 years ago
  30. 716fb91 usb: gadget: u_ether: move hardware transmit to RX NAPI by Weinn Jheng · 10 years ago
  31. 574f24f usb: gadget: update some out of date comments by Dan Carpenter · 11 years ago
  32. bf4277c usb: gadget: u_ether: allow getting binary-form host address by Andrzej Pietrasiewicz · 11 years ago
  33. bcd4a1c usb: gadget: u_ether: construct with default values and add setters/getters by Andrzej Pietrasiewicz · 11 years ago
  34. f1a1823 usb: gadget: u_ether: convert into module by Andrzej Pietrasiewicz · 11 years ago
  35. d6a0143 usb: gadget: move the global the_dev variable to their users by Sebastian Andrzej Siewior · 12 years ago
  36. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  37. 4fe5f07 usb: gadget: g_ether: fix frame size check for 802.1Q by Ian Coolidge · 12 years ago
  38. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  39. 7135f08 Merge tag 'gadget-for-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  40. 9830317 usb: gadget: add module.h to u_ether.c by Sebastian Andrzej Siewior · 12 years ago
  41. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  42. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  43. b1b552a usb: gadget: u_ether: fix kworker 100% CPU issue with still used interfaces in eth_stop by Michael Grzeschik · 12 years ago
  44. 9fc3777 Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  45. 006c913 usb: Use eth_random_addr by Joe Perches · 12 years ago
  46. 31bde1c usb: gadget: Fix g_ether interface link status by Kevin Cernekee · 12 years ago
  47. 036e98b usb: gadget: Add variant of gether_setup to customize the device name by Mike Lockwood · 12 years ago
  48. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  49. 04617db usb: gadget: add SS descriptors to Ethernet gadget by Paul Zimmerman · 13 years ago
  50. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  51. 45d1b7a usb-gadget: fix warning in ethernet by Stephen Hemminger · 13 years ago
  52. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  53. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  54. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  55. 5c1168d usb: gadget: u_ether: prepare for NCM by Yauheni Kaliuta · 14 years ago
  56. 315daea USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  57. 349f6c5 USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  58. e644814 usb: throw away custom hex digit methods by Andy Shevchenko · 14 years ago
  59. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 14 years ago
  60. 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
  61. aa79074 USB: gadget: Add DEVTYPE support for Ethernet functions by Marcel Holtmann · 15 years ago
  62. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  63. 9b39e9d USB: gadget: Add EEM gadget driver by Brian Niebuhr · 15 years ago
  64. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  65. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  66. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  67. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  68. 237e75b usb gadget: fix ethernet link reports to ethtool by Jonathan McDowell · 15 years ago
  69. 5ec38f3 gadget: convert devices to new API by Stephen Hemminger · 16 years ago
  70. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  71. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  72. 29bac7b usb gadget: cdc ethernet notification bugfix by David Brownell · 16 years ago
  73. 8a1ce2c usb gadget: link fixes for cdc composite gadget by David Brownell · 16 years ago
  74. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  75. 2b3d942 usb ethernet gadget: split out network core by David Brownell · 16 years ago