summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/netSimon 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 headerSimon 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 ethernetDavid 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
* sntp: use udp frameworkPhilippe Reynes2020-09-303-89/+28
* net: add a generic udp protocolPhilippe Reynes2020-09-304-1/+65
* net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt2020-09-302-5/+5
* net: tftp: Fix load_block offset calculationLey Foon Tan2020-09-301-1/+2
* net: tftp: Fix store_block offset calculationLey Foon Tan2020-09-301-2/+3
* net: tftp: Fix tftp_prev_block counter updateLey Foon Tan2020-09-301-0/+1
* net: mdio: Fix not calling dev_dbg with a deviceSean Anderson2020-09-301-2/+2