summaryrefslogtreecommitdiffstats
path: root/src/macaddr.c
Commit message (Expand)AuthorAgeFilesLines
* osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol2018-04-181-2/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-5/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-4/+4
* update/extend doxygen documentationHarald Welte2017-06-121-1/+3
* disable various code if building for bare-iron embeddedHarald Welte2017-01-231-0/+6
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-2/+25
* macaddr: Use the BSD code for Darwin as wellHolger Hans Peter Freyther2015-04-111-1/+1
* fix libosmocore build for NuttX targetHarald Welte2014-12-041-0/+1
* add missing copyright statements to source code filesHarald Welte2014-09-111-0/+22
* macaddr: Add some code for FreeBSD (it should work on the others too)Holger Hans Peter Freyther2014-08-211-0/+41
* macaddr: add #include unistd.h for close() functionHarald Welte2014-08-211-0/+1
* Add osmo_get_macaddr() function to obtain etherent mac addressHarald Welte2014-08-181-0/+26
* osmocore: Add function osmo_macaddr_parse() to parse ETH MAC addressHarald Welte2014-08-181-0/+25