aboutsummaryrefslogtreecommitdiffstats
path: root/src/macaddr.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol1-2/+7
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-5/+3
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-4/+4
2017-06-12update/extend doxygen documentationHarald Welte1-1/+3
2017-01-23disable various code if building for bare-iron embeddedHarald Welte1-0/+6
2016-05-05Update doxygen annotations in libosmocoreHarald Welte1-2/+25
2015-04-11macaddr: Use the BSD code for Darwin as wellHolger Hans Peter Freyther1-1/+1
2014-12-04fix libosmocore build for NuttX targetHarald Welte1-0/+1
2014-09-11add missing copyright statements to source code filesHarald Welte1-0/+22
2014-08-21macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther1-0/+41
2014-08-21macaddr: add #include unistd.h for close() functionHarald Welte1-0/+1
2014-08-18Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte1-0/+26
2014-08-18osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte1-0/+25