1. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  2. 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · Wed Sep 29 07:58:20 2021 -0400
  3. dce3bc6 net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH truncation by Vladimir Oltean · Mon Sep 27 14:22:03 2021 +0300
  4. 5404544 net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpy by Vladimir Oltean · Mon Sep 27 14:22:00 2021 +0300
  5. f232e48 net: dsa: remove unused variables by Vladimir Oltean · Sat Sep 18 14:49:56 2021 +0300
  6. 65ad612 net: dsa: pass CPU port fixed PHY to .port_disable by Vladimir Oltean · Sat Sep 18 14:49:55 2021 +0300
  7. 6ef71c66 net: dsa: introduce a .port_probe() method in struct dsa_ops by Vladimir Oltean · Tue Aug 24 15:00:41 2021 +0300
  8. 1d50862 net: dsa: refactor the code to set the port MAC address into a dedicated function by Vladimir Oltean · Tue Aug 24 15:00:40 2021 +0300
  9. 50ddf8b net: dsa: use "err" instead of "ret" in dsa_port_probe by Vladimir Oltean · Tue Aug 24 15:00:39 2021 +0300
  10. df29f49 Remove #include <timestamp.h> from files which do not need it by Pali Rohár · Mon Aug 02 15:18:28 2021 +0200
  11. 1d92624 net: Move network rules to drivers/net by Simon Glass · Sun Aug 08 12:20:31 2021 -0600
  12. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  13. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  14. a8f2ca2 net: define LOG_CATEGORY by Patrick Delaunay · Tue Jul 20 20:15:30 2021 +0200
  15. a98c309 net: dsa: enable master promisc mode if available and needed by Tim Harvey · Wed Jun 30 16:50:07 2021 -0700
  16. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  17. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · Thu Feb 25 16:51:11 2021 +0100
  18. 384023e net: use a more deterministic approach to get the active ethernet device by Michael Walle · Wed Feb 24 17:30:44 2021 +0100
  19. 0624c81 net: convert TFTP_TSIZE to proper Kconfig option by Tero Kristo · Wed May 12 11:03:04 2021 +0300
  20. 6ca194a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · Sun Mar 14 20:14:48 2021 +0800
  21. e0518f0 dm: mdio: Use ofnode_phy_is_fixed_link() API by Bin Meng · Sun Mar 14 20:14:47 2021 +0800
  22. 284118a net: dsa: remove master santiy check by Michael Walle · Wed Feb 24 17:40:42 2021 +0100
  23. 340342a net: dsa: remove NULL check for priv and platform data by Michael Walle · Wed Feb 24 17:40:41 2021 +0100
  24. 785df8f net: dsa: probe master device by Michael Walle · Wed Feb 24 17:40:40 2021 +0100
  25. 322bbc6 net: dsa: return early if there is no master by Michael Walle · Wed Feb 24 17:40:39 2021 +0100
  26. e505164 mdio-uclass.c: support fixed-link subnodes by Rasmus Villemoes · Mon Oct 05 15:15:16 2020 +0200
  27. b891c79 net: tftp: Avoid sending extra ack on completion by Ramon Fried · Wed Feb 03 21:28:59 2021 +0200
  28. c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · Mon Jan 25 14:23:53 2021 +0200
  29. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  30. 1eb7294 net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address() by Simon Glass · Wed Jan 13 20:29:47 2021 -0700
  31. 7c78e2f net: fix ping in netconsole by Yang Liu · Mon Dec 21 14:44:39 2020 +1100
  32. 5129ccb Revert "net: eth-uclass: Change uclass driver name to ethernet" by Tom Rini · Tue Jan 19 15:35:00 2021 -0500
  33. 01f6e88 net: eth-uclass: Change uclass driver name to ethernet by David Wu · Fri Jan 08 10:53:05 2021 +0800
  34. 3b41ed6 net: Use NDRNG device in srand_mac() by Matthias Brugger · Fri Dec 18 10:28:04 2020 +0100
  35. 50511fc net: eth_legacy - fix build CMD_PCAP by Jorge Ramirez-Ortiz · Fri Dec 04 20:59:58 2020 +0100
  36. d097b1a net: tftp: Fix incorrect tftp_next_ack on no OACK by Harm Berntsen · Fri Nov 27 21:45:56 2020 +0000
  37. 3e8704e net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP address by David Rivshin · Sat Nov 14 22:12:47 2020 -0500
  38. 9f5c1a5 net: eth-uclass: avoid running start() twice without stop() by Matthias Schiffer · Wed Nov 04 14:45:14 2020 +0100
  39. 6b82159 efi_loader: setting boot device by Heinrich Schuchardt · Tue Jan 12 12:46:24 2021 +0100
  40. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  41. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · Tue Dec 22 19:30:28 2020 -0700
  42. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · Wed Dec 16 21:20:29 2020 -0700
  43. 3e14a22 net: Update to use new sequence numbers by Simon Glass · Wed Dec 16 21:20:16 2020 -0700
  44. 75e534b dm: Avoid accessing seq directly by Simon Glass · Wed Dec 16 21:20:07 2020 -0700
  45. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  46. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  47. 6875dec net: sntp: remove CONFIG_TIMESTAMP constraint by Heinrich Schuchardt · Fri Oct 23 12:58:27 2020 +0200
  48. 73fcbc7 Adds basic support for ProxyDHCP by Lyle Franklin · Mon Aug 05 06:23:42 2019 -0400
  49. d47430a net: add a define for the number of packets received as batch by Patrick Wildt · Wed Oct 07 11:03:30 2020 +0200
  50. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · Sat Sep 12 17:45:43 2020 -0400
  51. 2829d99 sntp: use udp framework by Philippe Reynes · Fri Sep 18 14:13:02 2020 +0200
  52. 6ec70bc net: add a generic udp protocol by Philippe Reynes · Fri Sep 18 14:13:00 2020 +0200
  53. 653f3ee net: use log_err() for 'No ethernet found' message by Heinrich Schuchardt · Mon Sep 14 11:00:18 2020 +0200
  54. 5babe56 net: tftp: Fix load_block offset calculation by Ley Foon Tan · Tue Aug 25 10:26:37 2020 +0800
  55. 81bb324 net: tftp: Fix store_block offset calculation by Ley Foon Tan · Tue Aug 25 10:26:36 2020 +0800
  56. 8de767a net: tftp: Fix tftp_prev_block counter update by Ley Foon Tan · Tue Aug 25 10:26:35 2020 +0800
  57. 836cb5e net: mdio: Fix not calling dev_dbg with a device by Sean Anderson · Tue Sep 15 10:44:53 2020 -0400
  58. b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · Tue Jul 28 23:35:33 2020 +0300
  59. b9df7d9 net: ping: reset stored IP address by Marek Szyprowski · Mon Jun 15 11:15:57 2020 +0200
  60. 6e9aa54 net: tftp: Add client support for RFC 7440 by Ramon Fried · Sat Jul 18 23:31:46 2020 +0300
  61. 992b603 net: Drop dm.h header file from phy.h by Simon Glass · Sun Jul 19 10:15:39 2020 -0600
  62. 499c9f7 Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig by Adam Ford · Fri Jul 03 09:00:14 2020 -0500
  63. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  64. 2cd81f1 net: dm: Remove warning about EEPROM provided MAC address by Andre Przywara · Thu Jun 11 12:03:16 2020 +0100
  65. 235361a net: move random_port() to dns by Baruch Siach · Wed May 20 13:31:41 2020 +0300
  66. e387e9a net: tftp: fix option validation as per RFCs by Ravik Hasija · Mon May 18 21:35:43 2020 -0700
  67. d42686e net: tftp: fix progress marker for file transfer by Ravik Hasija · Thu May 07 14:55:32 2020 -0700
  68. d924938 net: Fix error if some network features are disabled by Krebs, Olaf · Mon Mar 09 14:27:55 2020 +0000
  69. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  70. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  71. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  72. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  73. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  74. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  75. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  76. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  77. cd5bb77 net: Add eth phy generic driver for shared MDIO by Ye Li · Sun May 03 22:41:14 2020 +0800
  78. 46ec104 net: eth-uclass: add return value check by Peng Fan · Sun May 03 22:41:13 2020 +0800
  79. 6c3a447 net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · Wed Apr 22 14:18:26 2020 +0200
  80. 1e51f3e net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE by Patrick Delaunay · Wed Apr 22 14:18:25 2020 +0200
  81. 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
  82. c81ab83 net: tftp: use correct printf codes by Heinrich Schuchardt · Sat Feb 22 08:43:40 2020 +0100
  83. a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · Fri Feb 07 15:17:42 2020 +0000
  84. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  85. 85f1378 common: Move the image globals into image.h by Simon Glass · Sat Dec 28 10:45:03 2019 -0700
  86. 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · Sat Dec 28 10:45:02 2019 -0700
  87. a606ffc common: Move flash_perror() to flash.h by Simon Glass · Sat Dec 28 10:44:40 2019 -0700
  88. d70d8d8 net: Move the checksum functions to lib/ by Simon Glass · Fri Dec 06 21:41:39 2019 -0700
  89. cf64055 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · Mon Nov 25 17:15:12 2019 +0200
  90. 6b3089e net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · Mon Nov 25 17:15:11 2019 +0200
  91. ca23405 net: tftp: Fix too small block size by Andre Przywara · Sat Nov 23 17:58:59 2019 +0000
  92. 902c796 net: eth-uclass: ignore unavailable devices by Michael Walle · Tue Oct 22 01:03:10 2019 +0200
  93. af54963 net: tftp: Fix tftp store address check in store_block() by Bin Meng · Fri Nov 15 22:20:13 2019 -0800
  94. 16ffe47 net: avoid address-of-packed-member error by Heinrich Schuchardt · Tue Nov 05 12:48:19 2019 +0100
  95. 5725630 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · Thu Dec 05 19:35:07 2019 -0500
  96. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  97. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  98. ecd1f81 common: Move random-number functions into their own header by Simon Glass · Thu Nov 14 12:57:13 2019 -0700
  99. d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · Thu Nov 14 12:57:10 2019 -0700
  100. ad341d7 net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · Tue Sep 03 00:05:05 2019 +0200