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