index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
net.c
Age
Commit message (
Expand
)
Author
2026-02-06
net: Stop conflating return value with file size in net_loop()
Yuya Hamamachi
2026-01-15
net: Move some variables to net-common files
Andrew Goodbody
2026-01-15
net: move net_state to net-common
Andrew Goodbody
2025-12-05
net: remove unreachable legacy LED code
Quentin Schulz
2025-08-18
net: introduce CONFIG_DNS
Jerome Forissier
2025-08-18
net: add missing SPDX-License-Identifier for files originating from LiMon
Max Merchel
2025-04-08
use proper fallthrough annotations
Andre Przywara
2024-12-28
net/net: fix include ordering
Mikhail Kshevetskiy
2024-12-28
net/tcp: improve tcp framework, use better state machine
Mikhail Kshevetskiy
2024-12-28
net/tcp: add connection info to tcp_stream structure
Mikhail Kshevetskiy
2024-12-28
net/tcp: put connection specific data into a tcp_stream structure
Mikhail Kshevetskiy
2024-11-18
net: net_utils: Move ip_to_string to lib/net_utils.c
Adriano Cordova
2024-10-16
net: split net into net{,-common,-legacy,-lwip}
Jerome Forissier
2024-10-11
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
Tom Rini
2024-10-11
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-10-10
tftp: implement support for LED activity
Christian Marangi
2024-09-10
net: guard call to tftp_start() with IS_ENABLED(CONFIG_CMD_TFTPBOOT)
Jerome Forissier
2024-07-15
net: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
net: Remove <common.h> and add needed includes
Tom Rini
2023-11-05
net: Add option for tracing packets
Sean Anderson
2023-10-17
net: Fix compiling SPL when fastboot is enabled
Sean Anderson
2023-08-22
net: Fix the displayed value of bytes transferred
Siddharth Vadapalli
2023-05-05
net: ipv6: Add support for default gateway discovery.
Ehsan Mohandesi
2023-05-05
net: add fastboot TCP support
Dmitrii Merkurev
2023-05-05
net: dhcp6: Add DHCPv6 (DHCP for IPv6)
Sean Edmond
2023-01-23
sandbox: Allow ethernet to be disabled at runtime
Simon Glass
2022-12-22
net: ipv6: Add missing break into IPv6 protocol handler
Viacheslav Mitrofanov
2022-12-05
net: ping6: Add ping6 command
Viacheslav Mitrofanov
2022-12-05
net: tftp: Add IPv6 support for tftpboot
Viacheslav Mitrofanov
2022-12-05
net: ipv6: Incorporate IPv6 support into u-boot net subsystem
Viacheslav Mitrofanov
2022-11-28
net: Add wget application
Ying-Chun Liu (PaulLiu)
2022-11-28
net: Add TCP protocol
Ying-Chun Liu (PaulLiu)
2022-11-28
net: deal with fragment-overlapping-two-holes case
Rasmus Villemoes
2022-11-28
net: fix ip_len in reassembled IP datagram
Rasmus Villemoes
2022-11-28
net: (actually/better) deal with CVE-2022-{30790,30552}
Rasmus Villemoes
2022-11-28
net: compare received length to sizeof(ip_hdr), not sizeof(ip_udp_hdr)
Rasmus Villemoes
2022-11-28
net: improve check for no IP options
Rasmus Villemoes
2022-10-21
cmd: Add ncsi command
Samuel Mendoza-Jonas
2022-10-21
net: NC-SI setup and handling
Samuel Mendoza-Jonas
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-06-03
net: Check for the minimum IP fragmented datagram size
Fabio Estevam
2022-04-22
Allow colon in PXE bootfile URLs
Lyle Franklin
2022-01-21
net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP
Simon Glass
2022-01-21
Convert CONFIG_UDP_CHECKSUM to Kconfig
Simon Glass
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-01-27
net: fix ping in netconsole
Yang Liu
2020-10-10
net: Expose some errors generated in net_init
Sean Anderson
2020-09-30
sntp: use udp framework
Philippe Reynes
[next]