1. 1dd034e net/tftp: make tftpput working with servers that do not use OACK by Mikhail Kshevetskiy · 3 months ago
  2. fb2f2a3 net: remove duplicate eth_env_set_enetaddr_by_index() declaration by Alexander Sverdlin · 3 months ago
  3. 218a32d net: Remove duplicate newlines by Marek Vasut · 3 months ago
  4. 608a88c Fix Kconfig coding style from spaces to tab by Anand Moon · 4 months ago
  5. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 5 months ago WIP/20May2024-next
  6. d478142 Merge tag 'v2024.07-rc3' into next by Tom Rini · 5 months ago
  7. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 5 months ago
  8. ef9d4da net: eth-uclass: guard against reentrant eth_init()/eth_halt() calls by Matthias Schiffer · 6 months ago
  9. 26d4114 net: Remove <common.h> and add needed includes by Tom Rini · 6 months ago
  10. 591257b rng: Introduce SPL_DM_RNG by Marek Vasut · 6 months ago
  11. e69b187 net: consider option-length when parsing NIS domain by Heinrich Schuchardt · 6 months ago
  12. 8ab388b net: add support to parse the NIS domain for the dhcp options by Charles Hardin · 6 months ago
  13. beac958 net: wget: fix TCP sequence number wrap around issue by Yasuharu Shibata · 6 months ago WIP/16Apr2024
  14. cab7867 net: wget: Support retransmission a dropped packet by Yasuharu Shibata · 6 months ago
  15. d298656 net: nfs: fix file handle length in NFSv3 by Sébastien Szymanski · 7 months ago
  16. 052bff8 net: mdio-uclass: Bind and probe generic Ethernet PHY driver by Roger Quadros · 8 months ago
  17. a0e02c6 net: mdio: Handle bus level GPIO Reset by Roger Quadros · 8 months ago
  18. 593607c net: tftp: remove explicit efi configuration dependency by AKASHI Takahiro · 9 months ago
  19. 85fcd69 fastboot: multiresponse support by Ion Agorria · 10 months ago
  20. 93a0138 Merge tag 'v2024.01-rc6' into next by Tom Rini · 10 months ago
  21. cb3ce95 global: Drop common.h inclusion by Tom Rini · 10 months ago
  22. b5712ac net: fix NetConsole documentation reference by Baruch Siach · 10 months ago
  23. 4caacb2 net: wget: Support non-default HTTP port by Marek Vasut · 10 months ago
  24. f444903 net: Make NET imply NETDEVICES by Tom Rini · 11 months ago
  25. f01c961 cmd: efidebug: add uri device path by Masahisa Kojima · 11 months ago
  26. 8cf18da net: wget: add wget with dns utility function by Masahisa Kojima · 11 months ago
  27. 04592ad net: wget: prevent overwriting reserved memory by Masahisa Kojima · 11 months ago
  28. 7907cf8 net: eth-uclass: Improve error message when MAC is not found by Fabio Estevam · 12 months ago
  29. 798962c net: Add option for tracing packets by Sean Anderson · 1 year ago
  30. d71e7f4 net: eth-uclass: Setup ROM source only when ROM reading passes by Michal Simek · 1 year, 1 month ago
  31. 9195395 net: Get pxe config file from dhcp option 209 by Sean Edmond · 1 year, 3 months ago
  32. b2369a1 net: dhcp6: Fix OPT_BOOTFILE_PARAM parsing by Sean Edmond · 1 year, 3 months ago
  33. acb96c1 net: bootp: Fall back to BOOTP from DHCP when unit testing by Sean Anderson · 1 year ago
  34. 7ccc604 net: bootp: Move port numbers to header by Sean Anderson · 1 year ago
  35. 7d04986 net: Fix compiling SPL when fastboot is enabled by Sean Anderson · 1 year ago
  36. ac89738 Merge branch 'next' by Tom Rini · 1 year, 1 month ago
  37. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 1 month ago
  38. a8bd5ec net: wget: Avoid packet queue overflow by Richard Weinberger · 1 year, 3 months ago
  39. 09c8b8d net: phy: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  40. d2f37cc net: eth: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · 1 year, 1 month ago
  41. 8f911a7 net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · 1 year, 2 months ago
  42. a29df56 net: ipv6: router advertisement message length should be within limits by Ehsan Mohandesi · 1 year, 5 months ago
  43. 4de979f bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 3 months ago
  44. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  45. 2f7c715 net: dhcp6: Fix VCI string by Sean Edmond · 1 year, 5 months ago
  46. 1b3117d net: ipv6: Fix CID 453851 and CID 436278 by Sean Edmond · 1 year, 5 months ago
  47. e533228 net: dsa: Fix OF fallback lookup for ports by Marcus Comstedt · 1 year, 5 months ago
  48. 79f6635 bootstd: Rename distro and syslinux to extlinux by Simon Glass · 1 year, 5 months ago
  49. 6de98b6 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · 1 year, 6 months ago
  50. c8acbbb net: share fastboot boot handle logic between transports by Dmitrii Merkurev · 1 year, 6 months ago
  51. 443d319 net: add fastboot TCP support by Dmitrii Merkurev · 1 year, 6 months ago
  52. 08fb8da net: support being a TCP server to unblock TCP fastboot by Dmitrii Merkurev · 1 year, 6 months ago
  53. a024581 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · 1 year, 6 months ago
  54. e4bd95b net: add NFSv1 support by Thomas RIENOESSL · 1 year, 7 months ago
  55. 1b6064b nfs: handle rpc errors for mount calls by Thomas RIENOESSL · 1 year, 7 months ago
  56. 791a43e nfs: factor out generic reply error handling by Thomas RIENOESSL · 1 year, 7 months ago
  57. 948d7a6 nfs: convert supported_nfs_versions bitfield to an enum by Thomas RIENOESSL · 1 year, 7 months ago
  58. 9461d73 net: phy: Only call phy_init() on systems needing manual relocation by Marek Vasut · 1 year, 7 months ago
  59. 6c7e559 net: Pull board_interface_eth_init() into common code by Marek Vasut · 1 year, 8 months ago
  60. b51b1a8 Correct SPL uses of PHY_FIXED by Simon Glass · 1 year, 8 months ago
  61. f00d580 Correct SPL use of NETDEVICES by Simon Glass · 1 year, 9 months ago
  62. 64d6bfb Correct SPL uses of FASTBOOT_FLASH by Simon Glass · 1 year, 9 months ago
  63. 7db25d9 net: ipv6: Fixed IPv6 string to address conversion off-by-one error by Ehsan Mohandesi · 1 year, 9 months ago
  64. 796e549 net: ipv6: Fix IPv6 netmask parsing by Sean Edmond · 1 year, 10 months ago
  65. 21a265c net: tftp: Fix for DATA ACK for block count out of order by Sean Edmond · 1 year, 10 months ago
  66. 54d11e2 net: dsa: allow rcv() and xmit() to be optional by Tim Harvey · 1 year, 11 months ago
  67. 43c2a00 net: dsa: ensure dsa driver has proper ops by Tim Harvey · 1 year, 11 months ago
  68. c5868fc net: dsa: move cpu port probe to dsa_post_probe by Tim Harvey · 1 year, 11 months ago
  69. f54002d net: mdio-uclass: scan for dm mdio children on post-bind by Tim Harvey · 1 year, 11 months ago
  70. eacc261 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · 1 year, 9 months ago
  71. 865328c bootstd: Rename bootdev checkers by Simon Glass · 1 year, 9 months ago
  72. 4146c82 bootstd: Add a hunter for ethernet by Simon Glass · 1 year, 9 months ago
  73. 70dd886 sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 9 months ago
  74. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 9 months ago
  75. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  76. d037990 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · 1 year, 10 months ago
  77. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  78. fe1489b net: wget: fix implicit declaration by Michael Walle · 1 year, 10 months ago
  79. 56e3b14 net: don't memcpy to NULL by Heinrich Schuchardt · 1 year, 11 months ago
  80. 0d6d5a4 net: ipv6: Add missing break into IPv6 protocol handler by Viacheslav Mitrofanov · 1 year, 11 months ago
  81. 54f80dd Convert CONFIG_HOSTNAME et al to Kconfig by Tom Rini · 1 year, 11 months ago
  82. e524f3a net: Remove eth_legacy.c by Tom Rini · 1 year, 11 months ago
  83. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 11 months ago
  84. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 1 year, 11 months ago
  85. ffdbf3b net: ipv6: Incorporate IPv6 support into u-boot net subsystem by Viacheslav Mitrofanov · 1 year, 11 months ago
  86. 1feb697 net: ipv6: Add implementation of main IPv6 functions by Viacheslav Mitrofanov · 1 year, 11 months ago
  87. 43ab8ec net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks by Viacheslav Mitrofanov · 1 year, 11 months ago
  88. c6610e1 net: ipv6: Add Neighbor Discovery Protocol (NDP) by Viacheslav Mitrofanov · 1 year, 11 months ago
  89. 3cc04a3 net: ipv6: Add IPv6 build options by Viacheslav Mitrofanov · 1 year, 11 months ago
  90. 33b5066 net: ipv6: Add IPv6 basic primitives by Viacheslav Mitrofanov · 1 year, 11 months ago
  91. bdb060a net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 1 year, 11 months ago
  92. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years ago
  93. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years ago
  94. 0686968 net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years ago
  95. 087648b net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years ago
  96. 4b8c44e net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years ago
  97. 06653c7 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years ago
  98. 1817c38 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years ago
  99. ad359d8 net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years ago
  100. b0fcc48 net: improve check for no IP options by Rasmus Villemoes · 2 years ago