1. 08ff75e net: eth_bootdev_hunt() should not run DHCP by Heinrich Schuchardt · Wed Nov 27 08:06:29 2024 +0100
  2. dfc2776 Fix neighbor discovery ethernet address saving by Sean Edmond · Mon Apr 29 11:51:16 2024 -0700
  3. e5b5dd0 net: tftpput: reset timeout_count when an ACK is received by Jerome Forissier · Fri Nov 29 15:47:32 2024 +0100
  4. db06853 net: tftpboot: clear timeout_count on every successful block by Mikhail Kshevetskiy · Wed Jan 01 06:20:16 2025 +0300
  5. 315a623 net/net: fix include ordering by Mikhail Kshevetskiy · Sat Dec 28 13:46:37 2024 +0300
  6. 30cd9f4 net/tcp: define a fallback value for rcv_wnd size by Mikhail Kshevetskiy · Sat Dec 28 13:46:36 2024 +0300
  7. 4207f6a net/tcp: simplify tcp header filling code by Mikhail Kshevetskiy · Sat Dec 28 13:46:35 2024 +0300
  8. e2c4e9d net/tcp: improve tcp framework, use better state machine by Mikhail Kshevetskiy · Sat Dec 28 13:46:32 2024 +0300
  9. c848544 net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irs by Mikhail Kshevetskiy · Sat Dec 28 13:46:31 2024 +0300
  10. 215f73f net/tcp: add connection info to tcp_stream structure by Mikhail Kshevetskiy · Sat Dec 28 13:46:30 2024 +0300
  11. 3e04c86 net/tcp: put connection specific data into a tcp_stream structure by Mikhail Kshevetskiy · Sat Dec 28 13:46:29 2024 +0300
  12. 78cb2da net/tcp: fix selective acknowledge by Mikhail Kshevetskiy · Sat Dec 28 13:46:28 2024 +0300
  13. 932ac96 net/tcp: fix TCP options processing by Mikhail Kshevetskiy · Sat Dec 28 13:46:27 2024 +0300
  14. f8ab6ba Merge tag 'v2025.01-rc5' into next by Tom Rini · Wed Dec 25 22:31:04 2024 -0600
  15. ae9956f net: renesas: Enable TFTP_TSIZE on all Renesas hardware by Marek Vasut · Wed Dec 18 20:41:28 2024 +0100
  16. ee9712a net: lwip: check if network device is available in do_dhcp by Heinrich Schuchardt · Thu Dec 05 20:17:36 2024 +0100
  17. c259ac1 net: lwip: do not return CMD_RET_USAGE if no interface by Heinrich Schuchardt · Thu Dec 05 20:32:53 2024 +0100
  18. 50a3f90 Merge tag 'v2025.01-rc4' into next by Tom Rini · Mon Dec 09 16:29:47 2024 -0600
  19. 93cba0f efi_loader: net: set EFI bootdevice device path to HTTP when loaded from wget by Adriano Cordova · Wed Dec 04 00:05:23 2024 -0300
  20. b479fc4 net: wget: let wget_with_dns work with dns disabled by Adriano Cordova · Wed Dec 04 00:05:16 2024 -0300
  21. 50a2a0b net-lwip: zero terminate string with headers in wget_lwip_fill_info() by Adriano Cordova · Tue Nov 26 13:19:21 2024 -0300
  22. 89e4090 net: zero terminate string with headers in wget_fill_info() by Heinrich Schuchardt · Tue Nov 26 13:19:20 2024 -0300
  23. 484ade3 lwip: wget: pass port and server_name via wget_ctx by Adriano Cordova · Tue Dec 03 09:55:34 2024 -0300
  24. c715732 net: lwip: wget: fix legacy syntax by Jerome Forissier · Tue Nov 26 15:45:06 2024 +0100
  25. 362b11f Merge tag 'v2025.01-rc3' into next by Tom Rini · Mon Nov 25 17:23:49 2024 -0600
  26. 8cc5283 net: lwip: dhcp: support arguments for TFTP file download by Jerome Forissier · Thu Nov 14 18:20:07 2024 +0100
  27. 4276a3c net: lwip: provide entropy to MBed TLS in one go by Ilias Apalodimas · Thu Nov 14 16:29:15 2024 +0200
  28. 9159657 net: lwip: fix get_udev_ipv4_info() by Jerome Forissier · Mon Nov 18 15:31:25 2024 +0100
  29. 595bf7d net: lwip: fix dhcp_loop() by Jerome Forissier · Fri Nov 22 13:35:29 2024 +0100
  30. 7b38e31 Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT by Jerome Forissier · Tue Nov 12 16:44:29 2024 +0100
  31. d064fc9 net: lwip/wget: correct SERVER_NAME_SIZE by Heinrich Schuchardt · Fri Nov 08 18:45:26 2024 +0100
  32. b080e0a net: net_utils: Move ip_to_string to lib/net_utils.c by Adriano Cordova · Mon Nov 11 18:09:45 2024 -0300
  33. 25e8841 net/lwip: wget: integrate struct wget_info into wget code by Adriano Cordova · Mon Nov 11 18:09:01 2024 -0300
  34. a8a8d5c6 net/lwip: wget: put server_name and port into wget_ctx by Adriano Cordova · Mon Nov 11 18:09:00 2024 -0300
  35. 450b234 net: wget: make wget_with_dns return value compatible with its lwip version by Adriano Cordova · Mon Nov 11 18:08:59 2024 -0300
  36. 47f35e3 net: wget: integrate struct wget_info into legacy wget code by Adriano Cordova · Mon Nov 11 18:08:58 2024 -0300
  37. 929a554 net: wget: Add interface to issue wget_requests using wget_http_info by Adriano Cordova · Mon Nov 11 18:08:57 2024 -0300
  38. 88a77d3 net: Kconfig: add CONFIG_WGET symbol by Adriano Cordova · Mon Nov 11 18:08:55 2024 -0300
  39. 9708350 lwip: fix code style issues by Jerome Forissier · Thu Nov 07 12:27:57 2024 +0100
  40. 9978cd0 Merge patch series "Enable https for wget" by Tom Rini · Tue Nov 12 19:10:01 2024 -0600
  41. 99618ca net: lwip: Enable https:// support for wget by Ilias Apalodimas · Sun Nov 10 10:28:40 2024 +0200
  42. 6ee3e8b net: wget: drop Content-Length processing by Jerome Forissier · Tue Nov 05 12:08:49 2024 +0100
  43. 0fb8190 net: lwip: add TFTP_BLOCKSIZE by Jerome Forissier · Wed Oct 16 12:04:13 2024 +0200
  44. 359d4ed net: lwip: add wget command by Jerome Forissier · Wed Oct 16 12:04:09 2024 +0200
  45. bc4d882 net: lwip: add dns command by Jerome Forissier · Wed Oct 16 12:04:07 2024 +0200
  46. 8f29e00 net: lwip: add ping command by Jerome Forissier · Wed Oct 16 12:04:06 2024 +0200
  47. 6a78e96 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · Wed Oct 16 12:04:05 2024 +0200
  48. 1ff0036 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · Wed Oct 16 12:04:03 2024 +0200
  49. c8d070c net: eth-uclass: add function eth_start_udev() by Jerome Forissier · Wed Oct 16 12:04:01 2024 +0200
  50. 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · Wed Oct 16 12:04:00 2024 +0200
  51. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  52. 6b3cefc net: correct wget_connected debug messages by Heinrich Schuchardt · Wed Oct 09 01:02:05 2024 +0200
  53. df1d94b net/wget: set filesize by Heinrich Schuchardt · Wed Oct 09 13:08:54 2024 +0200
  54. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  55. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  56. 86adc2e global: Rename SPL_ to XPL_ by Simon Glass · Sun Sep 29 19:49:53 2024 -0600
  57. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  58. 1165ba0 tftp: implement support for LED activity by Christian Marangi · Tue Oct 01 14:24:39 2024 +0200
  59. 4e2e7a8 Merge patch series "Miscellaneous fixes" by Tom Rini · Tue Sep 24 10:11:59 2024 -0600
  60. 612b2b1 net: wget: allow EFI boot by Jerome Forissier · Wed Sep 11 11:58:22 2024 +0200
  61. ab9ca8d net: wget: removed unused function wget_success() by Jerome Forissier · Wed Sep 11 11:58:19 2024 +0200
  62. 7772809 wget: rework the logic to validate the load address by Sughosh Ganu · Mon Sep 16 20:50:25 2024 +0530
  63. 04e10b5 tftp: rework the logic to validate the load address by Sughosh Ganu · Mon Sep 16 20:50:24 2024 +0530
  64. 29cab7c include: export uuid.h by Caleb Connolly · Fri Aug 30 13:34:37 2024 +0100
  65. 4474bab net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) by Jerome Forissier · Mon Sep 02 15:25:11 2024 +0200
  66. 27fc17f lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · Mon Aug 26 17:29:25 2024 +0530
  67. 0d733f0 lmb: allow lmb module to be used in SPL by Sughosh Ganu · Mon Aug 26 17:29:22 2024 +0530
  68. 291bf9c lmb: make LMB memory map persistent and global by Sughosh Ganu · Mon Aug 26 17:29:18 2024 +0530
  69. afab268 sandbox: Enable wget command by Yasuharu Shibata · Wed Aug 14 21:41:06 2024 +0900
  70. 4565096 net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · Fri Jul 12 13:47:54 2024 +0400
  71. 404a837 net: remove duplicate eth_env_set_enetaddr_by_index() declaration by Alexander Sverdlin · Mon Jul 08 11:09:58 2024 +0200
  72. 92188e1 net: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:26 2024 +0200
  73. 6c368f4 Fix Kconfig coding style from spaces to tab by Anand Moon · Sun Jun 23 23:10:21 2024 +0530
  74. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  75. cb40ccc Merge tag 'v2024.07-rc3' into next by Tom Rini · Mon May 20 10:16:33 2024 -0600
  76. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  77. 2469b13 net: eth-uclass: guard against reentrant eth_init()/eth_halt() calls by Matthias Schiffer · Fri Apr 26 10:02:24 2024 +0200
  78. 7235660 net: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:11:04 2024 -0600
  79. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · Fri Apr 26 01:02:07 2024 +0200
  80. 92b982b net: consider option-length when parsing NIS domain by Heinrich Schuchardt · Tue Apr 23 09:09:44 2024 +0200
  81. ac178f7 net: add support to parse the NIS domain for the dhcp options by Charles Hardin · Fri Apr 12 13:45:33 2024 -0700
  82. 2c9b5af net: wget: fix TCP sequence number wrap around issue by Yasuharu Shibata · Tue Apr 16 09:26:24 2024 +0900
  83. 07a00ef net: wget: Support retransmission a dropped packet by Yasuharu Shibata · Sun Apr 14 19:46:07 2024 +0900
  84. fa3dc82 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · Tue Mar 26 10:34:31 2024 +0100
  85. fbb1637 net: mdio-uclass: Bind and probe generic Ethernet PHY driver by Roger Quadros · Tue Mar 05 15:24:53 2024 +0200
  86. b4ef5a1 net: mdio: Handle bus level GPIO Reset by Roger Quadros · Wed Feb 28 12:35:26 2024 +0200
  87. b916385 net: tftp: remove explicit efi configuration dependency by AKASHI Takahiro · Wed Jan 17 13:39:43 2024 +0900
  88. 1c38703 fastboot: multiresponse support by Ion Agorria · Fri Jan 05 09:22:06 2024 +0200
  89. e9cc772 Merge tag 'v2024.01-rc6' into next by Tom Rini · Wed Jan 03 09:22:47 2024 -0500
  90. 1bbf41d global: Drop common.h inclusion by Tom Rini · Thu Dec 14 13:16:47 2023 -0500
  91. ed00860 net: fix NetConsole documentation reference by Baruch Siach · Mon Dec 18 09:37:53 2023 +0200
  92. 22a9508 net: wget: Support non-default HTTP port by Marek Vasut · Wed Dec 13 22:11:13 2023 +0100
  93. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  94. e501ce1 cmd: efidebug: add uri device path by Masahisa Kojima · Fri Nov 10 13:25:41 2023 +0900
  95. 6721d18 net: wget: add wget with dns utility function by Masahisa Kojima · Fri Nov 10 13:25:35 2023 +0900
  96. 77b0ae3 net: wget: prevent overwriting reserved memory by Masahisa Kojima · Fri Nov 10 13:25:34 2023 +0900
  97. 3cc8444 net: eth-uclass: Improve error message when MAC is not found by Fabio Estevam · Fri Oct 20 09:41:51 2023 -0300
  98. dcdc9fa net: Add option for tracing packets by Sean Anderson · Sat Oct 07 21:53:12 2023 -0400
  99. 58e609b net: eth-uclass: Setup ROM source only when ROM reading passes by Michal Simek · Fri Sep 15 16:10:06 2023 +0200
  100. 5786711 net: Get pxe config file from dhcp option 209 by Sean Edmond · Tue Jul 25 16:20:30 2023 -0700