1. 13e13f5 net: lwip: dhcp: support arguments for TFTP file download by Jerome Forissier · 10 days ago
  2. 2cde2f4 net: lwip: provide entropy to MBed TLS in one go by Ilias Apalodimas · 10 days ago
  3. 7d80e73 net: lwip: fix get_udev_ipv4_info() by Jerome Forissier · 6 days ago
  4. 8c95d84 net: lwip: fix dhcp_loop() by Jerome Forissier · 2 days ago
  5. deb9a07 Kconfig: describe NET, NO_NET, LWIP_DEBUG and LWIP_ASSERT by Jerome Forissier · 12 days ago
  6. 2071583 net: lwip/wget: correct SERVER_NAME_SIZE by Heinrich Schuchardt · 2 weeks ago
  7. 356011f lwip: fix code style issues by Jerome Forissier · 2 weeks ago
  8. b30787a Merge patch series "Enable https for wget" by Tom Rini · 11 days ago WIP/12Nov2024
  9. 5907c81 net: lwip: Enable https:// support for wget by Ilias Apalodimas · 14 days ago
  10. 385af1b net: wget: drop Content-Length processing by Jerome Forissier · 3 weeks ago
  11. e65c5e3 net: lwip: add TFTP_BLOCKSIZE by Jerome Forissier · 6 weeks ago
  12. 3c656c9 net: lwip: add wget command by Jerome Forissier · 6 weeks ago
  13. aedcfec net: lwip: add dns command by Jerome Forissier · 6 weeks ago
  14. 7a5e00d net: lwip: add ping command by Jerome Forissier · 6 weeks ago
  15. 4d4d783 net: lwip: add TFTP support and tftpboot command by Jerome Forissier · 6 weeks ago
  16. 98ad145 net: lwip: add DHCP support and dhcp commmand by Jerome Forissier · 6 weeks ago
  17. 7ad5e87 net: eth-uclass: add function eth_start_udev() by Jerome Forissier · 6 weeks ago
  18. 1d5d292 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 6 weeks ago
  19. 8cb3303 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · 6 weeks ago
  20. ea2515f net: correct wget_connected debug messages by Heinrich Schuchardt · 7 weeks ago
  21. 8014fab net/wget: set filesize by Heinrich Schuchardt · 7 weeks ago
  22. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 6 weeks ago WIP/11Oct2024
  23. 5c10c8b global: Rename SPL_TPL_ to PHASE_ by Simon Glass · 8 weeks ago
  24. c46760d global: Rename SPL_ to XPL_ by Simon Glass · 8 weeks ago
  25. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  26. 5d162bb tftp: implement support for LED activity by Christian Marangi · 8 weeks ago
  27. 2add54d Merge patch series "Miscellaneous fixes" by Tom Rini · 9 weeks ago
  28. 0ebbed6 net: wget: allow EFI boot by Jerome Forissier · 2 months ago
  29. 719f6f1 net: wget: removed unused function wget_success() by Jerome Forissier · 2 months ago
  30. 51ebd51 wget: rework the logic to validate the load address by Sughosh Ganu · 10 weeks ago
  31. af45c84 tftp: rework the logic to validate the load address by Sughosh Ganu · 10 weeks ago
  32. 58d825f include: export uuid.h by Caleb Connolly · 3 months ago
  33. 278e9ac net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) by Jerome Forissier · 3 months ago
  34. c7ce26c lmb: remove the lmb_init_and_reserve() function by Sughosh Ganu · 3 months ago
  35. 6942bdb lmb: allow lmb module to be used in SPL by Sughosh Ganu · 3 months ago
  36. ed17a33 lmb: make LMB memory map persistent and global by Sughosh Ganu · 3 months ago
  37. 4f64730 sandbox: Enable wget command by Yasuharu Shibata · 3 months ago
  38. 1dd034e net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · 4 months ago
  39. fb2f2a3 net: remove duplicate eth_env_set_enetaddr_by_index() declaration by Alexander Sverdlin · 5 months ago
  40. 218a32d net: Remove duplicate newlines by Marek Vasut · 4 months ago
  41. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 5 months ago
  42. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next
  43. d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 6 months ago
  44. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  45. ef9d4da net: eth-uclass: guard against reentrant eth_init()/eth_halt() calls by Matthias Schiffer · 7 months ago
  46. 26d4114 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  47. 591257b rng: Introduce SPL_DM_RNG by Marek Vasut · 7 months ago
  48. e69b187 net: consider option-length when parsing NIS domain by Heinrich Schuchardt · 7 months ago
  49. 8ab388b net: add support to parse the NIS domain for the dhcp options by Charles Hardin · 8 months ago
  50. beac958 net: wget: fix TCP sequence number wrap around issue by Yasuharu Shibata · 7 months ago WIP/16Apr2024
  51. cab7867 net: wget: Support retransmission a dropped packet by Yasuharu Shibata · 7 months ago
  52. d298656 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · 8 months ago
  53. 052bff8 net: mdio-uclass: Bind and probe generic Ethernet PHY driver by Roger Quadros · 9 months ago
  54. a0e02c6 net: mdio: Handle bus level GPIO Reset by Roger Quadros · 9 months ago
  55. 593607c net: tftp: remove explicit efi configuration dependency by AKASHI Takahiro · 10 months ago
  56. 85fcd69 fastboot: multiresponse support by Ion Agorria · 11 months ago
  57. 93a0138 Merge tag 'v2024.01-rc6' into next by Tom Rini · 11 months ago
  58. cb3ce95 global: Drop common.h inclusion by Tom Rini · 12 months ago
  59. b5712ac net: fix NetConsole documentation reference by Baruch Siach · 11 months ago
  60. 4caacb2 net: wget: Support non-default HTTP port by Marek Vasut · 12 months ago
  61. f444903 net: Make NET imply NETDEVICES by Tom Rini · 1 year, 1 month ago
  62. f01c961 cmd: efidebug: add uri device path by Masahisa Kojima · 1 year, 1 month ago
  63. 8cf18da net: wget: add wget with dns utility function by Masahisa Kojima · 1 year, 1 month ago
  64. 04592ad net: wget: prevent overwriting reserved memory by Masahisa Kojima · 1 year, 1 month ago
  65. 7907cf8 net: eth-uclass: Improve error message when MAC is not found by Fabio Estevam · 1 year, 1 month ago
  66. 798962c net: Add option for tracing packets by Sean Anderson · 1 year, 2 months ago
  67. d71e7f4 net: eth-uclass: Setup ROM source only when ROM reading passes by Michal Simek · 1 year, 2 months ago
  68. 9195395 net: Get pxe config file from dhcp option 209 by Sean Edmond · 1 year, 4 months ago
  69. b2369a1 net: dhcp6: Fix OPT_BOOTFILE_PARAM parsing by Sean Edmond · 1 year, 4 months ago
  70. acb96c1 net: bootp: Fall back to BOOTP from DHCP when unit testing by Sean Anderson · 1 year, 1 month ago
  71. 7ccc604 net: bootp: Move port numbers to header by Sean Anderson · 1 year, 1 month ago
  72. 7d04986 net: Fix compiling SPL when fastboot is enabled by Sean Anderson · 1 year, 1 month ago
  73. ac89738 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
  74. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  75. a8bd5ec net: wget: Avoid packet queue overflow by Richard Weinberger · 1 year, 4 months ago
  76. 09c8b8d net: phy: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  77. d2f37cc net: eth: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 3 months ago
  78. 8f911a7 net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · 1 year, 3 months ago
  79. a29df56 net: ipv6: router advertisement message length should be within limits by Ehsan Mohandesi · 1 year, 6 months ago
  80. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 5 months ago
  81. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 5 months ago
  82. 2f7c715 net: dhcp6: Fix VCI string by Sean Edmond · 1 year, 6 months ago
  83. 1b3117d net: ipv6: Fix CID 453851 and CID 436278 by Sean Edmond · 1 year, 6 months ago
  84. e533228 net: dsa: Fix OF fallback lookup for ports by Marcus Comstedt · 1 year, 6 months ago
  85. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 7 months ago
  86. 6de98b6 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · 1 year, 7 months ago
  87. c8acbbb net: share fastboot boot handle logic between transports by Dmitrii Merkurev · 1 year, 8 months ago
  88. 443d319 net: add fastboot TCP support by Dmitrii Merkurev · 1 year, 8 months ago
  89. 08fb8da net: support being a TCP server to unblock TCP fastboot by Dmitrii Merkurev · 1 year, 8 months ago
  90. a024581 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · 1 year, 8 months ago
  91. e4bd95b net: add NFSv1 support by Thomas RIENOESSL · 1 year, 9 months ago
  92. 1b6064b nfs: handle rpc errors for mount calls by Thomas RIENOESSL · 1 year, 9 months ago
  93. 791a43e nfs: factor out generic reply error handling by Thomas RIENOESSL · 1 year, 9 months ago
  94. 948d7a6 nfs: convert supported_nfs_versions bitfield to an enum by Thomas RIENOESSL · 1 year, 9 months ago
  95. 9461d73 net: phy: Only call phy_init() on systems needing manual relocation by Marek Vasut · 1 year, 8 months ago
  96. 6c7e559 net: Pull board_interface_eth_init() into common code by Marek Vasut · 1 year, 9 months ago
  97. b51b1a8 Correct SPL uses of PHY_FIXED by Simon Glass · 1 year, 9 months ago
  98. f00d580 Correct SPL use of NETDEVICES by Simon Glass · 1 year, 10 months ago
  99. 64d6bfb Correct SPL uses of FASTBOOT_FLASH by Simon Glass · 1 year, 10 months ago
  100. 7db25d9 net: ipv6: Fixed IPv6 string to address conversion off-by-one error by Ehsan Mohandesi · 1 year, 11 months ago