summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove old line counting while dumpingThomas Graf2008-05-2332-917/+722
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-222-60/+173
* Remove change routine, works flawlessly via add() with NLM_F_REPLACEThomas Graf2008-05-221-65/+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
* Fix library install targetThomas Graf2008-05-151-1/+2
* Remove references to unused attribute anycastThomas Graf2008-05-151-50/+3
* Build separate libraries for each netilnk familyThomas Graf2008-05-152-34/+64
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-1513-64/+1
* Uninline various functions to save 7K codeThomas Graf2008-05-151-2/+194
* Fix memory leaks when sending of message failedThomas Graf2008-05-156-24/+36
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-1525-422/+410
* Check length of provided address labelThomas Graf2008-05-141-2/+7
* Replace RTNL_LINK_NOT_FOUND with just 0Thomas Graf2008-05-144-30/+9
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-1412-137/+156
* Thread-safe error handlingThomas Graf2008-05-1455-1215/+1077
* 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-081-0/+28
* Speed up metrics comparisonThomas Graf2008-05-081-18/+11
* Improve performance by using malloc() over calloc() in critical placesThomas Graf2008-05-072-2/+4
* Fix dumping of iif route attributeThomas Graf2008-05-051-4/+19
* Route cache supportThomas Graf2008-05-051-2/+15
* Fixed netem_build_msg() delay distribution table existence test.Tad Kollar2008-04-301-3/+9
* New netem funtionality and TBF fixTad Kollar2008-04-303-18/+382
* Remove leftover definition of verbose errorsThomas Graf2008-04-301-3/+0
* libnl: recvmsgs doesn't necessarily free the message dataInaky Perez-Gonzalez2008-04-291-3/+22
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-2910-698/+824
* Export nl_dump_line() and automatically count lines while dumpingThomas Graf2008-04-291-4/+17
* Define datarootdir to silent autoconfThomas Graf2008-04-291-9/+2
* Ignore NULL pointers passed to nl_cache_free()Thomas Graf2008-04-291-0/+3
* Fix 64bit alignment issue on x86_64.Thomas Graf2008-03-311-7/+2
* libnl: fix policy check for NFQA_HWADDRThomas Graf2008-03-101-1/+1
* Optimize nl_cache_ops_associate by checking protocol earlyThomas Graf2008-03-051-3/+6
* Initialize message type list to avoid overrunThomas Graf2008-03-052-0/+6
* Be liberal when receiving an empty nested attributeThomas Graf2008-02-221-1/+0
* Fix nfnl_queue_msg_get_packetid() return typePatrick McHardy2008-02-071-1/+1
* [LIBNL]: Support conntrack add/delete/query requestsPatrick McHardy2008-02-071-0/+153
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-074-526/+923
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-072-2/+31
* [LIBNL]: nfnetlink_log: only set hwproto if not zeroPatrick McHardy2008-02-071-1/+2
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-074-0/+1166
* [LIBNL]: Generic netfilter stuffPatrick McHardy2008-02-071-0/+53
* [LIBNL]: Fix minor memleaks on exitPatrick McHardy2008-02-071-0/+10
* Improve readability of link statistics outputThomas Graf2008-02-071-5/+5
* Free associated caches when freeing cache managerThomas Graf2008-02-051-5/+9
* Detailed attribute documentationThomas Graf2008-01-301-310/+705
* Abstract address allocation based on netlink attributeThomas Graf2008-01-301-0/+15