1. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  2. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  3. 3c425fc usb: ether: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  4. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  5. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  6. 1c1464c usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · 6 years ago
  7. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  8. 0131162 dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  9. a06955a usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago
  10. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  11. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  12. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  13. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  14. 4f42a0d Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  15. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  16. 10ac57f usb: gadget: usb_ether: Move settings to common by Maxime Ripard · 7 years ago
  17. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  18. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  19. 65c389d drivers: usb: gadget: ether: Fix compiler warning by Lokesh Vutla · 8 years ago
  20. d4a3755 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  21. a7747af usb: gadget: remove unused shortname variable by Andre Przywara · 8 years ago
  22. 8269ee4 drivers: usb: gadget: ether: prepare driver for driver model migration by Mugunthan V N · 8 years ago
  23. ae70100 drivers: usb: gadget: ether: use net device priv to pass usb ether priv by Mugunthan V N · 8 years ago
  24. 5cb3b9d drivers: usb: gadget: ether: consolidate global devices to single struct by Mugunthan V N · 8 years ago
  25. d4345ae drivers: usb: gadget: ether: adopt to usb driver model by Mugunthan V N · 8 years ago
  26. 17b4f30 drivers: usb: gadget: ether: access network_started using local variable by Mugunthan V N · 8 years ago
  27. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  28. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  29. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  30. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  31. 5df1315 usb: gadget: ether: populate _reset_ callback by Kishon Vijay Abraham I · 9 years ago
  32. 8bfc288 usb: gadget: ether: Perform board initialization from ethernet gadget driver by Kishon Vijay Abraham I · 9 years ago
  33. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  34. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  35. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  36. 04afd5b usb: gadget: defer setting maxpacket till ->setup() by Kishon Vijay Abraham I · 10 years ago
  37. a7c3d5e net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  38. 80d9ef8 lib: string: move strlcpy() to a common place by Masahiro Yamada · 10 years ago
  39. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  40. 71fc5f9 usb: gadget: ether: return error from rx_submit if no request by Troy Kisky · 11 years ago
  41. 43880ce usb: gadget: ether set wMaxPacketSize by Troy Kisky · 11 years ago
  42. 5290759 usb: gadget: Fix data aborts during USB ethernet boot by Joel Fernandes · 11 years ago
  43. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  44. 82651c3 linux/usb/ch9.h: update with the version from Linux tree by Ilya Yanok · 12 years ago
  45. 57a87a2 usb gadget ether: Fix warning in is_eth_addr_valid() by Tom Rini · 12 years ago
  46. 2bb3788 usbether: Removed DEV_CONFIG_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  47. 4c43cd5 usbether: Define CONFIG_USB_ETH_{CDC,SUBSET} by Lukasz Dalek · 12 years ago
  48. 563aed2 usbether: Fixed bug when using with PXA25X chips by Lukasz Dalek · 12 years ago
  49. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  50. b930053 usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file by Lukasz Majewski · 12 years ago
  51. e4ae666 USB-RNDIS: Send RNDIS state on disconnecting by Vitaly Kuzmichev · 14 years ago
  52. 7612a43 USB: Add USB RNDIS gadget protocol by Vitaly Kuzmichev · 14 years ago
  53. 8b6b66b USB-CDC: Move struct declaration before its use by Vitaly Kuzmichev · 14 years ago
  54. c85d70e USB-CDC: Port struct net_device_stats by Vitaly Kuzmichev · 14 years ago
  55. b3649f3 USB-CDC: handle interrupt after dropped pullup by Vitaly Kuzmichev · 14 years ago
  56. 58939fc USB-CDC: Move MAC addresses setting into usb_eth_init by Vitaly Kuzmichev · 14 years ago
  57. 8f7aa83 USB-CDC: Do not rename netdev after its registration by Vitaly Kuzmichev · 14 years ago
  58. 988ee3e usb_ether: register usb ethernet gadget at each eth init by Lei Wen · 14 years ago
  59. 071bc92 Coding Style cleanup by Wolfgang Denk · 14 years ago
  60. 98fae97 USB-CDC: Prevent rx_req being enqueued twice by Vitaly Kuzmichev · 14 years ago
  61. ac5d32d USB-CDC: Fix tx/rx_req memory leaks by Vitaly Kuzmichev · 14 years ago
  62. 6142e0a USB-CDC: Fix coding style issues by Vitaly Kuzmichev · 14 years ago
  63. a170f2c USB-CDC: called handle_interrupts inside usb_eth_send by Stefano Babic · 14 years ago
  64. 8046077 USB-CDC: correct wrong alignment in ether.c by Stefano Babic · 14 years ago
  65. d5292c1 USB-CDC: ethernet error path potential oops fix by Vitaly Kuzmichev · 14 years ago
  66. df559c1 USB-CDC: Correct stat_req initialization by Vitaly Kuzmichev · 14 years ago
  67. 2e12abe USB-CDC: Replace 'strcpy' by 'strlcpy' by Vitaly Kuzmichev · 14 years ago
  68. 0129e32 USB-CDC: Correct freeing usb requests by Vitaly Kuzmichev · 14 years ago
  69. 7de7318 USB-CDC: Use native debug printout macros by Vitaly Kuzmichev · 14 years ago
  70. 2721dbf USB-CDC: Add lost 'qmult' definition by Vitaly Kuzmichev · 14 years ago
  71. 23cd138 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago