summaryrefslogtreecommitdiffstats
path: root/lib/addr.c
Commit message (Expand)AuthorAgeFilesLines
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-161-20/+20
* style: require comma after __ADD() macroThomas Haller2014-07-271-38/+38
* do not compile some address families when not availableCong Wang2013-11-091-0/+14
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-051-0/+8
* addr: Update to latest address familiy definition for translationThomas Graf2013-03-141-2/+11
* addr: improve API reference documentation for nl_addr_*()Thomas Graf2013-03-141-40/+164
* addr: Reset unused portion of binary address in nl_addr_set_binary_addr()Thomas Graf2013-03-141-1/+4
* Fix mask calculation in nl_addr_cmp_prefix()Thomas Graf2013-01-311-2/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Address comparison bug fixedКоренберг Марк2012-08-301-1/+2
* nl_addr_parse handling of 'default', 'any', and 'all'Justin Mayfield2012-08-291-4/+3
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+3
* doc: documentation restructuringThomas Graf2012-05-101-14/+16
* nl_addr_cmp(): handle prefix length during address comparisonBrett Ciphery2012-01-121-1/+4
* addr: hide nl_addr_destroy()Thomas Graf2010-11-261-25/+14
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* Make nl_str2af return a negative value if parsing failsThomas Graf2010-11-111-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Properly handle addr=NULL in nl_addr2strThomas Graf2008-06-131-2/+5
* Fix error code of nl_addr_resolve()Thomas Graf2008-05-221-2/+6
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-1/+1
* Thread-safe error handlingThomas Graf2008-05-141-32/+41
* Abstract address allocation based on netlink attributeThomas Graf2008-01-301-0/+15
* Support link operstate and linkmodeThomas Graf2007-12-191-0/+15
* Initial importThomas Graf2007-09-141-0/+883