1. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 10 months ago
  2. 7fbf230 net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 1 year, 10 months ago
  3. ffdbf3b net: ipv6: Incorporate IPv6 support into u-boot net subsystem by Viacheslav Mitrofanov · 1 year, 10 months ago
  4. 1feb697 net: ipv6: Add implementation of main IPv6 functions by Viacheslav Mitrofanov · 1 year, 10 months ago
  5. 43ab8ec net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks by Viacheslav Mitrofanov · 1 year, 10 months ago
  6. c6610e1 net: ipv6: Add Neighbor Discovery Protocol (NDP) by Viacheslav Mitrofanov · 1 year, 10 months ago
  7. 3cc04a3 net: ipv6: Add IPv6 build options by Viacheslav Mitrofanov · 1 year, 10 months ago
  8. 33b5066 net: ipv6: Add IPv6 basic primitives by Viacheslav Mitrofanov · 1 year, 10 months ago
  9. bdb060a net: CONFIG_NET_DEVICES in dhcp_handler() by Heinrich Schuchardt · 1 year, 10 months ago
  10. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  11. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  12. 0686968 net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years ago
  13. 087648b net: tftp: sanitize tftp block size, especially for TX by Rasmus Villemoes · 2 years ago
  14. 4b8c44e net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if by Rasmus Villemoes · 2 years ago
  15. 06653c7 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years ago
  16. 1817c38 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years ago
  17. ad359d8 net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years ago
  18. b0fcc48 net: improve check for no IP options by Rasmus Villemoes · 2 years ago
  19. 77b5c4a efi_loader: Let networking support depend on NETDEVICES by Jan Kiszka · 2 years ago
  20. 4b290d4 cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 1 month ago
  21. 09bd3d0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 1 month ago
  22. 0736f7a net: eth-uclass: Do not set device on error by Michal Suchanek · 2 years ago
  23. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  24. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  25. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  26. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  27. 5e6e41b net: bootp: Make root path (option 17) length configurable by Andre Kalb · 2 years, 8 months ago
  28. 17ead04 Audit <flash.h> inclusion by Tom Rini · 2 years, 2 months ago
  29. 52938fc net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP by Tom Rini · 2 years, 2 months ago
  30. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 3 months ago
  31. 3c07d63 net: Fix discuss discard typo by Marek Vasut · 2 years, 5 months ago
  32. 97d0f9b net: Add support for reading mac addresses from nvmem cells by Sean Anderson · 2 years, 5 months ago
  33. 2a5af40 net: dsa: Fix segmentation fault if master fails to probe by Sean Anderson · 2 years, 5 months ago
  34. b85d130 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 4 months ago
  35. bdbf7a0 net: nfs: Fix CVE-2022-30767 (old CVE-2019-14196) by Andrea zi0Black Cappa · 2 years, 4 months ago
  36. 00b1bad net: mdio-uclass: add dm_phy_find_by_ofnode() helper by Marek Behún · 2 years, 5 months ago
  37. 4fd8d07 bootstd: ethernet: Add a bootdev driver by Simon Glass · 2 years, 5 months ago
  38. 85f8e03 Allow colon in PXE bootfile URLs by Lyle Franklin · 2 years, 5 months ago
  39. 1ffe366 net: tftp: fix tftp server initialization by Arjan Minzinga Zijlstra · 2 years, 6 months ago
  40. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 6 months ago
  41. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 6 months ago
  42. 1776a24 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 6 months ago
  43. 351bfa6 net: mdio-uclass: add wrappers for read/write/reset operations by Marek Behún · 2 years, 6 months ago
  44. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 6 months ago
  45. a7a96ef net: mdio-uclass: use ARRAY_SIZE() by Marek Behún · 2 years, 6 months ago
  46. 6fb4482 net: mdio-uclass: fix type for phy_mode_str and phy_handle_str by Marek Behún · 2 years, 6 months ago
  47. 0b956e3 Convert CONFIG_SYS_RX_ETH_BUFFER to Kconfig by Tom Rini · 2 years, 6 months ago
  48. 5842c810 Convert CONFIG_TFTP_PORT to Kconfig by Tom Rini · 2 years, 6 months ago
  49. 1d5686a Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to Kconfig by Tom Rini · 2 years, 6 months ago
  50. eeda762 Convert CONFIG_NFS_TIMEOUT to Kconfig by Tom Rini · 2 years, 6 months ago
  51. 01d1b99 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 6 months ago
  52. 5d4e863 Convert CONFIG_ARP_TIMEOUT to Kconfig by Tom Rini · 2 years, 6 months ago
  53. f0171e7 net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY by Tom Rini · 2 years, 7 months ago
  54. 4340753 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 2 years, 9 months ago
  55. d3877fb Convert CONFIG_BOOTP_SERVERIP to Kconfig by Simon Glass · 2 years, 9 months ago
  56. d6b318d Convert CONFIG_TIMESTAMP to Kconfig by Simon Glass · 2 years, 9 months ago
  57. 4b37fd1 Convert CONFIG_UDP_CHECKSUM to Kconfig by Simon Glass · 2 years, 9 months ago
  58. 3df6cd4 Convert CONFIG_KEEP_SERVERADDR to Kconfig by Simon Glass · 2 years, 9 months ago
  59. 280db76 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 8 months ago
  60. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  61. 068415e Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 8 months ago
  62. 046bf8d net: fastboot: make UDP port net: configurable by Christian Gmeiner · 2 years, 8 months ago
  63. 0fa4448 net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHY by Vladimir Oltean · 2 years, 10 months ago
  64. 381e6e5 net: uclass: Save generated ethernet MAC addresses to the environment by Michal Simek · 2 years, 8 months ago
  65. c7ae46ef net: dsa: Use true instead of 1 in the set_promisc() call by Bin Meng · 2 years, 11 months ago
  66. d4a660a net: bootp: Correct VCI string transmission by Walter Stoll · 3 years ago
  67. 0783b16 net: dsa: allow drivers to get the port OF node by Vladimir Oltean · 3 years ago
  68. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  69. 6eecaf5 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years ago
  70. 4fdc7e3 net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH truncation by Vladimir Oltean · 3 years ago
  71. bf35c31 net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpy by Vladimir Oltean · 3 years ago
  72. 5ecdf0a net: dsa: remove unused variables by Vladimir Oltean · 3 years ago
  73. 5cc283b net: dsa: pass CPU port fixed PHY to .port_disable by Vladimir Oltean · 3 years ago
  74. 4b46e83 net: dsa: introduce a .port_probe() method in struct dsa_ops by Vladimir Oltean · 3 years, 1 month ago
  75. 5eee5ab net: dsa: refactor the code to set the port MAC address into a dedicated function by Vladimir Oltean · 3 years, 1 month ago
  76. f4b712b net: dsa: use "err" instead of "ret" in dsa_port_probe by Vladimir Oltean · 3 years, 1 month ago
  77. 0072f5f Remove #include <timestamp.h> from files which do not need it by Pali Rohár · 3 years, 2 months ago
  78. 9f66492 net: Move network rules to drivers/net by Simon Glass · 3 years, 1 month ago
  79. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 1 month ago
  80. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  81. 79d191e net: define LOG_CATEGORY by Patrick Delaunay · 3 years, 2 months ago
  82. 431f9d7 net: dsa: enable master promisc mode if available and needed by Tim Harvey · 3 years, 3 months ago
  83. 6d0453d Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 3 months ago
  84. 82a3c9e net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 7 months ago
  85. 6e424b4 net: use a more deterministic approach to get the active ethernet device by Michael Walle · 3 years, 7 months ago
  86. 2509493 net: convert TFTP_TSIZE to proper Kconfig option by Tero Kristo · 3 years, 4 months ago
  87. f27bc8a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 6 months ago
  88. 33aad0b dm: mdio: Use ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 6 months ago
  89. 7145553 net: dsa: remove master santiy check by Michael Walle · 3 years, 7 months ago
  90. 108157c net: dsa: remove NULL check for priv and platform data by Michael Walle · 3 years, 7 months ago
  91. e5d7d11 net: dsa: probe master device by Michael Walle · 3 years, 7 months ago
  92. a02dcbb net: dsa: return early if there is no master by Michael Walle · 3 years, 7 months ago
  93. bdf3192 mdio-uclass.c: support fixed-link subnodes by Rasmus Villemoes · 4 years ago
  94. 2dddc1b net: tftp: Avoid sending extra ack on completion by Ramon Fried · 3 years, 8 months ago
  95. fc054d5 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 8 months ago
  96. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  97. 177e7f9 net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address() by Simon Glass · 3 years, 8 months ago
  98. d9506cd net: fix ping in netconsole by Yang Liu · 3 years, 9 months ago
  99. 26e85bf Revert "net: eth-uclass: Change uclass driver name to ethernet" by Tom Rini · 3 years, 8 months ago
  100. 1231184 net: eth-uclass: Change uclass driver name to ethernet by David Wu · 3 years, 9 months ago