summaryrefslogtreecommitdiff
path: root/lib/route/addr.c
Commit message (Expand)AuthorAgeFilesLines
* Provide silent variation of nl_cache_require()Thomas Graf2011-05-111-1/+1
* addr: store link object and provide rtnl_addr_get()Thomas Graf2011-05-031-1/+77
* constify struct trans_tblThomas Graf2010-11-171-2/+2
* Remove NL_DUMP_ENV codeThomas Graf2010-10-201-76/+0
* addr: add NL_DUMP_ENV functionPatrick McHardy2010-04-191-0/+76
* addr: restore anycast functionsPatrick McHardy2010-04-191-0/+32
* Fix rtnl_addr cachingDan Winship2009-09-021-2/+1
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-2/+2
* Only include local addr as peer addr if providedWolfgang Steudel2008-10-101-1/+1
* Remove XML dumpingThomas Graf2008-06-171-65/+0
* Improvements to address utilitiesThomas Graf2008-06-171-134/+89
* Remove old line counting while dumpingThomas Graf2008-05-231-76/+67
* Remove references to unused attribute anycastThomas Graf2008-05-151-50/+3
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-15/+14
* Check length of provided address labelThomas Graf2008-05-141-2/+7
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-141-8/+2
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-21/+24
* Thread-safe error handlingThomas Graf2008-05-141-52/+39
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-1/+1
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-151-0/+1130