summaryrefslogtreecommitdiff
path: root/net/ping.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-19net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin1-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2018-10-10net: Consolidate UDP header functionsDuncan Hare1-6/+1
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-2/+5
2018-06-13net: Always align tx packetsMario Six1-1/+2
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up ping variables and functionsJoe Hershberger1-6/+7
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-11/+11
2015-02-12net: Use new checksum functionsSimon Glass1-6/+4
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk1-0/+1
2012-05-24net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-2/+2
2012-05-24net: Don't copy every packet that waits for an ARPJoe Hershberger1-3/+2
2012-05-24net: Remove static allocation for MAC address in PingSend()Joe Hershberger1-7/+3
2012-05-24net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger1-5/+5
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-2/+2
2012-05-24net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger1-2/+1
2012-05-24net: Refactor ping receive handlerJoe Hershberger1-16/+2
2012-05-24net: Refactor packet length computationsJoe Hershberger1-3/+4
2012-05-24net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger1-29/+23
2012-05-24net: cosmetic: Un-typedef ICMP_tJoe Hershberger1-1/+1
2012-05-24net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-1/+1
2012-05-24net: cosmetic: Split struct ip_udp_hdr into ip_hdrJoe Hershberger1-5/+5
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-3/+3
2012-05-23net: Move PING out of net.cJoe Hershberger1-0/+140