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