1. 9a1ad00 net.h: don't use the reserved name __unused by Jeroen Hofstee · 11 years ago
  2. 6025cd2 net: make IPaddr type big endian by Kim Phillips · 12 years ago
  3. d1892ac net: Add prototype for update_tftp by Simon Glass · 12 years ago
  4. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  5. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  6. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  7. 59d103a net: add helper to generate random mac address by Michael Walle · 12 years ago
  8. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  9. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  10. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago
  11. 017e5c4 net: Fix net buffer initialization by Joe Hershberger · 13 years ago
  12. 530cd6b net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 13 years ago
  13. f50357b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 13 years ago
  14. d4bb76a net: Refactor to protect access to the NetState variable by Joe Hershberger · 13 years ago
  15. ebe3ca8 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 13 years ago
  16. 2ed5b49 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 13 years ago
  17. 2f78749 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · 13 years ago
  18. c17fa98 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 13 years ago
  19. 1a6b8d8 net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 13 years ago
  20. 7849561 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 13 years ago
  21. de15d093 net: cosmetic: Un-typedef ARP_t by Joe Hershberger · 13 years ago
  22. b43784c net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 13 years ago
  23. 1178f41 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 13 years ago
  24. c686fa1 net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 13 years ago
  25. 6fe8b45 net: cosmetic: Un-typedef IP_t by Joe Hershberger · 13 years ago
  26. aae0508 net: Move ARP out of net.c by Joe Hershberger · 13 years ago
  27. 00c62a8 net: Encapsulate CDP packet identification by Joe Hershberger · 13 years ago
  28. a4215b0 net: Move CDP out of net.c by Joe Hershberger · 13 years ago
  29. 3a29e5a net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 13 years ago
  30. 77001b43 net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 13 years ago
  31. 290549f net: cosmetic: net.h checkpatch compliance by Joe Hershberger · 13 years ago
  32. 4b7747e net: Remove volatile from net API by Joe Hershberger · 13 years ago
  33. 23343a1 net: force PKTALIGN to ARCH_DMA_MINALIGN by Eric Nelson · 13 years ago
  34. 6b300dc net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  35. 451be50 eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  36. 391da4c net: introduce per device index by Michael Walle · 13 years ago
  37. 6cc6326 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  38. 5234ad1 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  39. f59675a net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  40. d6c5f55 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  41. 230467c net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  42. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  43. 62b36c9 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  44. 7aa81a4 TFTP: add tftpsrv command by Luca Ceresoli · 14 years ago
  45. 428ab36 NET: pass source IP address to packet handlers by Luca Ceresoli · 14 years ago
  46. bb1ecce string_to_ip: constify "s" arg by Mike Frysinger · 14 years ago
  47. 89c7392 string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  48. c8ecaa3 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  49. df06344 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago
  50. 97824d6 Fix compile warnings for const correctness by Ben Warren · 14 years ago
  51. 6db991a Program net device MAC addresses after initializing by Ben Warren · 15 years ago
  52. 8b3cc06 Make getenv_IPaddr() global by Dirk Behme · 15 years ago
  53. 59cb1e7 net: add random_port() prototype by Mike Frysinger · 15 years ago
  54. e129d56 net: sync env ethaddr to device enetaddr in eth_init() by Mike Frysinger · 15 years ago
  55. 82f0d23 Add DNS support by Robin Getz · 15 years ago
  56. dc16603 net: rename NetRxPkt to NetRxPacket by Mike Frysinger · 15 years ago
  57. c34319c net: new utility functions for working with enetaddr's by Mike Frysinger · 16 years ago
  58. d5695f4 convert print_IPaddr() to %pI4 by Mike Frysinger · 16 years ago
  59. ecfb987 Make some minor whitespace changes to eliminate line-wrapping by Andy Fleming · 16 years ago
  60. 2a02f5c Move is_valid_ether_addr() to include/net.h by Mike Frysinger · 16 years ago
  61. 0885bf0 net: Define IP flag field values by Peter Tyser · 16 years ago
  62. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  64. 196a61a Fix warnings while compiling net/net.c for MPC8610HPCD board by Anatolij Gustschin · 17 years ago
  65. 1f2c9a4 Introduce new eth_receive routine by Rafal Jaworowski · 17 years ago
  66. 7280da7 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  67. e54d6c1 Add ability to take MAC address from the environment to DM9000 driver by Mike Rapoport · 17 years ago
  68. 5336a76 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! by Jon Loeliger · 17 years ago
  69. 2517d97 include/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  70. 7ab36a2 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  71. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  72. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  73. f5ad378 * Patch by Jon Loeliger, Kumar Gala 2005-02-08 by Jon Loeliger · 19 years ago
  74. b4ad962 * Patch by Masami Komiya, 30 Mar 2005: by wdenk · 20 years ago
  75. d6a3dd4 Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout() by wdenk · 20 years ago
  76. b8fb619 Add support for console over UDP (compatible to Ingo Molnar's by wdenk · 20 years ago
  77. 145d2c1 Patches by Pantelis Antoniou, 30 Mar 2004: by wdenk · 21 years ago
  78. be9c1cb * Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download by wdenk · 21 years ago
  79. c6abb7e * Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools by wdenk · 21 years ago
  80. 9c53f40 * Patches by Xianghua Xiao, 15 Oct 2003: by wdenk · 21 years ago
  81. e0aadfb - Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK. by stroese · 21 years ago
  82. b846356 * Allow crc32 to be used at address 0x000 by wdenk · 21 years ago
  83. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  84. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago
  85. e6466f6 * Add support for RMU board by wdenk · 21 years ago
  86. 14331ad - CFG_ETH_RX_BUFFER added. by stroese · 21 years ago
  87. eda4208 * Add dual ethernet support on PM826 by wdenk · 22 years ago
  88. 2582f6b * Patch by Jim Sandoz, 07 Nov 2002: by wdenk · 22 years ago
  89. 2d96695 Initial revision by wdenk · 22 years ago