1. ad341d7 net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · 5 years ago
  2. 8439010 net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
  3. 6d68791 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
  4. 3bfaca1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
  5. e837f13 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
  6. 761b49f CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
  7. c580b29 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
  8. 2e859ad net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago
  9. ac598c1 net: introduce packet capture support by Ramon Fried · 5 years ago
  10. efb9429 net: Fix Covarity Defect 244093 by Joe Hershberger · 5 years ago
  11. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
  12. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  13. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  14. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  15. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  16. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
  17. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  18. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
  19. ab8c2a5 net: add MDIO_MUX DM class by Alex Marginean · 5 years ago
  20. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · 5 years ago
  21. 09b93a6 net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig by Marek Vasut · 5 years ago
  22. a61efd8 net: Convert CONFIG_IP_DEFRAG to Kconfig by Marek Vasut · 5 years ago
  23. 8fe0853 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · 6 years ago
  24. 1306487 net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · 6 years ago
  25. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
  26. 7510a56 lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
  27. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  28. bbe1857 net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  29. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
  30. a96cf8f tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
  31. f1447c9 net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  32. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  33. 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  34. d21faa5 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · 6 years ago
  35. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  36. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
  37. e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
  38. 40aa208 net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
  39. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  40. 463624d net: Always print basic info for nfs, just like tftp by Joe Hershberger · 6 years ago
  41. 7d9c9b2 net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · 6 years ago
  42. dc7e166 net: Correct size of NFS buffers by Joe Hershberger · 6 years ago
  43. 3c91d15 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
  44. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  45. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  46. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  47. 3338d9a net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · 6 years ago
  48. b32c220 net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · 7 years ago
  49. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
  50. 865c387 net: Initialize as many ethernet devices as possible by Mario Six · 7 years ago
  51. 193235d net: Always align tx packets by Mario Six · 7 years ago
  52. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  53. 3a2ae81 net: bootp: Fix compile error processing ntpserver option by Chris Packham · 7 years ago
  54. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  55. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  56. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  57. 33c791b net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · 7 years ago
  58. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · 7 years ago
  59. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · 7 years ago
  60. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  61. 7151149 net: Only access network devices after init by Alexander Graf · 7 years ago
  62. fb7c94c net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
  63. 2f785a1 Kconfig: cmd: Make networking command dependent on NET by Michal Simek · 7 years ago
  64. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  65. 38003a6 Convert CONFIG LIB_HW_RAND to Kconfig by Adam Ford · 7 years ago
  66. 724cc6a net: dhcp: Allow "MAY_FAIL" to still try each adapter by Joe Hershberger · 7 years ago
  67. 7c646e8 net: Remove nfs.h include from bootp.c by Joe Hershberger · 7 years ago
  68. 6f341f5 net/tftp: fix build if CMD_BOOTEFI is not set by Jörg Krause · 7 years ago
  69. bc27488 net: nfs: Drop CONFIG_NFS_READ_SIZE by Tom Rini · 7 years ago
  70. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  71. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  72. 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
  73. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  74. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  75. 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  76. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  77. 4c7a6e0 net: Use packed structures for networking by Denis Pynkin · 7 years ago
  78. ae85c07 net: Fix compile failure in net.c by Holger Dengler · 7 years ago
  79. 04cc290 net: tftp: silence a subscript above array bounds compile time warning by Vladimir Zapolskiy · 7 years ago
  80. d5017ca net: Get mac address from driver as seed by Jimmy Du · 7 years ago
  81. 0211e39 net: core: avoid possible NULL pointer dereference by xypron.glpk@gmx.de · 8 years ago
  82. e44b385 net: Disable the format-extra-args warning by Tom Rini · 8 years ago
  83. a05e7ac net/arp: remove superfluous assignments by xypron.glpk@gmx.de · 8 years ago
  84. d26427f net: link_local: Fix netmask endianness bug by Alexandre Messier · 8 years ago
  85. 0c61d1b net: don't override ethernet address environment by Roger Quadros · 8 years ago
  86. 54e89f0 net: core: cosmetic: A MAC address is not limited to SROM by oliver@schinagl.nl · 8 years ago
  87. 0522360 net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  88. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  89. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  90. 0ef2148 net: write enetaddr down to hardware on env_callback by Marek Vasut · 8 years ago
  91. e0b7bc7 net: use random ethernet address if invalid and not zero by Siva Durga Prasad Paladugu · 8 years ago
  92. 3071f07 net: write enetaddr down to hardware on env_callback by Hannes Schmelzer · 8 years ago
  93. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  94. 1e3911a Kconfig: spl: Add SPL support options to Kconfig by Simon Glass · 8 years ago
  95. 76a5c6b Revert "net: nfs: Correct the reply data buffer size" by Joe Hershberger · 8 years ago
  96. 8481b20 Revert "net: nfs: Use the tx buffer to construct rpc msgs" by Joe Hershberger · 8 years ago
  97. 35fd378 net: nfs: Simplify rpc_add_credentials() by Joe Hershberger · 8 years ago
  98. f6b19eb net: nfs: Use the tx buffer to construct rpc msgs by Joe Hershberger · 8 years ago
  99. 739776a net: nfs: Move some prints to debug statements by Joe Hershberger · 8 years ago
  100. 3393d4c net: nfs: Use consistent names for the rpc_pkt by Joe Hershberger · 8 years ago