1. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  2. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  3. 840ef4d common: Move random-number functions into their own header by Simon Glass · 4 years, 10 months ago
  4. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 4 years, 10 months ago
  5. 5a5d1de net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · 5 years ago
  6. 15eea9a net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
  7. 5d14ee4 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
  8. cf3a4f1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
  9. aa207cf CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · 5 years ago
  10. 741a8a0 CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
  11. fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  12. 6b3abc0 net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago
  13. 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
  14. 398e751 net: Fix Covarity Defect 244093 by Joe Hershberger · 5 years ago
  15. f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  16. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  17. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  18. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  19. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  20. 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  21. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  22. f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  23. 8880edb net: add MDIO_MUX DM class by Alex Marginean · 5 years ago
  24. c3452b5 net: introduce MDIO DM class for MDIO devices by Alex Marginean · 5 years ago
  25. b618b37 net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig by Marek Vasut · 5 years ago
  26. 3f6bcdf net: Convert CONFIG_IP_DEFRAG to Kconfig by Marek Vasut · 5 years ago
  27. 379af67 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · 5 years ago
  28. b743bbd net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · 5 years ago
  29. 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  30. 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  31. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  32. 1a4af5c net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  33. a735e6e net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
  34. a156c47 tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  35. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  36. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  37. 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  38. c321170 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · 6 years ago
  39. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  40. f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  41. 16cf145 net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  42. 3855cad net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  43. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  44. faecf84 net: Always print basic info for nfs, just like tftp by Joe Hershberger · 6 years ago
  45. 347e32b net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · 6 years ago
  46. 2d114b8 net: Correct size of NFS buffers by Joe Hershberger · 6 years ago
  47. 68acb51 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
  48. bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  49. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  50. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  51. 6dc73df net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · 6 years ago
  52. d48d40a net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · 6 years ago
  53. 60177b2 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 6 years ago
  54. 3ce4304 net: Initialize as many ethernet devices as possible by Mario Six · 6 years ago
  55. 2d8f25e net: Always align tx packets by Mario Six · 6 years ago
  56. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  57. 4b4dc52 net: bootp: Fix compile error processing ntpserver option by Chris Packham · 6 years ago
  58. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  59. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  60. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  61. 5f967c0 net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · 6 years ago
  62. 92fa44d net: Move net command options to the cmd menu by Joe Hershberger · 6 years ago
  63. d7a45ea net: Make CMD_NET a menuconfig by Joe Hershberger · 6 years ago
  64. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  65. a532e2f net: Only access network devices after init by Alexander Graf · 7 years ago
  66. 17d413b net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
  67. 3b3ea2c Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
  68. d021e94 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  69. a5a3756 Convert CONFIG LIB_HW_RAND to Kconfig by Adam Ford · 7 years ago
  70. 2099b9f net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · 7 years ago
  71. 765a159 net: Remove nfs.h include from bootp.c by Joe Hershberger · 7 years ago
  72. 64b8d7a net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · 7 years ago
  73. 0b1e580 net: nfs: Drop CONFIG_NFS_READ_SIZE by Tom Rini · 7 years ago
  74. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  75. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  76. bfebc8c env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  77. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  78. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  79. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  80. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  81. 704f3ac net: Use packed structures for networking by Denis Pynkin · 7 years ago
  82. 66c89ee net: Fix compile failure in net.c by Holger Dengler · 7 years ago
  83. 0c17b1b net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · 7 years ago
  84. b044cc1 net: Get mac address from driver as seed by Jimmy Du · 7 years ago
  85. c08248d net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 7 years ago
  86. 9444387 net: Disable the format-extra-args warning by Tom Rini · 7 years ago
  87. 8cfb773 net/arp: remove superfluous assignments by xypron.glpk@gmx.de · 7 years ago
  88. 27a0f03 net: link_local: Fix netmask endianness bug by Alexandre Messier · 8 years ago
  89. ee6fdfa net: don't override ethernet address environment by Roger Quadros · 8 years ago
  90. 26d40b0 net: core: cosmetic: A MAC address is not limited to SROM by oliver@schinagl.nl · 8 years ago
  91. 9f455bc net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  92. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  93. 2d8d190 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  94. 73d570a7 net: write enetaddr down to hardware on env_callback by Marek Vasut · 8 years ago
  95. aa555fe net: use random ethernet address if invalid and not zero by Siva Durga Prasad Paladugu · 8 years ago
  96. c86ff7f net: write enetaddr down to hardware on env_callback by Hannes Schmelzer · 8 years ago
  97. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  98. 11bde1c Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  99. 11e8ec9 Revert "net: nfs: Correct the reply data buffer size" by Joe Hershberger · 8 years ago
  100. a73588f Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · 8 years ago