1. 2c07c32 net: cosmetic: Define ethernet name length by oliver@schinagl.nl · 8 years ago
  2. 9f455bc net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  3. a40db6d net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  4. d4a3755 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  5. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  6. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  7. 700877a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 8 years ago
  8. 99d4c6d net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
  9. 5350bc8 net: export eth_setenv_enetaddr_by_index() to net.h by Roger Quadros · 9 years ago
  10. 82d72a1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  11. f74264d include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
  12. 9216387 include: net: Simplify the usage of __always_inline by Fabio Estevam · 9 years ago
  13. 11a69ff net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  14. 219cc94 net: change the env name to use const by Josh Wu · 9 years ago
  15. eaa8a19 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  16. c7ff552 update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  17. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  18. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  19. c74c8e6 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 9 years ago
  20. 717234e net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 9 years ago
  21. 5917e7d net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 9 years ago
  22. bc0571f net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 9 years ago
  23. a34f207 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 9 years ago
  24. 4fd5055 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 9 years ago
  25. 6a38a5f net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 9 years ago
  26. 786eac5 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 9 years ago
  27. 6aede5b net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 9 years ago
  28. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  29. 1203fcc net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 9 years ago
  30. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  31. 586cbe5 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 9 years ago
  32. 1411157 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 9 years ago
  33. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  34. 63c9729 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 9 years ago
  35. 6030459 net: Improve error handling by Joe Hershberger · 10 years ago
  36. e58780d dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  37. 1759140 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  38. 2a504df net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  39. 05c3e68 dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  40. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  41. fce6900 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  42. 84eb1fb net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  43. ff99743 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  44. 8b2c9a7 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  45. a7c3d5e net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  46. 0da0fcd net: Use new checksum functions by Simon Glass · 10 years ago
  47. 9b0e35c net: Add a separate file for IP checksumming by Simon Glass · 10 years ago
  48. 16ae782 net: Declare physical address as phys_addr_t unsigned type by Michal Simek · 10 years ago
  49. 2ea9103 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  50. da384a9 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 10 years ago
  51. 9c4cffa net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  52. 6e840eb net.h: don't use the reserved name __unused by Jeroen Hofstee · 11 years ago
  53. 3d49412 net: make IPaddr type big endian by Kim Phillips · 12 years ago
  54. ea5427e net: Add prototype for update_tftp by Simon Glass · 11 years ago
  55. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  56. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  57. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  58. 03c1b04 net: add helper to generate random mac address by Michael Walle · 12 years ago
  59. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  60. d22c338 net: Add link-local addressing support by Joe Hershberger · 12 years ago
  61. e94070c net: Don't copy every packet that waits for an ARP by Joe Hershberger · 12 years ago
  62. 46c495d net: Fix net buffer initialization by Joe Hershberger · 12 years ago
  63. e711101 net: Add net_update_ether() to handle ARP and Ping replies by Joe Hershberger · 12 years ago
  64. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  65. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  66. adf5d93 net: Refactor to use NetSendPacket instead of eth_send directly by Joe Hershberger · 12 years ago
  67. 4b11c91 net: Refactor IP, UPD, and ICMP header writing functions by Joe Hershberger · 12 years ago
  68. 674bb24 net: cosmetic: Replace magic numbers in arp.c with constants by Joe Hershberger · 12 years ago
  69. da5ebe2 net: cosmetic: Add a more explicit comment about 802.2 by Joe Hershberger · 12 years ago
  70. 206d07f net: cosmetic: Rename parameter len to payload_len by Joe Hershberger · 12 years ago
  71. e0a6307 net: cosmetic: Un-typedef ICMP_t by Joe Hershberger · 12 years ago
  72. 738853b net: cosmetic: Un-typedef ARP_t by Joe Hershberger · 12 years ago
  73. c68cca3 net: cosmetic: Un-typedef VLAN_Ethernet_t by Joe Hershberger · 12 years ago
  74. cb487f5 net: cosmetic: Un-typedef Ethernet_t by Joe Hershberger · 12 years ago
  75. c5c59df net: cosmetic: Split struct ip_udp_hdr into ip_hdr by Joe Hershberger · 12 years ago
  76. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  77. d280d3f net: Move ARP out of net.c by Joe Hershberger · 12 years ago
  78. 1735188 net: Encapsulate CDP packet identification by Joe Hershberger · 12 years ago
  79. f575ae1 net: Move CDP out of net.c by Joe Hershberger · 12 years ago
  80. 13dfe94 net: cosmetic: tftp.* checkpatch compliance by Joe Hershberger · 12 years ago
  81. 48522bb net: cosmetic: net.c checkpatch compliance by Joe Hershberger · 12 years ago
  82. b28e28b net: cosmetic: net.h checkpatch compliance by Joe Hershberger · 12 years ago
  83. db288a9 net: Remove volatile from net API by Joe Hershberger · 12 years ago
  84. 2c4b3c1 net: force PKTALIGN to ARCH_DMA_MINALIGN by Eric Nelson · 13 years ago
  85. f6add13 net/miiphy/serial: drop duplicate "NAMESIZE" define by Mike Frysinger · 13 years ago
  86. e7e982d eth: remove usb-ethernet devices before re-enumerating them by Vincent Palatin · 13 years ago
  87. fea7dca net: introduce per device index by Michael Walle · 13 years ago
  88. ea45cb0 net: Make sure IPaddr_t is 32 bits in size by Matthias Weisser · 13 years ago
  89. e4a3d57 net: Export auto_load, use it in rarp by Simon Glass · 13 years ago
  90. 58f317d net: tftpput: Support selecting get/put for tftp by Simon Glass · 13 years ago
  91. e4bf0c5 net: tftpput: Rename TFTP to TFTPGET by Simon Glass · 13 years ago
  92. 4793ee6 net: tftpput: Add support for receiving ICMP packets by Simon Glass · 13 years ago
  93. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  94. 7616e78 Add Ethernet hardware MAC address framework to usbnet by Simon Glass · 13 years ago
  95. 7a83af0 TFTP: add tftpsrv command by Luca Ceresoli · 13 years ago
  96. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  97. 908c6b6 string_to_ip: constify "s" arg by Mike Frysinger · 14 years ago
  98. 2e3ef6e string_to_VLAN: constify "var" arg by Mike Frysinger · 14 years ago
  99. b920ee9 copy_filename: constify "src" arg by Mike Frysinger · 14 years ago
  100. 23cd138 Integrate USB gadget layer and USB CDC driver layer by Remy Bohmer · 15 years ago