summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-07-06Merge remote-tracking branch 'origin/imx_v2022.04' into lf_v2022.04BJ DevOps Team
2022-07-06net: Check for the minimum IP fragmented datagram sizeFabio Estevam
2022-04-20Merge remote-tracking branch 'origin/imx_v2022.04' into lf_v2022.04BJ DevOps Team
2022-04-18MA-16457-2 support reboot-fastboot command in u-bootHaoran.Wang
2022-04-14dm: mdio: add dm_eth_phy_connect_index()Ioana Ciornei
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass
2022-01-21Convert CONFIG_BOOTP_SERVERIP to KconfigSimon Glass
2022-01-21Convert CONFIG_TIMESTAMP to KconfigSimon Glass
2022-01-21Convert CONFIG_UDP_CHECKSUM to KconfigSimon Glass
2022-01-21Convert CONFIG_KEEP_SERVERADDR to KconfigSimon Glass
2022-01-20Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2022-01-15net: fastboot: make UDP port net: configurableChristian Gmeiner
2022-01-15net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean
2022-01-11net: uclass: Save generated ethernet MAC addresses to the environmentMichal Simek
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng
2021-11-23net: bootp: Correct VCI string transmissionWalter Stoll
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-09-28net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean
2021-09-28net: mdio-uclass: rewrite dm_mdio_post_probe using strlcpyVladimir Oltean
2021-09-28net: dsa: remove unused variablesVladimir Oltean
2021-09-28net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean
2021-09-28net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean
2021-09-28net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean
2021-09-17Remove #include <timestamp.h> from files which do not need itPali Rohár
2021-09-04net: Move network rules to drivers/netSimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-22net: define LOG_CATEGORYPatrick Delaunay
2021-07-10net: dsa: enable master promisc mode if available and neededTim Harvey
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini
2021-06-18net: use the same alias stem for ethernet as linuxMichael Walle
2021-06-18net: use a more deterministic approach to get the active ethernet deviceMichael Walle
2021-06-08net: convert TFTP_TSIZE to proper Kconfig optionTero Kristo
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean
2021-04-15dm: mdio: Use ofnode_phy_is_fixed_link() APIBin Meng
2021-03-05net: dsa: remove master santiy checkMichael Walle
2021-03-05net: dsa: remove NULL check for priv and platform dataMichael Walle
2021-03-05net: dsa: probe master deviceMichael Walle
2021-03-05net: dsa: return early if there is no masterMichael Walle
2021-02-21mdio-uclass.c: support fixed-link subnodesRasmus Villemoes
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass
2021-01-27net: fix ping in netconsoleYang Liu