1. 6de98b6 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · 1 year, 5 months ago
  2. 443d319 net: add fastboot TCP support by Dmitrii Merkurev · 1 year, 5 months ago
  3. a024581 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · 1 year, 5 months ago
  4. c8c3fd2 net: Add a function to run dhcp by Simon Glass · 1 year, 8 months ago
  5. 70dd886 sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 8 months ago
  6. e524f3a net: Remove eth_legacy.c by Tom Rini · 1 year, 10 months ago
  7. eeb0a2c net: ping6: Add ping6 command by Viacheslav Mitrofanov · 1 year, 10 months ago
  8. cfbae48 net: Add wget application by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  9. a3bf193 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 1 year, 11 months ago
  10. 09bd3d0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 2 months ago
  11. 5e6e41b net: bootp: Make root path (option 17) length configurable by Andre Kalb · 2 years, 8 months ago
  12. b85d130 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 4 months ago
  13. 0b956e3 Convert CONFIG_SYS_RX_ETH_BUFFER to Kconfig by Tom Rini · 2 years, 6 months ago
  14. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  15. 631f3af net: add set_promisc function to enable/disable Promiscuous mode by Tim Harvey · 3 years, 3 months ago
  16. fc054d5 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 8 months ago
  17. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  18. 36ea0ca net: add a define for the number of packets received as batch by Patrick Wildt · 4 years ago
  19. c3f0278 net: Expose some errors generated in net_init by Sean Anderson · 4 years ago
  20. b43ea1b net: add a generic udp protocol by Philippe Reynes · 4 years ago
  21. f1d925d net: move random_port() to dns by Baruch Siach · 4 years, 4 months ago
  22. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  23. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 4 months ago
  24. c3dc39a arm: Don't include common.h in header files by Simon Glass · 4 years, 4 months ago
  25. f641a8a phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
  26. 5e6267a common: Move reset_phy() to net.h by Simon Glass · 4 years, 9 months ago
  27. 77f4e47 common: Move do_tftpb() to net.h by Simon Glass · 4 years, 9 months ago
  28. d724321 net: Improve documentation for string_to_ip() by Joe Hershberger · 5 years ago
  29. fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  30. 8d5babb common: Move env_get_ip() to net.h by Simon Glass · 4 years, 10 months ago
  31. 840ef4d common: Move random-number functions into their own header by Simon Glass · 4 years, 10 months ago
  32. 12c2a31 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  33. 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  34. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  35. bbfc562 net: unaligned copying of unsigned long by Heinrich Schuchardt · 5 years ago
  36. 3c6add9 net: Add priv_pdata to eth_pdata by Faiz Abbas · 6 years ago
  37. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  38. 1a4af5c net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  39. 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  40. ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  41. 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  42. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  43. 1666fa5 net: Increase ethernet name string size to 20 chars by Pankaj Bansal · 6 years ago
  44. 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  45. 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  46. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  47. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  48. f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
  49. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  50. 9925f1d net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 6 years ago
  51. 99761e5 Handle NETCONSOLE and SPL enabled by Jason Kridner · 7 years ago
  52. 723806c env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  53. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  54. fd1e959 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  55. 704f3ac net: Use packed structures for networking by Denis Pynkin · 7 years ago
  56. 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  57. 2c07c32 net: cosmetic: Define ethernet name length by oliver@schinagl.nl · 8 years ago
  58. 9f455bc net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  59. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  60. d4a3755 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  61. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  62. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  63. 700877a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 8 years ago
  64. 99d4c6d net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
  65. 5350bc8 net: export eth_setenv_enetaddr_by_index() to net.h by Roger Quadros · 9 years ago
  66. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  67. f74264d include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
  68. 9216387 include: net: Simplify the usage of __always_inline by Fabio Estevam · 9 years ago
  69. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  70. 219cc94 net: change the env name to use const by Josh Wu · 9 years ago
  71. eaa8a19 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  72. c7ff552 update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  73. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  74. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  75. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  76. 717234e net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 9 years ago
  77. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  78. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  79. a34f207 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 9 years ago
  80. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  81. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  82. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  83. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  84. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  85. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  86. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  87. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  88. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  89. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  90. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  91. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  92. e58780d dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  93. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  94. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  95. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  96. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  97. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  98. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  99. ff99743 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  100. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago