1. a96d567 USB: gadget: u_ether: Change skb->len check for jumbo frames by Vijayavardhan Vennapusa · 4 years, 1 month ago
  2. fcd0515 usb: gadget: u_ether: Check tx_reqs before allocating new SKB by Ajay Agarwal · 6 years ago
  3. 4aaa9c3 USB: gadget: rndis: Optimize tx path for better performance by Mayank Rana · 11 years ago
  4. 2e0f1158 Merge "usb: u_ether: Prevent dropping multicast packet in rmnet ip mode" by Linux Build Service Account · 6 years ago
  5. 301fba0 usb: u_ether: Prevent dropping multicast packet in rmnet ip mode by Hemant Kumar · 6 years ago
  6. 4677803 Merge "usb: f_rndis: Fix rndis message parsing of erroneous requests" by Linux Build Service Account · 6 years ago
  7. d251f8b USB: gadget: rndis: Flush rx_work before free_net_dev in cleanup by Vijayavardhan Vennapusa · 8 years ago
  8. 731b974 usb: gadget: u_ether: Add support for ETH_P_MAP skb protocol type by Hemant Kumar · 6 years ago
  9. 0c4403e USB: gadget: u_ether: Fix NULL pointer dereference issue by ChandanaKishori Chiluveru · 8 years ago
  10. 59559f2 USB: u_ether: Align TX buffers to improve DL throughput by Manu Gautam · 9 years ago
  11. 616d2ea USB: u_ether: Increase the IN endpoint buffer allocation by Tarun Gupta · 9 years ago
  12. 2b5ed57 USB: f_rndis: Increase the IN endpoint buffer allocation by ChandanaKishori Chiluveru · 9 years ago
  13. 091d4ff USB: u_ether: Set complete handler before queueing to endpoint by Tarun Gupta · 9 years ago
  14. df2a502 USB: gadget: u_ether: Optimize TX interrupt on completion by Sujeet Kumar · 9 years ago
  15. 9a3cf92 USB: gadget: u_ether: unalign IP header to make DMA aligned by Sujeet Kumar · 9 years ago
  16. 41fc495 usb: gadget: ether: Add counters for tx packets by Vamsi Krishna · 10 years ago
  17. 354be03 USB: u_ether: Submit requests from rx_complete until limit reached by Manu Gautam · 10 years ago
  18. 11bdb3b usb: gadget: u_ether: add tx multipler module param by Vamsi Krishna · 10 years ago
  19. 3cdaa36 USB: u_ether: Fix race between gether_disconnect and rx_submit by Saket Saurabh · 10 years ago
  20. fdafb97 usb: gadget: u_ether: reorganize code for better readability by Vamsi Krishna · 10 years ago
  21. f8afc31 USB: gadget: ether: Fix memory corruption issues with multi_pkt_xfers by Manu Gautam · 10 years ago
  22. 6481d88 u_ether: Add tx_throttle count for rndis performance statistic by Saket Saurabh · 11 years ago
  23. 7d4a6cb u_ether: Handle memory allocation failure case on tx path by Rajkumar Raghupathy · 11 years ago
  24. b8a3362 usb: gadget: u_ether: Fix memory corruption in TX path by Pavankumar Kondeti · 11 years ago
  25. 68f7474 usb: gadget: u_ether: Fix NULL pointer dereference issue by Mayank Rana · 11 years ago
  26. d868245 USB: u_ether: Check if port_usb is NULL before accessing by Rajkumar Raghupathy · 11 years ago
  27. fc49dbd usb: gadget: u_ether: Add ethernet and rawip netdevice ioctls by Hemant Kumar · 6 years ago
  28. 8a7c812 usb: gadget: u_ether: Add NULL check for IN and OUT ep context by Hemant Kumar · 6 years ago
  29. 0917208 ANDROID: usb: gadget: u_ether: fix dev->trans_start removal fallout by Amit Pundir · 8 years ago
  30. 5df3222 usb: u_ether: Add missing rx_work init by Matthew Moeller · 8 years ago
  31. 5ff0eb2 usb: gadget: u_ether: use %z format specifier for size_t by Amit Pundir · 8 years ago
  32. 6b4b51c usb: u_ether: Fix compile errors by Praneeth Bajjuri · 9 years ago
  33. cdffcb8 USB: gadget: rndis: Add module parameter for DL max packets per xfer by xerox_lin · 10 years ago
  34. 8424b3e ndis: Add debug support to disable RNDIS Multipacket Feature by Badhri Jagan Sridharan · 10 years ago
  35. e791ad3 RNDIS: Add Data aggregation (multi packet) support by Badhri Jagan Sridharan · 10 years ago
  36. cb6a786 USB: gadget: u_ether: Fix data stall issue in RNDIS tethering mode by Badhri Jagan Sridharan · 10 years ago
  37. a096ba5 usb: u_ether: Add workqueue as bottom half handler for rx data path by Badhri Jagan Sridharan · 10 years ago
  38. 87bebf8 usb: Add support for rndis uplink aggregation by xerox_lin · 10 years ago
  39. 3a383cc Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock" by Greg Kroah-Hartman · 8 years ago
  40. c9ffc78 usb: gadget: NCM: Protect dev->port_usb using dev->lock by Harish Jenny K N · 8 years ago
  41. 79775f4 usb: gadget: u_ether: fix another dereference after null check by Harish Jenny K N · 8 years ago
  42. 05f6b0f usb: gadget: u_ether: add a flag to avoid skb_reserve() calling by Yoshihiro Shimoda · 8 years ago
  43. 88c09ea usb: gadget: u_ether: fix dereference after null check coverify warning by Peter Chen · 8 years ago
  44. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  45. ab738ff usb: gadget: ether: Allow changing the MTU by Mike Looijmans · 8 years ago
  46. 6e4bfc5 usb: gadget: u_ether: eliminate abuse of ep->driver data by Robert Baldyga · 9 years ago
  47. bba787a usb: gadget: ether: Allow jumbo frames by Mike Looijmans · 9 years ago
  48. 27f3870 usb: gadget: ethernet: re-use %pM specifier to print MAC by Andy Shevchenko · 9 years ago
  49. 7166c32 Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue" by Li RongQing · 10 years ago
  50. 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
  51. 00a2430 usb: gadget: Gadget directory cleanup - group usb functions by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/u_ether.c]
  52. 6d3865f usb: gadget: NCM: Add transmit multi-frame. by Jim Baxter · 10 years ago
  53. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  54. 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
  55. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  56. 0700faa usb: gadget: only GPL drivers in the gadget and phy framework by Felipe Balbi · 10 years ago
  57. 9189a33 Revert "usb: gadget: u_ether: move hardware transmit to RX NAPI" by Felipe Balbi · 10 years ago
  58. 716fb91 usb: gadget: u_ether: move hardware transmit to RX NAPI by Weinn Jheng · 10 years ago
  59. 574f24f usb: gadget: update some out of date comments by Dan Carpenter · 11 years ago
  60. bf4277c usb: gadget: u_ether: allow getting binary-form host address by Andrzej Pietrasiewicz · 11 years ago
  61. bcd4a1c usb: gadget: u_ether: construct with default values and add setters/getters by Andrzej Pietrasiewicz · 11 years ago
  62. f1a1823 usb: gadget: u_ether: convert into module by Andrzej Pietrasiewicz · 11 years ago
  63. d6a0143 usb: gadget: move the global the_dev variable to their users by Sebastian Andrzej Siewior · 11 years ago
  64. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 11 years ago
  65. 4fe5f07 usb: gadget: g_ether: fix frame size check for 802.1Q by Ian Coolidge · 12 years ago
  66. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  67. 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
  68. 9830317 usb: gadget: add module.h to u_ether.c by Sebastian Andrzej Siewior · 12 years ago
  69. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  70. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  71. b1b552a usb: gadget: u_ether: fix kworker 100% CPU issue with still used interfaces in eth_stop by Michael Grzeschik · 12 years ago
  72. 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
  73. 006c913 usb: Use eth_random_addr by Joe Perches · 12 years ago
  74. 31bde1c usb: gadget: Fix g_ether interface link status by Kevin Cernekee · 12 years ago
  75. 036e98b usb: gadget: Add variant of gether_setup to customize the device name by Mike Lockwood · 12 years ago
  76. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  77. 04617db usb: gadget: add SS descriptors to Ethernet gadget by Paul Zimmerman · 13 years ago
  78. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  79. 45d1b7a usb-gadget: fix warning in ethernet by Stephen Hemminger · 13 years ago
  80. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  81. 569ff2d usb: don't use flush_scheduled_work() by Tejun Heo · 13 years ago
  82. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 13 years ago
  83. 5c1168d usb: gadget: u_ether: prepare for NCM by Yauheni Kaliuta · 13 years ago
  84. 315daea USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  85. 349f6c5 USB: gadget: fix ethernet gadget crash in gether_setup by Dmitry Artamonow · 14 years ago
  86. e644814 usb: throw away custom hex digit methods by Andy Shevchenko · 14 years ago
  87. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 14 years ago
  88. 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
  89. aa79074 USB: gadget: Add DEVTYPE support for Ethernet functions by Marcel Holtmann · 14 years ago
  90. 2bcd57a headers: utsname.h redux by Alexey Dobriyan · 15 years ago
  91. 9b39e9d USB: gadget: Add EEM gadget driver by Brian Niebuhr · 15 years ago
  92. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  93. 25a79c4 usbnet: convert to netdev_tx_t by Stephen Hemminger · 15 years ago
  94. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  95. 5b54814 net: use symbolic values for ndo_start_xmit() return codes by Patrick McHardy · 15 years ago
  96. 237e75b usb gadget: fix ethernet link reports to ethtool by Jonathan McDowell · 15 years ago
  97. 5ec38f3 gadget: convert devices to new API by Stephen Hemminger · 15 years ago
  98. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 15 years ago
  99. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  100. 29bac7b usb gadget: cdc ethernet notification bugfix by David Brownell · 16 years ago