1. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  2. 39048f6 net: Work-around for brain-damaged Cisco equipment with arp-proxy by Joe Hershberger · 13 years ago
  3. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  4. c07e810 net: Separate ArpRequest() into lower-level func by Joe Hershberger · 13 years ago
  5. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago
  6. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · 13 years ago
  7. 202c600 net: Remove unused parameter from NetInitLoop() by Joe Hershberger · 13 years ago
  8. e96624a net: Remove static allocation for MAC address in PingSend() by Joe Hershberger · 13 years ago
  9. 8ca7fa0 net: Add option CONFIG_BOOTP_MAY_FAIL by Joe Hershberger · 13 years ago
  10. 9d37a58 net: Fix unused variable compile warning by Joe Hershberger · 13 years ago
  11. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 13 years ago
  12. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  13. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · 13 years ago
  14. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 13 years ago
  15. 86dba5b net: Refactor ping receive handler by Joe Hershberger · 13 years ago
  16. b1e9476 net: Move debug trace to point of action by Joe Hershberger · 13 years ago
  17. db3e6e4 net: Refactor bootp packet length computations by Joe Hershberger · 13 years ago
  18. f7ea805 net: Refactor packet length computations by Joe Hershberger · 13 years ago
  19. 16be9cb net: Refactor NetSendUDPPacket to share more code by Joe Hershberger · 13 years ago
  20. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 13 years ago
  21. 2f78749 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · 13 years ago
  22. 555efa0 net: cosmetic: Rename tmp to reply_ip_addr in arp.c by Joe Hershberger · 13 years ago
  23. fee076e net: cosmetic: Alphabetize includes in net.c by Joe Hershberger · 13 years ago
  24. ceba447 net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE by Joe Hershberger · 13 years ago
  25. d01a7a0 net: cosmetic: Rename CDPHandler to cdp_receive by Joe Hershberger · 13 years ago
  26. facf535 net: cosmetic: Rename "x" to "eth_proto" by Joe Hershberger · 13 years ago
  27. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 13 years ago
  28. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 13 years ago
  29. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 13 years ago
  30. de15d093 net: cosmetic: Un-typedef ARP_t by Joe Hershberger · 13 years ago
  31. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 13 years ago
  32. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 13 years ago
  33. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 13 years ago
  34. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · 13 years ago
  35. 61b4de6 net: Move RARP receive logic out of net.c by Joe Hershberger · 13 years ago
  36. c21bf37 net: Move PING out of net.c by Joe Hershberger · 13 years ago
  37. aae0508 net: Move ARP out of net.c by Joe Hershberger · 13 years ago
  38. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · 13 years ago
  39. a4215b0 net: Move CDP out of net.c by Joe Hershberger · 13 years ago
  40. 797f2c5 net: Move MAC-seeded rand out of bootp.c by Joe Hershberger · 13 years ago
  41. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  42. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  43. 3a29e5a net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 13 years ago
  44. 840fc80 net: cosmetic: sntp.* checkpatch compliance by Joe Hershberger · 13 years ago
  45. c768446 net: cosmetic: rarp.* checkpatch compliance by Joe Hershberger · 13 years ago
  46. 6ecfc6b net: cosmetic: nfs.* checkpatch compliance by Joe Hershberger · 13 years ago
  47. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 13 years ago
  48. 5956ded net: cosmetic: eth.c checkpatch compliance by Joe Hershberger · 13 years ago
  49. 8f4b135 net: cosmetic: bootp.* checkpatch compliance by Joe Hershberger · 13 years ago
  50. 4b7747e net: Remove volatile from net API by Joe Hershberger · 13 years ago
  51. ae97ef6 net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back by Eric Miao · 13 years ago
  52. 768cbf0 bootstage: Plumb in bootstage calls for basic operations by Simon Glass · 13 years ago
  53. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  54. 964d1d4 bootstage: Convert net progress numbers to enums by Simon Glass · 13 years ago
  55. d409b1b bootstage: Use show_boot_error() for -ve progress numbers by Simon Glass · 13 years ago
  56. 6b300dc net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  57. 83ce109 PPC: Drop mv6446x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  58. dd152fc PPC: Drop mv6436x_eth_initialize() from net/eth.c by Marek Vasut · 13 years ago
  59. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  60. 391da4c net: introduce per device index by Michael Walle · 13 years ago
  61. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  62. e4e53d1 net/bootp.c: Fix GCC 4.6 warning by Anatolij Gustschin · 13 years ago
  63. 3de85dd net/net.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  64. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  65. e4655c5 net: Change for loop to memset() by Simon Glass · 13 years ago
  66. 4abd0e2 net: Add more #ifdefs for tftpput to reduce code size by Simon Glass · 13 years ago
  67. 8431332 net: Make net_transfer() a static function by Simon Glass · 13 years ago
  68. 2928cd8 net: Hide more code behind CONFIG_CMD_TFTPPUT by Simon Glass · 13 years ago
  69. 6a398d2 net: tftpput: implement tftp logic by Simon Glass · 13 years ago
  70. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  71. bd8a0e0 net: tftpput: Factor out start, restart and next block functions by Simon Glass · 13 years ago
  72. b437aad net: tftpput: move common code into separate functions by Simon Glass · 13 years ago
  73. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  74. 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  75. 43c7296 net: tftpput: Move ICMP code into its own function by Simon Glass · 13 years ago
  76. a77e293 net/dns.c: Fix endian conversion for big-endian in dns command by Bernhard Kaindl · 13 years ago
  77. ea320281 net: bootp: add PXE/RFC 4578 DHCP options support by Jason Hobbs · 13 years ago
  78. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  79. 4c97a84 net: drop !NET_MULTI ns7520 driver by Mike Frysinger · 13 years ago
  80. dde025c net: Add \n before warning message so it prints on a new line. by Philip Balister · 13 years ago
  81. 74edd5c net: turn name len check into an assert by Mike Frysinger · 13 years ago
  82. 10b532c net/bootp.c: fix tftp load if autoload environment var isn't set by Peter Korsgaard · 13 years ago
  83. 153bf3a net/eth.c: throw BUG for eth_get_dev_by_name(NULL) by Helmut Raiger · 13 years ago
  84. ca21140 Correct call to eth_write_hwaddr() by Simon Glass · 13 years ago
  85. 5b4945b net: Check network device driver name by Michal Simek · 13 years ago
  86. ab068eb Put common autoload code into auto_load() function by Simon Glass · 13 years ago
  87. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  88. 7ff2b99 net/eth.c: drop obsolete at91rm9200 support by Andreas Bießmann · 13 years ago
  89. 6380e01 bootp: add ntpserver option to bootp request by Luuk Paulussen · 14 years ago
  90. 7019d25 net/net.c: Update ipaddr if the environment has changed by Enric Balletbo i Serra · 14 years ago
  91. 2f3dc0a net/tftp.c: fix typo by Luca Ceresoli · 14 years ago
  92. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  93. b640ed3 TFTP: net/tftp.c: add server mode receive by Luca Ceresoli · 14 years ago
  94. 562dfe5 TFTP: rename STATE_RRQ to STATE_SEND_RRQ by Luca Ceresoli · 14 years ago
  95. 5079c76 TFTP: replace "server" with "remote" in local variable names by Luca Ceresoli · 14 years ago
  96. 4e7a02b net/tftp.c: cosmetic: do not initialise statics to 0 or NULL by Luca Ceresoli · 14 years ago
  97. 09b1823 net/tftp.c: cosmetic: fix indentation by Luca Ceresoli · 14 years ago
  98. 6072fcd net/tftp.c: cosmetic: trailing statements should be on next line by Luca Ceresoli · 14 years ago
  99. 35dfb18 net/tftp.c: cosmetic: fix brace issues by Luca Ceresoli · 14 years ago
  100. c4ffb9f net/tftp.c: cosmetic: do not use assignment in if condition by Luca Ceresoli · 14 years ago