summaryrefslogtreecommitdiff
path: root/net/link_local.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger1-19/+17
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-10/+8
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-11/+16
2013-06-25net: Correct check for link-local target IP conflictJoe Hershberger1-4/+13
2012-12-15net: Fix endianness bug in link-localJoe Hershberger1-1/+1
2012-07-19net: link_local: fix buildbenoit.thebaudeau@advans1-3/+3
2012-07-10Minor Coding Style cleanupWolfgang Denk1-2/+3
2012-07-07net: use common rand()/srand() functionsMichael Walle1-3/+4
2012-05-24net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-12/+14
2012-05-24net: Add link-local addressing supportJoe Hershberger1-0/+332