summaryrefslogtreecommitdiff
path: root/net/link_local.c
AgeCommit message (Expand)Author
2020-05-18common: Drop log.h from common headerSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-03-26net: link_local: Fix netmask endianness bugAlexandre Messier
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in linklocalJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2013-06-24net: Correct check for link-local target IP conflictJoe Hershberger
2012-12-15net: Fix endianness bug in link-localJoe Hershberger
2012-07-19net: link_local: fix buildbenoit.thebaudeau@advans
2012-07-10Minor Coding Style cleanupWolfgang Denk
2012-07-07net: use common rand()/srand() functionsMichael Walle
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-23net: Add link-local addressing supportJoe Hershberger