1. 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
  2. e0eb4ef Convert CONFIG_UDP_CHECKSUM to Kconfig by Simon Glass · 3 years ago
  3. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  4. 7c78e2f net: fix ping in netconsole by Yang Liu · 4 years ago
  5. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 3 months ago
  6. 2829d99 sntp: use udp framework by Philippe Reynes · 4 years, 2 months ago
  7. 6ec70bc net: add a generic udp protocol by Philippe Reynes · 4 years, 2 months ago
  8. b9df7d9 net: ping: reset stored IP address by Marek Szyprowski · 4 years, 5 months ago
  9. 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
  10. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
  11. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  12. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  13. a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · 4 years, 10 months ago
  14. 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
  15. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
  16. 16ffe47 net: avoid address-of-packed-member error by Heinrich Schuchardt · 5 years ago
  17. 5725630 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · 5 years ago
  18. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  19. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  20. c580b29 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  21. ac598c1 net: introduce packet capture support by Ramon Fried · 5 years ago
  22. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  23. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  24. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  25. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  26. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
  27. f1447c9 net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  28. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  29. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  30. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  31. e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  32. 40aa208 net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  33. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  34. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  35. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  36. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
  37. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  38. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  39. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  40. fb7c94c net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
  41. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  42. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  43. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  44. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  45. ae85c07 net: Fix compile failure in net.c by Holger Dengler · 7 years ago
  46. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  47. 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · 8 years ago
  48. 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
  49. d6978a4 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
  50. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  51. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  52. cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
  53. 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  54. afd3160 net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
  55. 875b6bf net: Use env callbacks for net variables by Joe Hershberger · 10 years ago
  56. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  57. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  58. d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
  59. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  60. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  61. 4af0b77 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 10 years ago
  62. 8e805bb net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 10 years ago
  63. 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 10 years ago
  64. 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
  65. 85ae776 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 10 years ago
  66. 6470159 net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 10 years ago
  67. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  68. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  69. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  70. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  71. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  72. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  73. f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
  74. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  75. e44a0ea net: Make netretry actually do something by Joe Hershberger · 10 years ago
  76. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  77. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  78. dfcdcee net: Use new checksum functions by Simon Glass · 10 years ago
  79. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  80. 69e1e35 net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  81. ea07042 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  82. 6c8921f NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined by Jim Lin · 11 years ago
  83. 09a2bb8 NET: Fix system hanging if NET device is not installed by Jim Lin · 12 years ago
  84. 596295d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  85. dc9d1e5 env: Add a bootfile env handler by Joe Hershberger · 12 years ago
  86. 864ec56 env: Use getenv_yesno() more generally by Joe Hershberger · 12 years ago
  87. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  88. 19d6bc0 net: fix netconsole filtering by Joe Hershberger · 12 years ago
  89. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  90. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  91. bf17618 net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 by Tetsuyuki Kobayashi · 12 years ago
  92. 3d905d2 net: Make sure the ethaddr is updated in net_init() by Joe Hershberger · 12 years ago
  93. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  94. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  95. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago
  96. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · 13 years ago
  97. 202c600 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · 13 years ago
  98. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 13 years ago
  99. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  100. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · 13 years ago