1. ac1d313 net: eth: Check return value in various places by Bin Meng · 9 years ago
  2. a16edab net: eth: Clear MAC address in eth_pre_remove() by Bin Meng · 9 years ago
  3. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  4. 774c3e0 net: parse DHCP options from overloaded file/sname fields by Stefan Brüns · 9 years ago
  5. ec87b1b net: Do not overwrite options found in overloaded 'file' field by Stefan Brüns · 9 years ago
  6. 219cc94 net: change the env name to use const by Josh Wu · 9 years ago
  7. 7aba0f2 net/eth: fix a bug in on_ethaddr() by Gong Qianyu · 9 years ago
  8. 4f28c9b net: cancel timeout handler after DHCPACK by Stefan Brüns · 9 years ago
  9. 45b4773 net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
  10. 9432311 net/arp: Do not run net_start_again() on timeout by Stefan Brüns · 9 years ago
  11. c56eb57 net: Fix parsing of Bootp/DHCP option 0 (Pad) by Stefan Brüns · 9 years ago
  12. 454d9d3 net: send RFC1542 compliant value for bootp requests by Stefan Brüns · 9 years ago
  13. 867d6ae net: reject Bootp/DHCP packets with bad OP value by Stefan Brüns · 9 years ago
  14. 8295332 net: protect status led access in bootp by Thomas Chou · 9 years ago
  15. 214dc1d net: bootp fix vci string on SPL-Boot by Hannes Petermaier · 9 years ago
  16. f5fb734 net: TFTP: variables cleanup and addition by Albert ARIBAUD \(3ADEV\) · 9 years ago
  17. 2666074 net: support NETCONSOLE option via Kconfig by Bernhard Nortmann · 9 years ago
  18. eaa8a19 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  19. e408c42 dm: eth: Correctly detect alias in eth_get_dev_by_name() by Bin Meng · 9 years ago
  20. d8f79af dm: eth: Do not print misleading "Net Initialization Skipped" by Bin Meng · 9 years ago
  21. af2ca59 net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet" by Bin Meng · 9 years ago
  22. 3469695 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
  23. 19a4fba net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
  24. 620776d tftp: adjust settings to be suitable for 100Mbit ethernet by Pavel Machek · 9 years ago
  25. 7628afe tftp.c: fix CONFIG_TFTP_TSIZE for small files by Max Krummenacher · 9 years ago
  26. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  27. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  28. f7848d9 Allow CONFIG_REGEX to be disabled when CONFIG_NET by Joe Hershberger · 9 years ago
  29. 9ba9e85 net: Fix NET_RANDOM_ETHADDR dependencies by Michal Simek · 9 years ago
  30. 6e0d26c net: Handle ethaddr changes as an env callback by Joe Hershberger · 9 years ago
  31. 2d1febf net: Remove duplicate bootfile syncing functionality by Joe Hershberger · 9 years ago
  32. fd30563 net: Use env callbacks for net variables by Joe Hershberger · 9 years ago
  33. bef1014 net: Implement random ethaddr fallback in eth.c by Joe Hershberger · 9 years ago
  34. f566c99 net: Update hardware MAC address if it changes in env by Joe Hershberger · 9 years ago
  35. 17f0ac6 dm: net: rtc: Support using driver model for rtc in sntp by Simon Glass · 9 years ago
  36. 9f9276c dm: rtc: Rename to_tm() to rtc_to_tm() and add error code by Simon Glass · 9 years ago
  37. 3bc4270 dm: net: Use existing Ethernet init for driver model by Simon Glass · 9 years ago
  38. 3c56fb8 net: Fix compile errors when SNTP enabled and not DATE by Joe Hershberger · 9 years ago
  39. 717234e net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 9 years ago
  40. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  41. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  42. ff819a3 net: cosmetic: Fix checkpatch.pl failures in eth.c by Joe Hershberger · 9 years ago
  43. 8e7ff67 net: cosmetic: Fix checkpatch.pl failures in linklocal by Joe Hershberger · 9 years ago
  44. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  45. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  46. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  47. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  48. 331db5a net: cosmetic: Clean up ping variables and functions by Joe Hershberger · 9 years ago
  49. 38ba255 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 9 years ago
  50. 698d78e net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 9 years ago
  51. 68c76a3 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 9 years ago
  52. 7044c6b net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 9 years ago
  53. 85d25e0 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 9 years ago
  54. 8885c5f net: cosmetic: Clean up TFTP variables and functions by Joe Hershberger · 9 years ago
  55. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  56. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  57. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  58. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  59. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  60. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  61. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  62. 6030459 net: Improve error handling by Joe Hershberger · 9 years ago
  63. 6536b9b dm: eth: Add support for ethprime env var by Joe Hershberger · 9 years ago
  64. e58780d dm: eth: Add support for aliases by Joe Hershberger · 9 years ago
  65. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 9 years ago
  66. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 9 years ago
  67. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 9 years ago
  68. 55d5fd9 net: Access mapped physmem in net functions by Joe Hershberger · 9 years ago
  69. 5c42133 net: Make netretry actually do something by Joe Hershberger · 9 years ago
  70. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 9 years ago
  71. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 9 years ago
  72. 05324a4 net: Change return codes from net/eth.c to use errorno constants by Joe Hershberger · 9 years ago
  73. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 9 years ago
  74. 4c7c65a net: Rename helper function to be more clear by Joe Hershberger · 9 years ago
  75. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 9 years ago
  76. 0da0fcd net: Use new checksum functions by Simon Glass · 9 years ago
  77. 9b0e35c net: Add a separate file for IP checksumming by Simon Glass · 9 years ago
  78. ecec4e9 net: bootp: as CONFIG_BOOTP_SERVERIP is defined, keep bootfile not changed by Wu, Josh · 10 years ago
  79. 783a91f eth: make eth_address_set static by Jeroen Hofstee · 10 years ago
  80. 8104f54 net: Display the size when tftpboot finishes by Simon Glass · 10 years ago
  81. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  82. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  83. f395e75 net: dns: fix for DNS queries sent to the wrong MAC address by Gerhard Sittig · 10 years ago
  84. 92ac8ac net: More BOOTP retry timeout improvements by Thierry Reding · 10 years ago
  85. f59be6e net: BOOTP retry timeout improvements by Stephen Warren · 10 years ago
  86. 75d9a45 Ethernet: let user know if there is no valid ethernet address by Pavel Machek · 10 years ago
  87. 8e8d73b bootp can use mdelay by Pavel Machek · 10 years ago
  88. 1f9ce30 fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL by Hannes Petermaier · 10 years ago
  89. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  90. d718ded lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 10 years ago
  91. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 10 years ago
  92. 27ee59a net: execute "miiphy_init" if CONFIG_PHYLIB defined by Alexey Brodkin · 11 years ago
  93. 8e52533 net: tftpsrv: Get correct client MAC address by Andrew Ruder · 11 years ago
  94. f754f5d net: tftp: Make sure timeout will not effect wrap offset by rockly · 11 years ago
  95. 9cc1180 net: convert a makefile to Kbuild style by Masahiro Yamada · 11 years ago
  96. b63056d NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined by Jim Lin · 11 years ago
  97. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  98. 5da7cf8 net: Correct check for link-local target IP conflict by Joe Hershberger · 11 years ago
  99. 61fdd4f net/tftp: sparse fixes by Kim Phillips · 11 years ago
  100. fa84fa7 net: nfs: add dynamic wait period by Matthias Brugger · 12 years ago