summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-12net: tftp: fix tftp server initializationArjan Minzinga Zijlstra1-0/+2
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún1-2/+2
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-17/+1
2022-04-10treewide: use dm_mdio_read/write/reset() wrappersMarek Behún2-27/+8
2022-04-10net: mdio-uclass: add wrappers for read/write/reset operationsMarek Behún1-0/+31
2022-04-10net: introduce helpers to get PHY ofnode from MACMarek Behún1-18/+6
2022-04-10net: mdio-uclass: use ARRAY_SIZE()Marek Behún1-6/+5
2022-04-10net: mdio-uclass: fix type for phy_mode_str and phy_handle_strMarek Behún1-5/+6
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini1-0/+9
2022-03-25Convert CONFIG_TFTP_PORT to KconfigTom Rini1-0/+18
2022-03-25Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini1-0/+7
2022-03-18Convert CONFIG_NFS_TIMEOUT to KconfigTom Rini1-7/+2
2022-03-18Convert CONFIG_NET_RETRY_COUNT to KconfigTom Rini5-28/+13
2022-03-18Convert CONFIG_ARP_TIMEOUT to KconfigTom Rini2-9/+5
2022-03-04net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAYTom Rini1-3/+0
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass2-14/+15
2022-01-21Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass1-0/+7
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass1-0/+1
2022-01-21Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass2-3/+8
2022-01-21Convert CONFIG_KEEP_SERVERADDR to KconfigSimon Glass2-3/+11
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt2-2/+2
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini3-4/+9
2022-01-15net: fastboot: make UDP port net: configurableChristian Gmeiner1-4/+1
2022-01-15net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean1-0/+11
2022-01-11net: uclass: Save generated ethernet MAC addresses to the environmentMichal Simek3-4/+9
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng1-1/+1
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll1-1/+1
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean1-0/+20
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-41/+43
2021-09-28net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean1-2/+2
2021-09-28net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpyVladimir Oltean1-1/+1
2021-09-28net: dsa: remove unused variablesVladimir Oltean1-13/+1
2021-09-28net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean1-1/+1
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean1-0/+8
2021-09-28net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean1-22/+28
2021-09-28net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean1-4/+4
2021-09-17Remove #include <timestamp.h> from files which do not need itPali Rohár1-3/+0
2021-09-04net: Move network rules to drivers/netSimon Glass1-0/+2
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass5-13/+10
2021-07-22net: define LOG_CATEGORYPatrick Delaunay1-0/+2
2021-07-10net: dsa: enable master promisc mode if available and neededTim Harvey1-1/+8
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini1-7/+14
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle1-2/+2
2021-06-18net: use a more deterministic approach to get the active ethernet deviceMichael Walle1-5/+12
2021-06-09net: convert TFTP_TSIZE to proper Kconfig optionTero Kristo1-0/+11
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean1-2/+4
2021-04-15dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng1-1/+2