1. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 9 months ago
  2. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 9 months ago
  3. 8524423 net: avoid address-of-packed-member error by Heinrich Schuchardt · 4 years, 11 months ago
  4. a6ab4b5 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · 4 years, 10 months ago
  5. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  6. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 4 years, 10 months ago
  7. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  8. 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
  9. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  10. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  11. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  12. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  13. a735e6e net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
  14. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  15. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  16. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  17. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  18. 16cf145 net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  19. 3855cad net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  20. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  21. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  22. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  23. 60177b2 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 6 years ago
  24. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  25. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  26. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  27. 17d413b net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
  28. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  29. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  30. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  31. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  32. 66c89ee net: Fix compile failure in net.c by Holger Dengler · 7 years ago
  33. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  34. aa7a648 net: Stop including NFS overhead in defragment max by Joe Hershberger · 8 years ago
  35. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  36. c5a7533 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  37. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  38. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  39. 45b4773 net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
  40. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  41. 19a4fba net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
  42. fd30563 net: Use env callbacks for net variables by Joe Hershberger · 9 years ago
  43. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  44. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  45. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  46. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  47. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  48. 38ba255 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 9 years ago
  49. 698d78e net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 9 years ago
  50. 68c76a3 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 9 years ago
  51. 7044c6b net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 9 years ago
  52. 85d25e0 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 9 years ago
  53. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  54. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  55. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  56. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  57. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  58. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  59. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  60. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  61. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  62. 5c42133 net: Make netretry actually do something by Joe Hershberger · 10 years ago
  63. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  64. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  65. 0da0fcd net: Use new checksum functions by Simon Glass · 10 years ago
  66. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  67. f59be6e net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  68. 1f9ce30 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  69. b63056d NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined by Jim Lin · 11 years ago
  70. 7315cfd NET: Fix system hanging if NET device is not installed by Jim Lin · 11 years ago
  71. 978226d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  72. a9f51c9 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  73. ec8a252 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  74. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  75. 8cab08e net: fix netconsole filtering by Joe Hershberger · 12 years ago
  76. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  77. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  78. 1389f98 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  79. a03d638 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  80. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  81. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  82. e94070c net: Don't copy every packet that waits for an ARP by Joe Hershberger · 12 years ago
  83. 46c495d net: Fix net buffer initialization by Joe Hershberger · 12 years ago
  84. cb1c991 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · 12 years ago
  85. e711101 net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 12 years ago
  86. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  87. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  88. adf5d93 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 12 years ago
  89. 9214637 net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · 12 years ago
  90. 4b11c91 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 12 years ago
  91. 4545f4e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · 12 years ago
  92. 0b4c5ff net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · 12 years ago
  93. 8d353eb net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · 12 years ago
  94. da5ebe2 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 12 years ago
  95. 206d07f net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 12 years ago
  96. e0a6307 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 12 years ago
  97. c68cca3 net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 12 years ago
  98. cb487f5 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 12 years ago
  99. c5c59df net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 12 years ago
  100. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago