summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2021-01-19Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini
2021-01-19net: eth-uclass: Change uclass driver name to ethernetDavid Wu
2021-01-19net: Use NDRNG device in srand_mac()Matthias Brugger
2021-01-19net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen
2021-01-19net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin
2021-01-19net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18net: Update to use new sequence numbersSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-01net: sntp: remove CONFIG_TIMESTAMP constraintHeinrich Schuchardt
2020-12-01Adds basic support for ProxyDHCPLyle Franklin
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-09-30sntp: use udp frameworkPhilippe Reynes
2020-09-30net: add a generic udp protocolPhilippe Reynes
2020-09-30net: use log_err() for 'No ethernet found' messageHeinrich Schuchardt
2020-09-30net: tftp: Fix load_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix store_block offset calculationLey Foon Tan
2020-09-30net: tftp: Fix tftp_prev_block counter updateLey Foon Tan
2020-09-30net: mdio: Fix not calling dev_dbg with a deviceSean Anderson
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi
2020-08-04net: ping: reset stored IP addressMarek Szyprowski
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried
2020-08-03net: Drop dm.h header file from phy.hSimon Glass
2020-07-28Convert CONFIG_BOOTP_SEND_HOSTNAME to KconfigAdam Ford