aboutsummaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-18cmd: efidebug: add uri device pathMasahisa Kojima1-0/+8
2023-11-18net: wget: add wget with dns utility functionMasahisa Kojima1-0/+9
2023-11-05net: Add option for tracing packetsSean Anderson1-0/+4
2023-06-14cmd: net: add a 'net stats' command to dump network statisticsIoana Ciornei1-0/+6
2023-05-05net: ipv6: Add support for default gateway discovery.Ehsan Mohandesi1-1/+1
2023-05-05net: add fastboot TCP supportDmitrii Merkurev1-1/+2
2023-05-05net: dhcp6: Add DHCPv6 (DHCP for IPv6)Sean Edmond1-2/+4
2023-01-23net: Add a function to run dhcpSimon Glass1-0/+15
2023-01-23sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass1-0/+16
2022-12-07net: Remove eth_legacy.cTom Rini1-71/+0
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov1-2/+2
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)1-1/+1
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)1-9/+27
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas1-1/+1
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb1-1/+3
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam1-0/+2
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini1-7/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-7/+7
2021-07-10net: add set_promisc function to enable/disable Promiscuous modeTim Harvey1-0/+2
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+6
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt1-0/+3
2020-10-10net: Expose some errors generated in net_initSean Anderson1-1/+1
2020-09-30net: add a generic udp protocolPhilippe Reynes1-1/+1
2020-06-12net: move random_port() to dnsBaruch Siach1-3/+0
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-3/+6
2020-05-18arm: Don't include common.h in header filesSimon Glass1-1/+5
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas1-0/+1
2020-01-17common: Move reset_phy() to net.hSimon Glass1-0/+8
2020-01-17common: Move do_tftpb() to net.hSimon Glass1-0/+11
2019-12-09net: Improve documentation for string_to_ip()Joe Hershberger1-3/+4
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-14/+13
2019-12-02common: Move env_get_ip() to net.hSimon Glass1-1/+20
2019-12-02common: Move random-number functions into their own headerSimon Glass1-0/+1
2019-09-04net: make net_random_ethaddr() more randomMichael Walle1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-0/+11
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-18net: unaligned copying of unsigned longHeinrich Schuchardt1-2/+2
2019-04-12net: Add priv_pdata to eth_pdataFaiz Abbas1-0/+2
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-13/+1
2019-01-24net: move ether_crc to tsec driverChris Packham1-1/+0
2018-10-10net: Consolidate UDP header functionsDuncan Hare1-1/+5
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-0/+8
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger1-0/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-0/+1
2018-08-08net: Increase ethernet name string size to 20 charsPankaj Bansal1-1/+1
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-0/+11
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger1-0/+3
2018-07-02net: Prefer command line argumentsAlexander Graf1-0/+2