1. 1d5d292 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 6 weeks ago
  2. 47e544f Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 6 weeks ago WIP/11Oct2024
  3. 1d6132e global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  4. 5d162bb tftp: implement support for LED activity by Christian Marangi · 8 weeks ago
  5. 278e9ac net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) by Jerome Forissier · 3 months ago
  6. 218a32d net: Remove duplicate newlines by Marek Vasut · 4 months ago
  7. 03de305 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago WIP/20May2024-next
  8. d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  9. 26d4114 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  10. 798962c net: Add option for tracing packets by Sean Anderson · 1 year, 2 months ago
  11. 7d04986 net: Fix compiling SPL when fastboot is enabled by Sean Anderson · 1 year, 1 month ago
  12. 8f911a7 net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · 1 year, 3 months ago
  13. 6de98b6 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · 1 year, 7 months ago
  14. 443d319 net: add fastboot TCP support by Dmitrii Merkurev · 1 year, 8 months ago
  15. a024581 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · 1 year, 8 months ago
  16. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 10 months ago
  17. 0d6d5a4 net: ipv6: Add missing break into IPv6 protocol handler by Viacheslav Mitrofanov · 2 years ago
  18. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
  19. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
  20. ffdbf3b net: ipv6: Incorporate IPv6 support into u-boot net subsystem by Viacheslav Mitrofanov · 2 years ago
  21. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  22. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
  23. 0686968 net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years, 1 month ago
  24. 06653c7 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years, 1 month ago
  25. 1817c38 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years, 1 month ago
  26. ad359d8 net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years, 1 month ago
  27. b0fcc48 net: improve check for no IP options by Rasmus Villemoes · 2 years, 1 month ago
  28. 4b290d4 cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 4 months ago
  29. 09bd3d0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 4 months ago
  30. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  31. b85d130 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 6 months ago
  32. 85f8e03 Allow colon in PXE bootfile URLs by Lyle Franklin · 2 years, 7 months ago
  33. 4340753 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
  34. 4b37fd1 Convert CONFIG_UDP_CHECKSUM to Kconfig by Simon Glass · 3 years ago
  35. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  36. d9506cd net: fix ping in netconsole by Yang Liu · 4 years ago
  37. c3f0278 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 2 months ago
  38. 912ece4 sntp: use udp framework by Philippe Reynes · 4 years, 2 months ago WIP/30Sep2020-next2
  39. b43ea1b net: add a generic udp protocol by Philippe Reynes · 4 years, 2 months ago
  40. def7a5c net: ping: reset stored IP address by Marek Szyprowski · 4 years, 5 months ago
  41. f1d925d net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
  42. 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
  43. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  44. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  45. 215df01 net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · 4 years, 10 months ago
  46. 8e8ccfe common: Move the image globals into image.h by Simon Glass · 5 years ago
  47. bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  48. 8524423 net: avoid address-of-packed-member error by Heinrich Schuchardt · 5 years ago
  49. a6ab4b5 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · 5 years ago
  50. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  51. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  52. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  53. 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
  54. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  55. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  56. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  57. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  58. a735e6e net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
  59. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  60. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  61. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  62. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  63. 16cf145 net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  64. 3855cad net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  65. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  66. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  67. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  68. 60177b2 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
  69. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  70. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  71. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  72. 17d413b net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
  73. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  74. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  75. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  76. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  77. 66c89ee net: Fix compile failure in net.c by Holger Dengler · 7 years ago
  78. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  79. aa7a648 net: Stop including NFS overhead in defragment max by Joe Hershberger · 8 years ago
  80. 0efe1bc efi_loader: Add network access support by Alexander Graf · 9 years ago
  81. c5a7533 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  82. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  83. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  84. 45b4773 net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
  85. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  86. 19a4fba net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
  87. fd30563 net: Use env callbacks for net variables by Joe Hershberger · 10 years ago
  88. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  89. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  90. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
  91. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  92. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  93. 38ba255 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 10 years ago
  94. 698d78e net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 10 years ago
  95. 68c76a3 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 10 years ago
  96. 7044c6b net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
  97. 85d25e0 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 10 years ago
  98. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 10 years ago
  99. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  100. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago