1. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  2. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  3. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  4. 128151f usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · 6 years ago
  5. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  6. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  7. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  8. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  9. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  12. 121973a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  13. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  14. 48e78f8 usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago
  15. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  16. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  17. ae6b2df drivers: usb: gadget: ether: Fix compiler warning by Lokesh Vutla · 8 years ago
  18. 095b761 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  19. 0414a43 usb: gadget: remove unused shortname variable by Andre Przywara · 8 years ago
  20. db5eb2a drivers: usb: gadget: ether: prepare driver for driver model migration by Mugunthan V N · 8 years ago
  21. 8ec9c74 drivers: usb: gadget: ether: use net device priv to pass usb ether priv by Mugunthan V N · 8 years ago
  22. 88e48be drivers: usb: gadget: ether: consolidate global devices to single struct by Mugunthan V N · 8 years ago
  23. b3d902b drivers: usb: gadget: ether: adopt to usb driver model by Mugunthan V N · 8 years ago
  24. 3963de3 drivers: usb: gadget: ether: access network_started using local variable by Mugunthan V N · 8 years ago
  25. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  26. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  27. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  28. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  29. 2b9d163 usb: gadget: ether: populate _reset_ callback by Kishon Vijay Abraham I · 9 years ago
  30. 8db2520 usb: gadget: ether: Perform board initialization from ethernet gadget driver by Kishon Vijay Abraham I · 9 years ago
  31. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  32. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  33. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  34. 58d701e usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · 10 years ago
  35. b1a5e1f net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  36. 0588ce1 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  37. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  38. 1d01de1 usb: gadget: ether: return error from rx_submit if no request by Troy Kisky · 11 years ago
  39. dbadc54 usb: gadget: ether set wMaxPacketSize by Troy Kisky · 11 years ago
  40. 00b7839 usb: gadget: Fix data aborts during USB ethernet boot by Joel Fernandes · 11 years ago
  41. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  42. e2d1476 linux/usb/ch9.h: update with the version from Linux tree by Ilya Yanok · 12 years ago
  43. add21ca usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  44. 284c4cf usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  45. fa21533 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  46. 6ca42dd usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  47. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  48. 373cc99 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 13 years ago
  49. 3433c33 USB-RNDIS: Send RNDIS state on disconnecting by Vitaly Kuzmichev · 14 years ago
  50. 216c447 USB: Add USB RNDIS gadget protocol by Vitaly Kuzmichev · 14 years ago
  51. 737f6b2 USB-CDC: Move struct declaration before its use by Vitaly Kuzmichev · 14 years ago
  52. 24fcb47 USB-CDC: Port struct net_device_stats by Vitaly Kuzmichev · 14 years ago
  53. 08d4dd7 USB-CDC: handle interrupt after dropped pullup by Vitaly Kuzmichev · 14 years ago
  54. be0afbf USB-CDC: Move MAC addresses setting into usb_eth_init by Vitaly Kuzmichev · 14 years ago
  55. a36cff1 USB-CDC: Do not rename netdev after its registration by Vitaly Kuzmichev · 14 years ago
  56. 4af3273 usb_ether: register usb ethernet gadget at each eth init by Lei Wen · 14 years ago
  57. 1136f69 Coding Style cleanup by Wolfgang Denk · 14 years ago
  58. e4bd386 USB-CDC: Prevent rx_req being enqueued twice by Vitaly Kuzmichev · 14 years ago
  59. 2907b2c USB-CDC: Fix tx/rx_req memory leaks by Vitaly Kuzmichev · 14 years ago
  60. 49ed805 USB-CDC: Fix coding style issues by Vitaly Kuzmichev · 14 years ago
  61. 4d172f1 USB-CDC: called handle_interrupts inside usb_eth_send by Stefano Babic · 14 years ago
  62. 76e3d4e USB-CDC: correct wrong alignment in ether.c by Stefano Babic · 14 years ago
  63. 750be4c USB-CDC: ethernet error path potential oops fix by Vitaly Kuzmichev · 14 years ago
  64. ef8d8d7 USB-CDC: Correct stat_req initialization by Vitaly Kuzmichev · 14 years ago
  65. 214d7b0 USB-CDC: Replace 'strcpy' by 'strlcpy' by Vitaly Kuzmichev · 14 years ago
  66. 9067070 USB-CDC: Correct freeing usb requests by Vitaly Kuzmichev · 14 years ago
  67. ae5f932 USB-CDC: Use native debug printout macros by Vitaly Kuzmichev · 14 years ago
  68. aec83b8 USB-CDC: Add lost 'qmult' definition by Vitaly Kuzmichev · 14 years ago
  69. df06344 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago