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