summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2020-09-011-0/+2
* net: ping: reset stored IP addressMarek Szyprowski2020-08-041-0/+4
* net: tftp: Add client support for RFC 7440Ramon Fried2020-08-042-7/+81
* net: Drop dm.h header file from phy.hSimon Glass2020-08-031-0/+1
* Convert CONFIG_BOOTP_SEND_HOSTNAME to KconfigAdam Ford2020-07-281-0/+10
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-3/+3
* net: dm: Remove warning about EEPROM provided MAC addressAndre Przywara2020-07-071-2/+0
* net: move random_port() to dnsBaruch Siach2020-06-122-14/+10
* net: tftp: fix option validation as per RFCsRavik Hasija2020-06-121-7/+52
* net: tftp: fix progress marker for file transferRavik Hasija2020-06-121-7/+9
* net: Fix error if some network features are disabledKrebs, Olaf2020-06-121-2/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-182-0/+2