summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: tftp: fix tftp server initializationArjan Minzinga Zijlstra2022-04-121-0/+2
* treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún2022-04-101-2/+2
* net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-17/+1
* treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2022-04-102-27/+8
* net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún2022-04-101-0/+31
* net: introduce helpers to get PHY ofnode from MACMarek Behún2022-04-101-18/+6
* net: mdio-uclass: use ARRAY_SIZE()Marek Behún2022-04-101-6/+5
* net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún2022-04-101-5/+6
* Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini2022-03-251-0/+9
* Convert CONFIG_TFTP_PORT to KconfigTom Rini2022-03-251-0/+18
* Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini2022-03-251-0/+7
* Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini2022-03-181-7/+2
* Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini2022-03-185-28/+13
* Convert CONFIG_ARP_TIMEOUT to KconfigTom Rini2022-03-182-9/+5
* net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini2022-03-031-3/+0
* 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