summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-05net: dsa: remove master santiy checkMichael Walle1-21/+4
2021-03-05net: dsa: remove NULL check for priv and platform dataMichael Walle1-14/+7
2021-03-05net: dsa: probe master deviceMichael Walle1-0/+9
2021-03-05net: dsa: return early if there is no masterMichael Walle1-4/+4
2021-02-22mdio-uclass.c: support fixed-link subnodesRasmus Villemoes1-0/+7
2021-02-18net: tftp: Avoid sending extra ack on completionRamon Fried1-5/+6
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil2-0/+479
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-28net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass1-1/+1
2021-01-27net: fix ping in netconsoleYang Liu1-1/+1
2021-01-19Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini1-2/+2
2021-01-19net: eth-uclass: Change uclass driver name to ethernetDavid Wu1-2/+2
2021-01-19net: Use NDRNG device in srand_mac()Matthias Brugger1-1/+18
2021-01-19net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz1-1/+1
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen1-1/+3
2021-01-19net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin1-0/+3
2021-01-19net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer1-4/+10
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-3/+6
2021-01-05dm: core: Access device ofnode through functionsSimon Glass2-5/+5
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-11/+11
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass1-1/+1
2020-12-19net: Update to use new sequence numbersSimon Glass1-5/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-9/+10
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-8/+8
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass3-5/+5
2020-12-01net: sntp: remove CONFIG_TIMESTAMP constraintHeinrich Schuchardt1-8/+2
2020-12-01Adds basic support for ProxyDHCPLyle Franklin2-5/+36
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt1-1/+1
2020-10-10net: Expose some errors generated in net_initSean Anderson2-4/+14