1. b9df7d9 net: ping: reset stored IP address by Marek Szyprowski · Mon Jun 15 11:15:57 2020 +0200
  2. 6e9aa54 net: tftp: Add client support for RFC 7440 by Ramon Fried · Sat Jul 18 23:31:46 2020 +0300
  3. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · Sun Jul 19 10:15:39 2020 -0600
  4. 499c9f7 Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig by Adam Ford · Fri Jul 03 09:00:14 2020 -0500
  5. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  6. 2cd81f1 net: dm: Remove warning about EEPROM provided MAC address by Andre Przywara · Thu Jun 11 12:03:16 2020 +0100
  7. 235361a net: move random_port() to dns by Baruch Siach · Wed May 20 13:31:41 2020 +0300
  8. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · Mon May 18 21:35:43 2020 -0700
  9. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · Thu May 07 14:55:32 2020 -0700
  10. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · Mon Mar 09 14:27:55 2020 +0000
  11. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  12. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  13. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  14. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  15. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  16. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  17. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  18. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  19. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · Sun May 03 22:41:14 2020 +0800
  20. 46ec104 net: eth-uclass: add return value check by Peng Fan · Sun May 03 22:41:13 2020 +0800
  21. 6c3a447 net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · Wed Apr 22 14:18:26 2020 +0200
  22. 1e51f3e net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE by Patrick Delaunay · Wed Apr 22 14:18:25 2020 +0200
  23. 3141113 net: eth-uclass: Fix message if mac is coming from DT or ROM by Michal Simek · Mon Mar 16 11:36:17 2020 +0100
  24. c81ab83 net: tftp: use correct printf codes by Heinrich Schuchardt · Sat Feb 22 08:43:40 2020 +0100
  25. a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · Fri Feb 07 15:17:42 2020 +0000
  26. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  27. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  28. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  29. a606ffc common: Move flash_perror() to flash.h by Simon Glass · Sat Dec 28 10:44:40 2019 -0700
  30. d70d8d8 net: Move the checksum functions to lib/ by Simon Glass · Fri Dec 06 21:41:39 2019 -0700
  31. cf64055 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · Mon Nov 25 17:15:12 2019 +0200
  32. 6b3089e net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · Mon Nov 25 17:15:11 2019 +0200
  33. ca23405 net: tftp: Fix too small block size by Andre Przywara · Sat Nov 23 17:58:59 2019 +0000
  34. 902c796 net: eth-uclass: ignore unavailable devices by Michael Walle · Tue Oct 22 01:03:10 2019 +0200
  35. af54963 net: tftp: Fix tftp store address check in store_block() by Bin Meng · Fri Nov 15 22:20:13 2019 -0800
  36. 16ffe47 net: avoid address-of-packed-member error by Heinrich Schuchardt · Tue Nov 05 12:48:19 2019 +0100
  37. 5725630 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · Thu Dec 05 19:35:07 2019 -0500
  38. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  39. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  40. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  41. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  42. ad341d7 net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · Tue Sep 03 00:05:05 2019 +0200
  43. 8439010 net: nfs: remove superfluous conversions by Heinrich Schuchardt · Mon Sep 02 23:55:32 2019 +0200
  44. 6d68791 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · Thu Aug 29 13:48:02 2019 +0000
  45. 3bfaca1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · Thu Aug 29 13:47:54 2019 +0000
  46. e837f13 CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · Thu Aug 29 13:47:48 2019 +0000
  47. 761b49f CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · Thu Aug 29 13:47:40 2019 +0000
  48. c580b29 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · Thu Aug 29 13:47:33 2019 +0000
  49. 2e859ad net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · Thu Jul 25 12:33:17 2019 +0300
  50. ac598c1 net: introduce packet capture support by Ramon Fried · Thu Jul 18 21:43:30 2019 +0300
  51. efb9429 net: Fix Covarity Defect 244093 by Joe Hershberger · Tue Jul 30 14:49:56 2019 -0500
  52. 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · Fri Aug 02 09:44:25 2019 -0600
  53. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  54. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · Thu Aug 01 09:46:54 2019 -0600
  55. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  56. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  57. 6eaea25 env: Move env_get_ulong() to env.h by Simon Glass · Thu Aug 01 09:46:48 2019 -0600
  58. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  59. 2d85a75 env: Move get_env_id() to env.h by Simon Glass · Thu Aug 01 09:46:41 2019 -0600
  60. ab8c2a5 net: add MDIO_MUX DM class by Alex Marginean · Fri Jul 12 10:13:50 2019 +0300
  61. 1a5b098 net: introduce MDIO DM class for MDIO devices by Alex Marginean · Mon Jun 03 19:10:30 2019 +0300
  62. 09b93a6 net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig by Marek Vasut · Tue Jun 11 04:51:15 2019 +0200
  63. a61efd8 net: Convert CONFIG_IP_DEFRAG to Kconfig by Marek Vasut · Tue Jun 11 04:51:14 2019 +0200
  64. 8fe0853 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · Mon May 20 17:59:57 2019 +0200
  65. 1306487 net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · Mon May 20 17:59:56 2019 +0200
  66. 8890e7d lmb: handle more than one DRAM BANK by Simon Goldschmidt · Sat Jan 26 22:13:04 2019 +0100
  67. 7510a56 lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · Mon Jan 21 20:29:55 2019 +0100
  68. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · Mon Nov 26 21:00:29 2018 +1300
  69. bbe1857 net: move ether_crc to tsec driver by Chris Packham · Mon Nov 26 21:00:28 2018 +1300
  70. 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · Wed Nov 21 15:56:07 2018 +0100
  71. a96cf8f tftp: prevent overwriting reserved memory by Simon Goldschmidt · Mon Jan 14 22:38:22 2019 +0100
  72. f1447c9 net: Consolidate UDP header functions by Duncan Hare · Sun Jun 24 15:40:41 2018 -0700
  73. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · Wed Sep 26 16:49:02 2018 -0500
  74. 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · Wed Sep 26 16:48:58 2018 -0500
  75. d21faa5 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · Thu Aug 09 16:17:41 2018 +0200
  76. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · Tue Jul 03 19:36:43 2018 -0500
  77. 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · Tue Jul 03 19:36:42 2018 -0500
  78. e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · Tue Jul 03 19:36:41 2018 -0500
  79. 40aa208 net: Re-check prerequisites when autoloading by Joe Hershberger · Tue Jul 03 19:36:40 2018 -0500
  80. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · Tue Jul 03 19:36:39 2018 -0500
  81. 463624d net: Always print basic info for nfs, just like tftp by Joe Hershberger · Tue Jul 03 19:22:56 2018 -0500
  82. 7d9c9b2 net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · Tue Jul 03 19:22:55 2018 -0500
  83. dc7e166 net: Correct size of NFS buffers by Joe Hershberger · Tue Jul 03 19:22:54 2018 -0500
  84. 3c91d15 net: Only call halt on a driver that has been init'ed by Joe Hershberger · Mon Jul 02 14:47:46 2018 -0500
  85. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · Fri Jun 15 10:29:28 2018 +0200
  86. f43bf5d net: Prefer command line arguments by Alexander Graf · Fri Jun 15 10:29:27 2018 +0200
  87. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · Fri Jun 22 22:29:54 2018 +0200
  88. 3338d9a net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · Fri Jun 15 05:06:00 2018 +0000
  89. b32c220 net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · Mon May 14 08:34:36 2018 -0700
  90. 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · Tue May 08 15:55:50 2018 +0200
  91. 865c387 net: Initialize as many ethernet devices as possible by Mario Six · Fri Apr 27 14:52:56 2018 +0200
  92. 193235d net: Always align tx packets by Mario Six · Wed Mar 28 14:38:49 2018 +0200
  93. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · Tue May 29 15:30:53 2018 +0000
  94. 3a2ae81 net: bootp: Fix compile error processing ntpserver option by Chris Packham · Thu May 03 20:19:03 2018 +1200
  95. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  96. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  97. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  98. 33c791b net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · Fri Apr 13 15:26:38 2018 -0500
  99. 0824ad9 net: Move net command options to the cmd menu by Joe Hershberger · Fri Apr 13 15:26:32 2018 -0500
  100. b042946 net: Make CMD_NET a menuconfig by Joe Hershberger · Fri Apr 13 15:26:30 2018 -0500