summaryrefslogtreecommitdiff
path: root/net/arp.c
Commit message (Expand)AuthorAgeLines
* net/arp: account for ARP delay, avoid duplicate packets on timeoutStefan Brüns2015-10-28-2/+3
* net/arp: Do not run net_start_again() on timeoutStefan Brüns2015-10-28-1/+1
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-1/+1
* net: cosmetic: Clean up ARP variables and functionsJoe Hershberger2015-04-18-35/+34
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-18-10/+10
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-4/+4
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-28/+28
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-10-0/+1
* net/: sparse fixesKim Phillips2012-11-04-3/+3
* net: fix typo in arp clean upMike Frysinger2012-07-10-1/+1
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-23-4/+5
* net: Work-around for brain-damaged Cisco equipment with arp-proxyJoe Hershberger2012-05-23-0/+14
* net: Separate ArpRequest() into lower-level funcJoe Hershberger2012-05-23-9/+13
* net: Don't copy every packet that waits for an ARPJoe Hershberger2012-05-23-12/+12
* net: Remove static allocation for MAC address in PingSend()Joe Hershberger2012-05-23-4/+5
* net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger2012-05-23-1/+1
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-23-3/+3
* net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger2012-05-23-3/+3
* net: Refactor packet length computationsJoe Hershberger2012-05-23-5/+8
* net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger2012-05-23-17/+17
* net: cosmetic: Rename tmp to reply_ip_addr in arp.cJoe Hershberger2012-05-23-3/+3
* net: cosmetic: Un-typedef ARP_tJoe Hershberger2012-05-23-4/+4
* net: cosmetic: Un-typedef Ethernet_tJoe Hershberger2012-05-23-2/+2
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-23-1/+1
* net: Move ARP out of net.cJoe Hershberger2012-05-23-0/+213
* * Add support for RMU boardwdenk2003-06-05-120/+0
* Initial revisionwdenk2002-09-28-0/+120