- 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 5 weeks ago
- 209ae76 include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- 4fdfc84 include: Remove duplicate newlines by Marek Vasut · 4 months ago
- e501ce1 cmd: efidebug: add uri device path by Masahisa Kojima · 1 year ago
- 6721d18 net: wget: add wget with dns utility function by Masahisa Kojima · 1 year ago
- dcdc9fa net: Add option for tracing packets by Sean Anderson · 1 year, 2 months ago
- 7a9fdec cmd: net: add a 'net stats' command to dump network statistics by Ioana Ciornei · 1 year, 6 months ago
- a0d6d27 net: ipv6: Add support for default gateway discovery. by Ehsan Mohandesi · 1 year, 7 months ago
- 308252d net: add fastboot TCP support by Dmitrii Merkurev · 1 year, 8 months ago
- e8c4383 net: dhcp6: Add DHCPv6 (DHCP for IPv6) by Sean Edmond · 1 year, 8 months ago
- 31ef394 net: Add a function to run dhcp by Simon Glass · 1 year, 10 months ago
- b490f5f sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 10 months ago
- 68fc04c net: Remove eth_legacy.c by Tom Rini · 2 years ago
- e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
- cc96a1d net: Add wget application by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
- 41efed1 net: Add TCP protocol by Ying-Chun Liu (PaulLiu) · 2 years, 1 month ago
- c8f4ab0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 4 months ago
- e9926e5 net: bootp: Make root path (option 17) length configurable by Andre Kalb · 2 years, 10 months ago
- a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 6 months ago
- f9d5e83 Convert CONFIG_SYS_RX_ETH_BUFFER to Kconfig by Tom Rini · 2 years, 8 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- ea6b6bb net: add set_promisc function to enable/disable Promiscuous mode by Tim Harvey · 3 years, 5 months ago
- c0566c2 net: Introduce DSA class for Ethernet switches by Claudiu Manoil · 3 years, 10 months ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- d47430a net: add a define for the number of packets received as batch by Patrick Wildt · 4 years, 2 months ago
- 35e8298 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 2 months ago
- 6ec70bc net: add a generic udp protocol by Philippe Reynes · 4 years, 2 months ago
- 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
- ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 1e26864 arm: Don't include common.h in header files by Simon Glass · 4 years, 7 months ago
- 2325c44 phy: Add support for the NC-SI protocol by Samuel Mendoza-Jonas · 5 years ago
- 0c36441 common: Move reset_phy() to net.h by Simon Glass · 5 years ago
- 6e51ee1 common: Move do_tftpb() to net.h by Simon Glass · 5 years ago
- 9c71be9 net: Improve documentation for string_to_ip() by Joe Hershberger · 5 years ago
- 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
- 15595db common: Move env_get_ip() to net.h by Simon Glass · 5 years ago
- ecd1f81 common: Move random-number functions into their own header by Simon Glass · 5 years ago
- eff9c90 net: make net_random_ethaddr() more random by Michael Walle · 5 years ago
- d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
- 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
- f620e61 net: unaligned copying of unsigned long by Heinrich Schuchardt · 5 years ago
- 69dace3 net: Add priv_pdata to eth_pdata by Faiz Abbas · 6 years ago
- a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
- bbe1857 net: move ether_crc to tsec driver by Chris Packham · 6 years ago
- f1447c9 net: Consolidate UDP header functions by Duncan Hare · 6 years ago
- e79a518 net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
- 5641f67 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
- 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
- b08a033 net: Increase ethernet name string size to 20 chars by Pankaj Bansal · 6 years ago
- 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
- f559f1c net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
- f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
- 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
- d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
- 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · 7 years ago
- 5c218d2 Handle NETCONSOLE and SPL enabled by Jason Kridner · 7 years ago
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
- 399a9ce env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
- 8551d55 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() by Simon Glass · 7 years ago
- 4c7a6e0 net: Use packed structures for networking by Denis Pynkin · 7 years ago
- 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
- 4493327 net: cosmetic: Define ethernet name length by oliver@schinagl.nl · 8 years ago
- 0522360 net: cosmetic: Make the MAC address string less magical by oliver@schinagl.nl · 8 years ago
- 496904b net: cosmetic: Do not use magic values for ARP_HLEN by oliver@schinagl.nl · 8 years ago
- 095b761 drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model by Mugunthan V N · 8 years ago
- 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
- 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
- d93400a net: increase maximum frame size to accomediate VLAN packets by Stefan Agner · 9 years ago
- 96c1904 net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375 by Stefan Roese · 9 years ago
- 1e9df6b net: export eth_setenv_enetaddr_by_index() to net.h by Roger Quadros · 9 years ago
- da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
- 4384ea4 include/net.h: add max_speed member in struct eth_pdata by Alexey Brodkin · 9 years ago
- cff6536 include: net: Simplify the usage of __always_inline by Fabio Estevam · 9 years ago
- ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
- 1bcee66 net: change the env name to use const by Josh Wu · 9 years ago
- 8de9d12 net: expose eth_is_active() function to test network device state by Bernhard Nortmann · 9 years ago
- e32125a update: tftp: dfu: Extend update_tftp() function to support DFU by Lukasz Majewski · 9 years ago
- c91b2b7 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
- dc6eda3 dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
- dbad346 dm: net: Adjust PHY interface to work with CONFIG_DM_ETH by Simon Glass · 10 years ago
- 4c00eeb net: Convert protocol structures to use explicit sizes by Sergey Temerkhanov · 10 years ago
- bf5ad64 net: Fix incorrect DHCP/BOOTP packets on 64-bit systems by Sergey Temerkhanov · 10 years ago
- c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c by Joe Hershberger · 10 years ago
- 7581157 net: cosmetic: Fix checkpatch.pl failures in net.h by Joe Hershberger · 10 years ago
- 013d387 net: cosmetic: Clean up cmd_net variables and functions by Joe Hershberger · 10 years ago
- d02aa6b net: cosmetic: Clean up netconsole variables and functions by Joe Hershberger · 10 years ago
- f725e34 net: cosmetic: Clean up DNS variables and functions by Joe Hershberger · 10 years ago
- 527336f net: cosmetic: Clean up CDP variables and functions by Joe Hershberger · 10 years ago
- 9f09a36 net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
- a8ca4f6 net: cosmetic: Cleanup internal packet buffer names by Joe Hershberger · 10 years ago
- 8ecdbed net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 10 years ago
- 6d23643 net: cosmetic: Fixup var names for DHCP strings by Joe Hershberger · 10 years ago
- 290c899 net: cosmetic: Fixup var names related to boot file by Joe Hershberger · 10 years ago
- 5874dec net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 10 years ago
- a892dc1 dm: eth: Provide a way for drivers to manage packet buffers by Joe Hershberger · 10 years ago
- f4dc96a net: Improve error handling by Joe Hershberger · 10 years ago
- 279d2f6 dm: eth: Add support for aliases by Joe Hershberger · 10 years ago
- 8207c54 dm: eth: Pass the packet pointer as a parameter to recv by Joe Hershberger · 10 years ago