summaryrefslogtreecommitdiff
path: root/lib/addr.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+883