summaryrefslogtreecommitdiff
path: root/net/arp.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-4/+5
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger1-3/+8
2018-06-13net: Always align tx packetsMario Six1-1/+2
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-05-12net/arp: remove superfluous assignmentsxypron.glpk@gmx.de1-3/+0
2015-10-28net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns1-2/+3
2015-10-28net/arp: Do not run net_start_again() on timeoutStefan Brüns1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up ARP variables and functionsJoe Hershberger1-35/+34
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-10/+10
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-4/+4
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-28/+28
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk1-0/+1
2012-11-04net/: sparse fixesKim Phillips1-3/+3
2012-07-10net: fix typo in arp clean upMike Frysinger1-1/+1
2012-05-24net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-4/+5
2012-05-24net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger1-0/+14
2012-05-24net: Separate ArpRequest() into lower-level funcJoe Hershberger1-9/+13
2012-05-24net: Don't copy every packet that waits for an ARPJoe Hershberger1-12/+12
2012-05-24net: Remove static allocation for MAC address in PingSend()Joe Hershberger1-4/+5
2012-05-24net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger1-1/+1
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-3/+3
2012-05-24net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger1-3/+3
2012-05-24net: Refactor packet length computationsJoe Hershberger1-5/+8
2012-05-24net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger1-17/+17
2012-05-24net: cosmetic: Rename tmp to reply_ip_addr in arp.cJoe Hershberger1-3/+3
2012-05-24net: cosmetic: Un-typedef ARP_tJoe Hershberger1-4/+4
2012-05-24net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-2/+2
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2012-05-23net: Move ARP out of net.cJoe Hershberger1-0/+213
2003-06-05* Add support for RMU boardwdenk1-120/+0
2002-09-28Initial revisionwdenk1-0/+120