index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-05-05
net: dhcp6: Add DHCPv6 (DHCP for IPv6)
Sean Edmond
2023-05-05
net: add NFSv1 support
Thomas RIENOESSL
2023-05-05
nfs: handle rpc errors for mount calls
Thomas RIENOESSL
2023-05-05
nfs: factor out generic reply error handling
Thomas RIENOESSL
2023-05-05
nfs: convert supported_nfs_versions bitfield to an enum
Thomas RIENOESSL
2023-04-07
net: phy: Only call phy_init() on systems needing manual relocation
Marek Vasut
2023-03-30
net: Pull board_interface_eth_init() into common code
Marek Vasut
2023-03-02
Correct SPL uses of PHY_FIXED
Simon Glass
2023-02-10
Correct SPL use of NETDEVICES
Simon Glass
2023-02-09
Correct SPL uses of FASTBOOT_FLASH
Simon Glass
2023-02-02
net: ipv6: Fixed IPv6 string to address conversion off-by-one error
Ehsan Mohandesi
2023-02-02
net: ipv6: Fix IPv6 netmask parsing
Sean Edmond
2023-02-02
net: tftp: Fix for DATA ACK for block count out of order
Sean Edmond
2023-02-02
net: dsa: allow rcv() and xmit() to be optional
Tim Harvey
2023-02-02
net: dsa: ensure dsa driver has proper ops
Tim Harvey
2023-02-02
net: dsa: move cpu port probe to dsa_post_probe
Tim Harvey
2023-02-02
net: mdio-uclass: scan for dm mdio children on post-bind
Tim Harvey
2023-01-23
bootstd: Add a new pre-scan priority for bootdevs
Simon Glass
2023-01-23
bootstd: Rename bootdev checkers
Simon Glass
2023-01-23
bootstd: Add a hunter for ethernet
Simon Glass
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
2023-01-23
sandbox: Allow ethernet to be disabled at runtime
Simon Glass
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
2023-01-11
fastboot: remove #ifdef CONFIG when it is possible
Patrick Delaunay
2023-01-09
Merge branch 'next'
Tom Rini
2022-12-29
net: wget: fix implicit declaration
Michael Walle
2022-12-22
net: don't memcpy to NULL
Heinrich Schuchardt
2022-12-22
net: ipv6: Add missing break into IPv6 protocol handler
Viacheslav Mitrofanov
2022-12-22
Convert CONFIG_HOSTNAME et al to Kconfig
Tom Rini
2022-12-07
net: Remove eth_legacy.c
Tom Rini
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-12-05
net: ipv6: Add implementation of main IPv6 functions
Viacheslav Mitrofanov
2022-12-05
net: ipv6: Add ip6addr, gatewayip6, serverip6 variables callbacks
Viacheslav Mitrofanov
2022-12-05
net: ipv6: Add Neighbor Discovery Protocol (NDP)
Viacheslav Mitrofanov
2022-12-05
net: ipv6: Add IPv6 build options
Viacheslav Mitrofanov
2022-12-05
net: ipv6: Add IPv6 basic primitives
Viacheslav Mitrofanov
2022-12-02
net: CONFIG_NET_DEVICES in dhcp_handler()
Heinrich Schuchardt
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: tftp: sanitize tftp block size, especially for TX
Rasmus Villemoes
2022-11-28
net: tftp: use IS_ENABLED(CONFIG_NET_TFTP_VARS) instead of #if
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-11-06
efi_loader: Let networking support depend on NETDEVICES
Jan Kiszka
2022-10-21
cmd: Add ncsi command
Samuel Mendoza-Jonas
[next]