summaryrefslogtreecommitdiff
path: root/net/cdp.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-37/+33
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-5/+5
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-4/+4
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk1-0/+1
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-8/+0
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-1/+1
2012-05-24net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger1-1/+1
2012-05-24net: cosmetic: Rename CDPHandler to cdp_receiveJoe Hershberger1-2/+1
2012-05-24net: cosmetic: Un-typedef Ethernet_tJoe Hershberger1-2/+2
2012-05-23net: Move CDP out of net.cJoe Hershberger1-0/+375