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
2022-01-21
net: Drop #ifdefs with CONFIG_BOOTP_SERVERIP
Simon Glass
2022-01-21
Convert CONFIG_BOOTP_SERVERIP to Kconfig
Simon Glass
2022-01-21
Convert CONFIG_TIMESTAMP to Kconfig
Simon Glass
2022-01-21
Convert CONFIG_UDP_CHECKSUM to Kconfig
Simon Glass
2022-01-21
Convert CONFIG_KEEP_SERVERADDR to Kconfig
Simon Glass
2022-01-20
Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-19
Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
2022-01-15
net: fastboot: make UDP port net: configurable
Christian Gmeiner
2022-01-15
net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHY
Vladimir Oltean
2022-01-11
net: uclass: Save generated ethernet MAC addresses to the environment
Michal Simek
2021-11-23
net: dsa: Use true instead of 1 in the set_promisc() call
Bin Meng
2021-11-23
net: bootp: Correct VCI string transmission
Walter Stoll
2021-11-23
net: dsa: allow drivers to get the port OF node
Vladimir Oltean
2021-09-30
WS cleanup: remove trailing empty lines
Wolfgang Denk
2021-09-29
Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
2021-09-28
net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...
Vladimir Oltean
2021-09-28
net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpy
Vladimir Oltean
2021-09-28
net: dsa: remove unused variables
Vladimir Oltean
2021-09-28
net: dsa: pass CPU port fixed PHY to .port_disable
Vladimir Oltean
2021-09-28
net: dsa: introduce a .port_probe() method in struct dsa_ops
Vladimir Oltean
2021-09-28
net: dsa: refactor the code to set the port MAC address into a dedicated func...
Vladimir Oltean
2021-09-28
net: dsa: use "err" instead of "ret" in dsa_port_probe
Vladimir Oltean
2021-09-17
Remove #include <timestamp.h> from files which do not need it
Pali Rohár
2021-09-04
net: Move network rules to drivers/net
Simon Glass
2021-08-31
Kconfig: Remove all default n/no options
Michal Simek
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-07-22
net: define LOG_CATEGORY
Patrick Delaunay
2021-07-10
net: dsa: enable master promisc mode if available and needed
Tim Harvey
2021-06-28
Merge tag 'v2021.07-rc5' into next
Tom Rini
2021-06-18
net: use the same alias stem for ethernet as linux
Michael Walle
2021-06-18
net: use a more deterministic approach to get the active ethernet device
Michael Walle
2021-06-08
net: convert TFTP_TSIZE to proper Kconfig option
Tero Kristo
2021-04-15
net: phy: fixed: Be compatible with live OF tree
Vladimir Oltean
2021-04-15
dm: mdio: Use ofnode_phy_is_fixed_link() API
Bin Meng
2021-03-05
net: dsa: remove master santiy check
Michael Walle
2021-03-05
net: dsa: remove NULL check for priv and platform data
Michael Walle
2021-03-05
net: dsa: probe master device
Michael Walle
2021-03-05
net: dsa: return early if there is no master
Michael Walle
2021-02-21
mdio-uclass.c: support fixed-link subnodes
Rasmus Villemoes
2021-02-18
net: tftp: Avoid sending extra ack on completion
Ramon Fried
2021-02-16
net: Introduce DSA class for Ethernet switches
Claudiu Manoil
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-27
net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()
Simon Glass
2021-01-27
net: fix ping in netconsole
Yang Liu
2021-01-19
Revert "net: eth-uclass: Change uclass driver name to ethernet"
Tom Rini
2021-01-19
net: eth-uclass: Change uclass driver name to ethernet
David Wu
2021-01-19
net: Use NDRNG device in srand_mac()
Matthias Brugger
2021-01-19
net: eth_legacy - fix build CMD_PCAP
Jorge Ramirez-Ortiz
2021-01-19
net: tftp: Fix incorrect tftp_next_ack on no OACK
Harm Berntsen
[next]