summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin2021-01-191-0/+3
* net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer2021-01-191-4/+10
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-3/+6
* dm: core: Access device ofnode through functionsSimon Glass2021-01-052-5/+5
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-11/+11
* dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass2020-12-181-1/+1
* net: Update to use new sequence numbersSimon Glass2020-12-181-5/+2
* dm: Avoid accessing seq directlySimon Glass2020-12-181-9/+10
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-8/+8
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-133-5/+5
* net: sntp: remove CONFIG_TIMESTAMP constraintHeinrich Schuchardt2020-12-011-8/+2
* Adds basic support for ProxyDHCPLyle Franklin2020-12-012-5/+36
* net: add a define for the number of packets received as batchPatrick Wildt2020-10-191-1/+1
* net: Expose some errors generated in net_initSean Anderson2020-10-102-4/+14