summaryrefslogtreecommitdiff
path: root/net/link_local.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03common: Move random-number functions into their own headerSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-03-26net: link_local: Fix netmask endianness bugAlexandre Messier1-1/+1
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