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