- 64abd78 net: split net into net{,-common,-legacy,-lwip} by Jerome Forissier · 6 weeks ago
- 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · 7 weeks ago
- 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- 1165ba0 tftp: implement support for LED activity by Christian Marangi · 8 weeks ago
- 4474bab net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT) by Jerome Forissier · 3 months ago
- 92188e1 net: Remove duplicate newlines by Marek Vasut · 5 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 7235660 net: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- dcdc9fa net: Add option for tracing packets by Sean Anderson · 1 year, 2 months ago
- 8a6557d net: Fix compiling SPL when fastboot is enabled by Sean Anderson · 1 year, 1 month ago
- f24db5c net: Fix the displayed value of bytes transferred by Siddharth Vadapalli · 1 year, 4 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
- 66014cc sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 10 months ago
- a121817 net: ipv6: Add missing break into IPv6 protocol handler by Viacheslav Mitrofanov · 2 years ago
- e03c8aa net: ping6: Add ping6 command by Viacheslav Mitrofanov · 2 years ago
- 12b95ae net: tftp: Add IPv6 support for tftpboot by Viacheslav Mitrofanov · 2 years ago
- da01910 net: ipv6: Incorporate IPv6 support into u-boot net subsystem 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
- 366587d net: deal with fragment-overlapping-two-holes case by Rasmus Villemoes · 2 years, 1 month ago
- 932d484 net: fix ip_len in reassembled IP datagram by Rasmus Villemoes · 2 years, 1 month ago
- 547e7e6 net: (actually/better) deal with CVE-2022-{30790,30552} by Rasmus Villemoes · 2 years, 1 month ago
- 0007cba net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr) by Rasmus Villemoes · 2 years, 1 month ago
- 9ac2c5c net: improve check for no IP options by Rasmus Villemoes · 2 years, 1 month ago
- feebd6c cmd: Add ncsi command by Samuel Mendoza-Jonas · 2 years, 4 months ago
- c8f4ab0 net: NC-SI setup and handling by Samuel Mendoza-Jonas · 2 years, 4 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- a0aaa32 net: Check for the minimum IP fragmented datagram size by Fabio Estevam · 2 years, 6 months ago
- c1fad50 Allow colon in PXE bootfile URLs by Lyle Franklin · 2 years, 8 months ago
- 297fc20 net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP by Simon Glass · 3 years ago
- e0eb4ef Convert CONFIG_UDP_CHECKSUM to Kconfig by Simon Glass · 3 years ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 7c78e2f net: fix ping in netconsole by Yang Liu · 4 years ago
- 35e8298 net: Expose some errors generated in net_init by Sean Anderson · 4 years, 3 months ago
- 2829d99 sntp: use udp framework by Philippe Reynes · 4 years, 2 months ago
- 6ec70bc net: add a generic udp protocol by Philippe Reynes · 4 years, 2 months ago
- b9df7d9 net: ping: reset stored IP address by Marek Szyprowski · 4 years, 6 months ago
- 235361a net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
- d924938 net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 9 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
- a94b3ac net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · 4 years, 10 months ago
- 85f1378 common: Move the image globals into image.h by Simon Glass · 5 years ago
- 892265d image: Rename load_addr, save_addr, save_size by Simon Glass · 5 years ago
- 16ffe47 net: avoid address-of-packed-member error by Heinrich Schuchardt · 5 years ago
- 5725630 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · 5 years ago
- 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
- d662cdb Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
- c580b29 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
- ac598c1 net: introduce packet capture support by Ramon Fried · 5 years ago
- 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- d416b4b env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
- 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
- a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
- 2dee419 net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 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
- 9cb7b02 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
- 2e13527 net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
- e20cadd net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
- 40aa208 net: Re-check prerequisites when autoloading 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
- 4b58b05 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
- d5aa57c net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 7 years ago
- 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- fb7c94c net: Fix netretry condition by Leonid Iziumtsev · 7 years ago
- da1a134 env: Rename some other getenv()-related functions by Simon Glass · 7 years ago
- 22c34c2 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() by Simon Glass · 7 years ago
- 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
- 4d949a2 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
- ae85c07 net: Fix compile failure in net.c by Holger Dengler · 7 years ago
- 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
- 9d39030 net: Stop including NFS overhead in defragment max by Joe Hershberger · 8 years ago
- 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
- d6978a4 net: Fix delay in net_retry test by Joe Hershberger · 9 years ago
- a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
- ae80c2e net: Increase the size of the net_boot_file_name buffer by Jacob Stiffler · 9 years ago
- cc97ead net/arp: account for ARP delay, avoid duplicate packets on timeout by Stefan Brüns · 9 years ago
- 2118592 net: tftp: Move tftp.h file from ./net to ./include/net by Lukasz Majewski · 9 years ago
- afd3160 net: Return -EINTR when ctrl+c is pressed by Michal Simek · 9 years ago
- 875b6bf net: Use env callbacks for net variables by Joe Hershberger · 10 years ago
- c80b41b0 net: cosmetic: Fix checkpatch.pl failures in net.c 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
- 4af0b77 net: cosmetic: Clean up SNTP variables and functions by Joe Hershberger · 10 years ago
- 8e805bb net: cosmetic: Clean up RARP variables and functions by Joe Hershberger · 10 years ago
- 40d7ca9 net: cosmetic: Clean up NFS variables and functions by Joe Hershberger · 10 years ago
- 2fe81a5 net: cosmetic: Clean up DHCP variables and functions by Joe Hershberger · 10 years ago
- 85ae776 net: cosmetic: Clean up ARP variables and functions by Joe Hershberger · 10 years ago
- 6470159 net: cosmetic: Clean up TFTP 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