summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-145-50/+35
* Only include local addr as peer addr if providedWolfgang Steudel2008-10-101-1/+1
* fix lib symlinksPatrick McHardy2008-10-101-0/+4
* From: Kees Cook <kees@outflux.net>Thomas Graf2008-10-101-0/+1
* test updatesThomas Graf2008-08-204-82/+47
* adapt configure to generate libnl-2.0.pcThomas Graf2008-08-181-1/+1
* Changed libnl-1.pc.in to libnl-2.0.pc.inJames J. Dines2008-08-182-1/+1
* libnl: fix about 100 warningsHolger Schurig2008-08-181-0/+1
* Explicitely link to nl-route when linking nf apps.Thomas Graf2008-08-181-1/+1
* Remove XML dumpingThomas Graf2008-06-178-251/+0
* Fix compile errors when linking against libnl-genlThomas Graf2008-06-175-10/+11
* Improvements to address utilitiesThomas Graf2008-06-177-188/+294
* <netlink/addr.h> requires <netdb.h>Thomas Graf2008-06-171-0/+1
* Need <linux/in_route.h>Thomas Graf2008-06-161-0/+1
* Improved printing of route cache entriesThomas Graf2008-06-161-5/+23
* Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf2008-06-162-14/+30
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-132-0/+6
* Properly handle addr=NULL in nl_addr2strThomas Graf2008-06-131-2/+5
* Remove unused dp_dump_line()Thomas Graf2008-05-261-2/+0
* Update linux/rtnetlink.h to upstream versionThomas Graf2008-05-261-2/+3
* Remove old line counting while dumpingThomas Graf2008-05-2359-966/+758
* New set of libnl toolsThomas Graf2008-05-2262-1788/+2143
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-223-60/+175
* Don't build tests on 'make all'Thomas Graf2008-05-221-1/+1
* Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf2008-05-222-69/+8
* Improve printing of routing rulesThomas Graf2008-05-221-10/+3
* Family specific libraries can link to the core directlyThomas Graf2008-05-221-3/+3
* Fix error code of nl_addr_resolve()Thomas Graf2008-05-221-2/+6
* Add rtnl_neigh_get_family()Thomas Graf2008-05-201-0/+5
* Return libnl error codes in translation routinesThomas Graf2008-05-201-12/+12
* Remove src/f_addr.c, it's no longer usedThomas Graf2008-05-151-107/+0
* utility functions for address toolsThomas Graf2008-05-152-0/+112
* New set of address management toolsThomas Graf2008-05-158-289/+1070
* Fix library install targetThomas Graf2008-05-151-1/+2
* Remove references to unused attribute anycastThomas Graf2008-05-152-53/+3
* Move on to version 2.0 to account for the serious ABI breakageThomas Graf2008-05-151-1/+1
* Build separate libraries for each netilnk familyThomas Graf2008-05-153-35/+65
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-1514-67/+1
* Uninline various functions to save 7K codeThomas Graf2008-05-152-189/+204
* Fix memory leaks when sending of message failedThomas Graf2008-05-156-24/+36
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-1550-538/+528
* Check length of provided address labelThomas Graf2008-05-142-3/+8
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-145-36/+9
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-1415-145/+160
* Break API some moreThomas Graf2008-05-144-12/+0
* Thread-safe error handlingThomas Graf2008-05-1479-1669/+1517
* patch: fixed compilation problem for nl-route-getBen Gamsa2008-05-081-1/+1
* patch: fixed up support for tables in rulesBen Gamsa2008-05-081-1/+7
* Added two new functions to facilitate processing the nexthop entries for routes.Ben Gamsa2008-05-082-0/+34
* Speed up metrics comparisonThomas Graf2008-05-081-18/+11