1. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  2. 36ea0ca net: add a define for the number of packets received as batch by Patrick Wildt · 4 years ago
  3. c3f0278 net: Expose some errors generated in net_init by Sean Anderson · 4 years ago
  4. b43ea1b net: add a generic udp protocol by Philippe Reynes · 4 years ago
  5. f1d925d net: move random_port() to dns by Baruch Siach · 4 years, 4 months ago
  6. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  7. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  8. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 5 months ago
  9. f641a8a phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
  10. 5e6267a common: Move reset_phy() to net.h by Simon Glass · 4 years, 9 months ago
  11. 77f4e47 common: Move do_tftpb() to net.h by Simon Glass · 4 years, 9 months ago
  12. d724321 net: Improve documentation for string_to_ip() by Joe Hershberger · 5 years ago
  13. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  14. 8d5babb common: Move env_get_ip() to net.h by Simon Glass · 4 years, 10 months ago
  15. 840ef4d common: Move random-number functions into their own header by Simon Glass · 4 years, 10 months ago
  16. 12c2a31 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  17. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  18. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  19. bbfc562 net: unaligned copying of unsigned long by Heinrich Schuchardt · 5 years ago
  20. 3c6add9 net: Add priv_pdata to eth_pdata by Faiz Abbas · 6 years ago
  21. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  22. 1a4af5c net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  23. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  24. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  25. 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  26. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  27. 1666fa5 net: Increase ethernet name string size to 20 chars by Pankaj Bansal · 6 years ago
  28. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  29. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  30. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  31. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  32. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  33. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  34. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  35. 99761e5 Handle NETCONSOLE and SPL enabled by Jason Kridner · 7 years ago
  36. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  37. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  38. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  39. 704f3ac net: Use packed structures for networking by Denis Pynkin · 7 years ago
  40. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  41. 2c07c32 net: cosmetic: Define ethernet name length by oliver@schinagl.nl · 8 years ago
  42. 9f455bc net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  43. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  44. d4a3755 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  45. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  46. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  47. 700877a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 8 years ago
  48. 99d4c6d net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
  49. 5350bc8 net: export eth_setenv_enetaddr_by_index() to net.h by Roger Quadros · 9 years ago
  50. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  51. f74264d include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
  52. 9216387 include: net: Simplify the usage of __always_inline by Fabio Estevam · 9 years ago
  53. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  54. 219cc94 net: change the env name to use const by Josh Wu · 9 years ago
  55. eaa8a19 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  56. c7ff552 update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  57. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  58. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  59. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  60. 717234e net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 9 years ago
  61. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  62. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  63. a34f207 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 9 years ago
  64. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  65. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  66. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  67. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  68. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  69. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  70. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  71. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  72. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  73. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  74. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  75. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  76. e58780d dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  77. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  78. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  79. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  80. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  81. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  82. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  83. ff99743 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  84. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  85. a7c3d5e net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  86. 0da0fcd net: Use new checksum functions by Simon Glass · 10 years ago
  87. 9b0e35c net: Add a separate file for IP checksumming by Simon Glass · 10 years ago
  88. 16ae782 net: Declare physical address as phys_addr_t unsigned type by Michal Simek · 10 years ago
  89. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  90. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  91. 9c4cffa net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  92. 6e840eb net.h: don't use the reserved name __unused by Jeroen Hofstee · 11 years ago
  93. 3d49412 net: make IPaddr type big endian by Kim Phillips · 12 years ago
  94. ea5427e net: Add prototype for update_tftp by Simon Glass · 11 years ago
  95. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  96. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  97. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  98. 03c1b04 net: add helper to generate random mac address by Michael Walle · 12 years ago
  99. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  100. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago