summaryrefslogtreecommitdiff
path: root/net/arp.c
AgeCommit message (Expand)AuthorFilesLines
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