1. b2b8137 usb: gadget: u_ether: fix a potential null pointer dereference by Maciej Żenczykowski · 3 years, 6 months ago
  2. 9cc6bf9 usb: gadget: u_ether: Fix MTU size mismatch with RX packet size by Manish Narani · 4 years, 1 month ago
  3. 4eea21d usb: gadget: u_ether: enable qmult on SuperSpeed Plus as well by Lorenzo Colitti · 4 years, 4 months ago
  4. a74005a usb: gadget: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  5. b1e4d55 usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make the mark by Lee Jones · 4 years, 6 months ago
  6. 37e444c usb: Replace snprintf with scnprintf in gether_get_ifname by Daniel M German · 6 years ago
  7. d29fcf7 usb: gadget: ether: Fix race between gether_disconnect and rx_submit by Kiruthika Varadarajan · 6 years ago
  8. 3a37a96 net: dev: Add extack argument to dev_set_mac_address() by Petr Machata · 6 years ago
  9. c9287fa usb: gadget: u_ether: fix unsafe list iteration by Marek Szyprowski · 6 years ago
  10. eea5274 USB: Gadget Ethernet: Re-enable Jumbo frames. by John Greb · 7 years ago
  11. 24ceb9c USB: gadget: function: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  12. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  13. 0852659 usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_ether by Dmitry Osipenko · 7 years ago
  14. 387f869 usb: gadget: u_ether: conditionally align transfer size by Felipe Balbi · 8 years ago
  15. fea14e6 usb: gadget: u_ether: use better list accessors by Felipe Balbi · 8 years ago
  16. 00b6c62 usb: gadget: ether: Add \n to each attribute of ethernet functions by Krzysztof Opasiak · 8 years ago
  17. 03f8d4c Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  18. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  19. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 38314e5 usb: gadget: NCM: differentiate consumed packets from dropped packets by Torsten Polle · 8 years ago
  21. 18d4689 usb: gadget: u_ether: link socket buffers to the device for received packets by Torsten Polle · 8 years ago
  22. fd9afd3 usb: gadget: u_ether: remove interrupt throttling by Felipe Balbi · 8 years ago
  23. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  25. 6c83f77 usb: gadget: function: u_ether: don't starve tx request queue by Felipe Balbi · 8 years ago
  26. 3a383cc Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock" by Greg Kroah-Hartman · 8 years ago
  27. c9ffc78 usb: gadget: NCM: Protect dev->port_usb using dev->lock by Harish Jenny K N · 8 years ago
  28. 79775f4 usb: gadget: u_ether: fix another dereference after null check by Harish Jenny K N · 8 years ago
  29. 05f6b0f usb: gadget: u_ether: add a flag to avoid skb_reserve() calling by Yoshihiro Shimoda · 8 years ago
  30. 88c09ea usb: gadget: u_ether: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  31. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  32. ab738ff usb: gadget: ether: Allow changing the MTU by Mike Looijmans · 9 years ago
  33. 6e4bfc5 usb: gadget: u_ether: eliminate abuse of ep->driver data by Robert Baldyga · 9 years ago
  34. bba787a usb: gadget: ether: Allow jumbo frames by Mike Looijmans · 9 years ago
  35. 27f3870 usb: gadget: ethernet: re-use %pM specifier to print MAC by Andy Shevchenko · 10 years ago
  36. 7166c32 Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue" by Li RongQing · 10 years ago
  37. 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
  38. 00a2430 usb: gadget: Gadget directory cleanup - group usb functions by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/u_ether.c]
  39. 6d3865f usb: gadget: NCM: Add transmit multi-frame. by Jim Baxter · 10 years ago
  40. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  41. 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 · 11 years ago
  42. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 11 years ago
  43. 0700faa usb: gadget: only GPL drivers in the gadget and phy framework by Felipe Balbi · 11 years ago
  44. 9189a33 Revert "usb: gadget: u_ether: move hardware transmit to RX NAPI" by Felipe Balbi · 11 years ago
  45. 716fb91 usb: gadget: u_ether: move hardware transmit to RX NAPI by Weinn Jheng · 11 years ago
  46. 574f24f usb: gadget: update some out of date comments by Dan Carpenter · 11 years ago
  47. bf4277c usb: gadget: u_ether: allow getting binary-form host address by Andrzej Pietrasiewicz · 12 years ago
  48. bcd4a1c usb: gadget: u_ether: construct with default values and add setters/getters by Andrzej Pietrasiewicz · 12 years ago
  49. f1a1823 usb: gadget: u_ether: convert into module by Andrzej Pietrasiewicz · 12 years ago
  50. d6a0143 usb: gadget: move the global the_dev variable to their users by Sebastian Andrzej Siewior · 12 years ago
  51. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  52. 4fe5f07 usb: gadget: g_ether: fix frame size check for 802.1Q by Ian Coolidge · 12 years ago
  53. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  54. 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
  55. 9830317 usb: gadget: add module.h to u_ether.c by Sebastian Andrzej Siewior · 12 years ago
  56. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  57. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  58. b1b552a usb: gadget: u_ether: fix kworker 100% CPU issue with still used interfaces in eth_stop by Michael Grzeschik · 12 years ago
  59. 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
  60. 006c913 usb: Use eth_random_addr by Joe Perches · 12 years ago
  61. 31bde1c usb: gadget: Fix g_ether interface link status by Kevin Cernekee · 13 years ago
  62. 036e98b usb: gadget: Add variant of gether_setup to customize the device name by Mike Lockwood · 13 years ago
  63. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  64. 04617db usb: gadget: add SS descriptors to Ethernet gadget by Paul Zimmerman · 14 years ago
  65. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 14 years ago
  66. 45d1b7a usb-gadget: fix warning in ethernet by Stephen Hemminger · 14 years ago
  67. 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
  68. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 14 years ago
  69. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  70. 5c1168d usb: gadget: u_ether: prepare for NCM by Yauheni Kaliuta · 14 years ago
  71. 315daea USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  72. 349f6c5 USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  73. e644814 usb: throw away custom hex digit methods by Andy Shevchenko · 15 years ago
  74. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 15 years ago
  75. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  76. aa79074 USB: gadget: Add DEVTYPE support for Ethernet functions by Marcel Holtmann · 15 years ago
  77. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  78. 9b39e9d USB: gadget: Add EEM gadget driver by Brian Niebuhr · 15 years ago
  79. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  80. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  81. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 16 years ago
  82. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 16 years ago
  83. 237e75b usb gadget: fix ethernet link reports to ethtool by Jonathan McDowell · 16 years ago
  84. 5ec38f3 gadget: convert devices to new API by Stephen Hemminger · 16 years ago
  85. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  86. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  87. 29bac7b usb gadget: cdc ethernet notification bugfix by David Brownell · 16 years ago
  88. 8a1ce2c usb gadget: link fixes for cdc composite gadget by David Brownell · 16 years ago
  89. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  90. 2b3d942 usb ethernet gadget: split out network core by David Brownell · 17 years ago