summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve performance by using malloc() over calloc() in critical placesThomas Graf2008-05-072-2/+4
* ignore more temporary filesThomas Graf2008-05-052-0/+2
* Fix dumping of iif route attributeThomas Graf2008-05-051-4/+19
* Route cache supportThomas Graf2008-05-057-12/+34
* Fixed netem_build_msg() delay distribution table existence test.Tad Kollar2008-04-301-3/+9
* New netem funtionality and TBF fixTad Kollar2008-04-306-18/+411
* Remove leftover definition of verbose errorsThomas Graf2008-04-301-3/+0
* version.h.in should be in tree not the generated versionThomas Graf2008-04-301-2/+2
* Adapt syntax of nl-route-add to nl-route-deleteThomas Graf2008-04-301-47/+73
* Fix segfault nexthop parsing when no option is givenThomas Graf2008-04-301-0/+4
* Adapt syntax of nl-route-list to nl-route-deleteThomas Graf2008-04-302-41/+63
* Improved nl-route-delete featuring an interactive deletion modeThomas Graf2008-04-302-44/+125
* Provide libnl version in <netlink/version.h>Thomas Graf2008-04-303-1/+20
* libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez2008-04-292-3/+36
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-2928-1067/+1535
* Fix compile warning in nl-list-cachesThomas Graf2008-04-291-1/+0
* Export nl_dump_line() and automatically count lines while dumpingThomas Graf2008-04-294-22/+38
* Move to version 1.2 and remove some dead code in configure.inThomas Graf2008-04-291-43/+1
* Define datarootdir to silent autoconfThomas Graf2008-04-293-11/+5
* Don't wipe cscope database on make cleanThomas Graf2008-04-291-2/+1
* Ignore NULL pointers passed to nl_cache_free()Thomas Graf2008-04-291-0/+3
* Remove dead code in nl-list-socketsThomas Graf2008-04-291-9/+0
* Prepare nl-list-sockets for 64bit addressesThomas Graf2008-04-291-4/+4
* Fix 64bit alignment issue on x86_64.Thomas Graf2008-03-311-7/+2