1. e9cc772 Merge tag 'v2024.01-rc6' into next by Tom Rini · Wed Jan 03 09:22:47 2024 -0500
  2. 1bbf41d global: Drop common.h inclusion by Tom Rini · Thu Dec 14 13:16:47 2023 -0500
  3. ed00860 net: fix NetConsole documentation reference by Baruch Siach · Mon Dec 18 09:37:53 2023 +0200
  4. 22a9508 net: wget: Support non-default HTTP port by Marek Vasut · Wed Dec 13 22:11:13 2023 +0100
  5. 35ee068 net: Make NET imply NETDEVICES by Tom Rini · Wed Nov 08 19:12:25 2023 -0500
  6. e501ce1 cmd: efidebug: add uri device path by Masahisa Kojima · Fri Nov 10 13:25:41 2023 +0900
  7. 6721d18 net: wget: add wget with dns utility function by Masahisa Kojima · Fri Nov 10 13:25:35 2023 +0900
  8. 77b0ae3 net: wget: prevent overwriting reserved memory by Masahisa Kojima · Fri Nov 10 13:25:34 2023 +0900
  9. 3cc8444 net: eth-uclass: Improve error message when MAC is not found by Fabio Estevam · Fri Oct 20 09:41:51 2023 -0300
  10. dcdc9fa net: Add option for tracing packets by Sean Anderson · Sat Oct 07 21:53:12 2023 -0400
  11. 58e609b net: eth-uclass: Setup ROM source only when ROM reading passes by Michal Simek · Fri Sep 15 16:10:06 2023 +0200
  12. 5786711 net: Get pxe config file from dhcp option 209 by Sean Edmond · Tue Jul 25 16:20:30 2023 -0700
  13. 4e75c44 net: dhcp6: Fix OPT_BOOTFILE_PARAM parsing by Sean Edmond · Tue Jul 25 16:13:29 2023 -0700
  14. 123d900 net: bootp: Fall back to BOOTP from DHCP when unit testing by Sean Anderson · Sat Oct 14 16:47:53 2023 -0400
  15. 19b8ec1 net: bootp: Move port numbers to header by Sean Anderson · Sat Oct 14 16:47:52 2023 -0400
  16. 8a6557d net: Fix compiling SPL when fastboot is enabled by Sean Anderson · Sat Oct 14 16:47:51 2023 -0400
  17. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  18. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  19. bf44cf4 net: wget: Avoid packet queue overflow by Richard Weinberger · Thu Jul 20 14:51:56 2023 +0200
  20. 699709b net: phy: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:09 2023 +0200
  21. 8420bb4 net: eth: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:30:07 2023 +0200
  22. f24db5c net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · Mon Aug 14 10:23:47 2023 +0530
  23. f2430b8 net: ipv6: router advertisement message length should be within limits by Ehsan Mohandesi · Thu May 18 11:24:38 2023 -0700
  24. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  25. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  26. 397d97b net: dhcp6: Fix VCI string by Sean Edmond · Thu May 18 12:35:41 2023 -0700
  27. 0860588 net: ipv6: Fix CID 453851 and CID 436278 by Sean Edmond · Thu May 18 12:35:40 2023 -0700
  28. a10bf63 net: dsa: Fix OF fallback lookup for ports by Marcus Comstedt · Mon May 15 15:44:23 2023 +0000
  29. b71d7f7 bootstd: Rename distro and syslinux to extlinux by Simon Glass · Wed May 10 16:34:46 2023 -0600
  30. a0d6d27 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · Fri Apr 21 17:08:21 2023 -0700
  31. 0788290 net: share fastboot boot handle logic between transports by Dmitrii Merkurev · Wed Apr 12 19:49:31 2023 +0100
  32. 308252d net: add fastboot TCP support by Dmitrii Merkurev · Wed Apr 12 19:49:30 2023 +0100
  33. 3acd054 net: support being a TCP server to unblock TCP fastboot by Dmitrii Merkurev · Wed Apr 12 19:49:29 2023 +0100
  34. e8c4383 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · Tue Apr 11 10:48:46 2023 -0700
  35. c8075bd net: add NFSv1 support by Thomas RIENOESSL · Fri Mar 10 10:51:55 2023 +0100
  36. 5009744 nfs: handle rpc errors for mount calls by Thomas RIENOESSL · Fri Mar 10 10:51:54 2023 +0100
  37. e9839f9 nfs: factor out generic reply error handling by Thomas RIENOESSL · Fri Mar 10 10:51:53 2023 +0100
  38. c1bec0d nfs: convert supported_nfs_versions bitfield to an enum by Thomas RIENOESSL · Fri Mar 10 10:51:52 2023 +0100
  39. a71b357 net: phy: Only call phy_init() on systems needing manual relocation by Marek Vasut · Sun Mar 19 18:03:17 2023 +0100
  40. b506e7d net: Pull board_interface_eth_init() into common code by Marek Vasut · Mon Mar 06 15:53:42 2023 +0100
  41. c3128da Correct SPL uses of PHY_FIXED by Simon Glass · Wed Feb 22 09:33:51 2023 -0700
  42. 8ce7c82 Correct SPL use of NETDEVICES by Simon Glass · Sun Feb 05 15:40:20 2023 -0700
  43. 3eaba079 Correct SPL uses of FASTBOOT_FLASH by Simon Glass · Sun Feb 05 15:39:53 2023 -0700
  44. 31072ed net: ipv6: Fixed IPv6 string to address conversion off-by-one error by Ehsan Mohandesi · Fri Jan 13 09:27:41 2023 -0800
  45. c1e3d53 net: ipv6: Fix IPv6 netmask parsing by Sean Edmond · Fri Jan 06 14:22:55 2023 -0800
  46. 1589836 net: tftp: Fix for DATA ACK for block count out of order by Sean Edmond · Wed Jan 04 18:16:26 2023 -0800
  47. 41b0f69 net: dsa: allow rcv() and xmit() to be optional by Tim Harvey · Wed Nov 30 09:42:47 2022 -0800
  48. b91b11e net: dsa: ensure dsa driver has proper ops by Tim Harvey · Wed Nov 30 09:42:46 2022 -0800
  49. 23a66c8 net: dsa: move cpu port probe to dsa_post_probe by Tim Harvey · Wed Nov 30 09:42:45 2022 -0800
  50. 973eb57 net: mdio-uclass: scan for dm mdio children on post-bind by Tim Harvey · Wed Nov 30 09:42:44 2022 -0800
  51. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  52. 18c5040 bootstd: Rename bootdev checkers by Simon Glass · Tue Jan 17 10:47:54 2023 -0700
  53. 5ea0a8d bootstd: Add a hunter for ethernet by Simon Glass · Tue Jan 17 10:47:40 2023 -0700
  54. b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · Tue Jan 17 10:47:28 2023 -0700
  55. 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · Tue Jan 17 10:47:27 2023 -0700
  56. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  57. f82f9e4 fastboot: remove #ifdef CONFIG when it is possible by Patrick Delaunay · Thu Dec 15 10:15:50 2022 +0100
  58. a6b1b3b Merge branch 'next' by Tom Rini · Mon Jan 09 11:30:08 2023 -0500
  59. caad55b net: wget: fix implicit declaration by Michael Walle · Wed Dec 28 16:27:14 2022 +0100
  60. f00eb37 net: don't memcpy to NULL by Heinrich Schuchardt · Wed Dec 07 11:53:29 2022 +0100
  61. a121817 net: ipv6: Add missing break into IPv6 protocol handler by Viacheslav Mitrofanov · Tue Dec 06 10:08:16 2022 +0300
  62. 1479a83 Convert CONFIG_HOSTNAME et al to Kconfig by Tom Rini · Fri Dec 02 16:42:27 2022 -0500
  63. 68fc04c net: Remove eth_legacy.c by Tom Rini · Sun Nov 27 10:25:36 2022 -0500
  64. e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · Fri Dec 02 12:18:08 2022 +0300
  65. 12b95ae net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · Fri Dec 02 12:18:07 2022 +0300
  66. da01910 net: ipv6: Incorporate IPv6 support into u-boot net subsystem by Viacheslav Mitrofanov · Fri Dec 02 12:18:06 2022 +0300
  67. 99819ad net: ipv6: Add implementation of main IPv6 functions by Viacheslav Mitrofanov · Fri Dec 02 12:18:05 2022 +0300
  68. 5db56d4 net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks by Viacheslav Mitrofanov · Fri Dec 02 12:18:04 2022 +0300
  69. 2e6fe2e net: ipv6: Add Neighbor Discovery Protocol (NDP) by Viacheslav Mitrofanov · Fri Dec 02 12:18:01 2022 +0300
  70. 6cce6c2 net: ipv6: Add IPv6 build options by Viacheslav Mitrofanov · Fri Dec 02 12:17:59 2022 +0300
  71. 7674b12 net: ipv6: Add IPv6 basic primitives by Viacheslav Mitrofanov · Fri Dec 02 12:17:58 2022 +0300
  72. ae08ffd net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · Sat Nov 26 16:32:25 2022 +0100
  73. cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:29 2022 +0800
  74. 41efed1 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · Tue Nov 08 14:17:28 2022 +0800
  75. 366587d net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · Mon Oct 17 09:52:51 2022 +0200
  76. 401c094 net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · Fri Oct 14 19:43:42 2022 +0200
  77. 82ff5b0 net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · Fri Oct 14 19:43:41 2022 +0200
  78. 932d484 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · Fri Oct 14 19:43:40 2022 +0200
  79. 547e7e6 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · Fri Oct 14 19:43:39 2022 +0200
  80. 0007cba net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · Fri Oct 14 19:43:38 2022 +0200
  81. 9ac2c5c net: improve check for no IP options by Rasmus Villemoes · Fri Oct 14 19:43:37 2022 +0200
  82. f138982 efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · Fri Oct 14 18:10:06 2022 +0200
  83. feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · Mon Aug 08 21:46:04 2022 +0930
  84. c8f4ab0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · Mon Aug 08 21:46:03 2022 +0930
  85. 050aa36 net: eth-uclass: Do not set device on error by Michal Suchanek · Wed Oct 12 21:58:02 2022 +0200
  86. ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · Wed Oct 12 21:57:59 2022 +0200
  87. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  88. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  89. 1ab1692 common: Drop display_options.h from common header by Simon Glass · Sun Jul 31 12:28:48 2022 -0600
  90. e9926e5 net: bootp: Make root path (option 17) length configurable by Andre Kalb · Fri Jan 28 09:40:32 2022 +0100
  91. 063c938 Audit <flash.h> inclusion by Tom Rini · Sat Jul 23 13:05:03 2022 -0400
  92. db295e8 net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP by Tom Rini · Sat Jul 23 13:04:54 2022 -0400
  93. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  94. 5933cee net: Fix discuss discard typo by Marek Vasut · Sun May 01 18:43:55 2022 +0200
  95. dfdda78 net: Add support for reading mac addresses from nvmem cells by Sean Anderson · Thu May 05 13:11:41 2022 -0400
  96. 5be015c net: dsa: Fix segmentation fault if master fails to probe by Sean Anderson · Thu May 05 13:11:36 2022 -0400
  97. a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · Thu May 26 11:14:37 2022 -0300
  98. f12a47a net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196) by Andrea zi0Black Cappa · Wed May 18 16:30:08 2022 +0000
  99. 1c1c37f net: mdio-uclass: add dm_phy_find_by_ofnode() helper by Marek Behún · Wed Apr 27 12:41:49 2022 +0200
  100. 4f840a2 bootstd: ethernet: Add a bootdev driver by Simon Glass · Sun Apr 24 23:31:15 2022 -0600