1. d47430a net: add a define for the number of packets received as batch by Patrick Wildt · 4 years, 2 months ago
  2. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 3 months ago
  3. 6ec70bc net: add a generic udp protocol by Philippe Reynes · 4 years, 2 months ago
  4. 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
  5. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  6. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  7. 1e26864 arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
  8. 2325c44 phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
  9. 0c36441 common: Move reset_phy() to net.h by Simon Glass · 5 years ago
  10. 6e51ee1 common: Move do_tftpb() to net.h by Simon Glass · 5 years ago
  11. 9c71be9 net: Improve documentation for string_to_ip() by Joe Hershberger · 5 years ago
  12. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
  13. 15595db common: Move env_get_ip() to net.h by Simon Glass · 5 years ago
  14. ecd1f81 common: Move random-number functions into their own header by Simon Glass · 5 years ago
  15. eff9c90 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
  16. d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
  17. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  18. f620e61 net: unaligned copying of unsigned long by Heinrich Schuchardt · 5 years ago
  19. 69dace3 net: Add priv_pdata to eth_pdata by Faiz Abbas · 6 years ago
  20. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  21. bbe1857 net: move ether_crc to tsec driver by Chris Packham · 6 years ago
  22. f1447c9 net: Consolidate UDP header functions by Duncan Hare · 6 years ago
  23. e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
  24. 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
  25. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  26. b08a033 net: Increase ethernet name string size to 20 chars by Pankaj Bansal · 6 years ago
  27. 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
  28. f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
  29. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  30. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  31. d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 7 years ago
  32. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  33. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
  34. 5c218d2 Handle NETCONSOLE and SPL enabled by Jason Kridner · 7 years ago
  35. da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
  36. 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  37. 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
  38. 4c7a6e0 net: Use packed structures for networking by Denis Pynkin · 7 years ago
  39. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  40. 4493327 net: cosmetic: Define ethernet name length by oliver@schinagl.nl · 8 years ago
  41. 0522360 net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
  42. 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
  43. 095b761 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
  44. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  45. 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
  46. d93400a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 9 years ago
  47. 96c1904 net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
  48. 1e9df6b net: export eth_setenv_enetaddr_by_index() to net.h by Roger Quadros · 9 years ago
  49. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  50. 4384ea4 include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
  51. cff6536 include: net: Simplify the usage of __always_inline by Fabio Estevam · 9 years ago
  52. ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
  53. 1bcee66 net: change the env name to use const by Josh Wu · 9 years ago
  54. 8de9d12 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
  55. e32125a update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
  56. c91b2b7 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  57. dc6eda3 dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  58. dbad346 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 10 years ago
  59. 4c00eeb net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 10 years ago
  60. bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 10 years ago
  61. c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
  62. 7581157 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 10 years ago
  63. 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
  64. d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
  65. f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
  66. 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
  67. 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  68. a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
  69. 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
  70. 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
  71. 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
  72. 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
  73. a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 10 years ago
  74. f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
  75. 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
  76. 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago
  77. f77abc5 net: Clean up network stack names used in DM drivers by Joe Hershberger · 10 years ago
  78. c7eceaf dm: eth: Add basic driver model support to Ethernet stack by Joe Hershberger · 10 years ago
  79. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  80. aca1c31 net: Use int instead of u8 for boolean flag by Joe Hershberger · 10 years ago
  81. e1e8a8c net: Refactor in preparation for driver model by Joe Hershberger · 10 years ago
  82. b79dda3 net: Remove unneeded "extern" in net.h by Joe Hershberger · 10 years ago
  83. 11cd5a0 net: Provide a function to get the current MAC address by Joe Hershberger · 10 years ago
  84. b1a5e1f net: Add ethernet FCS length macro in net.h by Bin Meng · 10 years ago
  85. dfcdcee net: Use new checksum functions by Simon Glass · 10 years ago
  86. 0015391 net: Add a separate file for IP checksumming by Simon Glass · 10 years ago
  87. 66106f9 net: Declare physical address as phys_addr_t unsigned type by Michal Simek · 10 years ago
  88. db06592 SPDX License cleanup for LiMon imported files by Wolfgang Denk · 10 years ago
  89. 0b16e65 net: rename and refactor eth_rand_ethaddr() function by Masahiro Yamada · 11 years ago
  90. 5c47357 net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  91. 9a1ad00 net.h: don't use the reserved name __unused by Jeroen Hofstee · 11 years ago
  92. 6025cd2 net: make IPaddr type big endian by Kim Phillips · 12 years ago
  93. d1892ac net: Add prototype for update_tftp by Simon Glass · 12 years ago
  94. 40c2c03 net/: sparse fixes by Kim Phillips · 12 years ago
  95. 58cd218 net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  96. 9f37406 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  97. 59d103a net: add helper to generate random mac address by Michael Walle · 12 years ago
  98. 05a377b net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 13 years ago
  99. b35a3a6 net: Add link-local addressing support by Joe Hershberger · 13 years ago
  100. de8205a net: Don't copy every packet that waits for an ARP by Joe Hershberger · 13 years ago