summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass2022-01-212-14/+15
* Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass2022-01-211-0/+7
* Convert CONFIG_TIMESTAMP to KconfigSimon Glass2022-01-211-0/+1
* Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass2022-01-212-3/+8
* Convert CONFIG_KEEP_SERVERADDR to KconfigSimon Glass2022-01-212-3/+11
* Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-202-2/+2
|\
| * doc: replace @return by Return:Heinrich Schuchardt2022-01-192-2/+2
* | Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2022-01-193-4/+9
|\ \ | |/ |/|
| * net: uclass: Save generated ethernet MAC addresses to the environmentMichal Simek2022-01-113-4/+9
* | net: fastboot: make UDP port net: configurableChristian Gmeiner2022-01-151-4/+1
* | net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean2022-01-151-0/+11
* | net: dsa: Use true instead of 1 in the set_promisc() callBin Meng2021-11-231-1/+1
* | net: bootp: Correct VCI string transmissionWalter Stoll2021-11-231-1/+1
* | net: dsa: allow drivers to get the port OF nodeVladimir Oltean2021-11-231-0/+20
|/
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-292-41/+43
|\
| * net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean2021-09-281-2/+2
| * net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpyVladimir Oltean2021-09-281-1/+1
| * net: dsa: remove unused variablesVladimir Oltean2021-09-281-13/+1
| * net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean2021-09-281-1/+1
| * net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean2021-09-281-0/+8
| * net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean2021-09-281-22/+28
| * net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean2021-09-281-4/+4
* | Remove #include <timestamp.h> from files which do not need itPali Rohár2021-09-171-3/+0
* | net: Move network rules to drivers/netWIP/2021-09-04-makefile-cleanups-part-bSimon Glass2021-09-041-0/+2
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
|/
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-025-13/+10
* net: define LOG_CATEGORYPatrick Delaunay2021-07-221-0/+2
* net: dsa: enable master promisc mode if available and neededTim Harvey2021-07-101-1/+8
* Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-281-7/+14
|\
| * net: use the same alias stem for ethernet as linuxMichael Walle2021-06-181-2/+2
| * net: use a more deterministic approach to get the active ethernet deviceMichael Walle2021-06-181-5/+12
* | net: convert TFTP_TSIZE to proper Kconfig optionTero Kristo2021-06-081-0/+11
|/
* net: phy: fixed: Be compatible with live OF treeVladimir Oltean2021-04-151-2/+4
* dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng2021-04-151-1/+2
* net: dsa: remove master santiy checkMichael Walle2021-03-051-21/+4
* net: dsa: remove NULL check for priv and platform dataMichael Walle2021-03-051-14/+7
* net: dsa: probe master deviceMichael Walle2021-03-051-0/+9
* net: dsa: return early if there is no masterMichael Walle2021-03-051-4/+4
* mdio-uclass.c: support fixed-link subnodesRasmus Villemoes2021-02-211-0/+7
* net: tftp: Avoid sending extra ack on completionRamon Fried2021-02-181-5/+6
* net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-162-0/+479
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-023-0/+3
* net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass2021-01-271-1/+1
* net: fix ping in netconsoleYang Liu2021-01-271-1/+1
* Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini2021-01-191-2/+2
* net: eth-uclass: Change uclass driver name to ethernetWIP/2021-01-19-networking-improvementsDavid Wu2021-01-191-2/+2
* net: Use NDRNG device in srand_mac()Matthias Brugger2021-01-191-1/+18
* net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz2021-01-191-1/+1
* net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen2021-01-191-1/+3