summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Abstract data allocation based on netlink attributeThomas Graf2008-01-301-0/+15
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-142-24/+59
* Fix documentation of cache manager.Thomas Graf2008-01-141-0/+2
* Fix stale data pointers when constructing messagesThomas Graf2008-01-143-28/+54
* Add missing @{ for doxygen to build genl documentationThomas Graf2008-01-101-0/+1
* Remove lib/defs.h from repositoryThomas Graf2008-01-101-29/+0
* [PATCH] libnl cache management leakPatrick McHardy2008-01-101-2/+5
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-104-31/+97
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-091-0/+1
* Make vlan_put_attrs() availableThomas Graf2008-01-081-0/+1
* Link info interface and vlan supportThomas Graf2008-01-084-11/+777
* Add support for the IFF_ECHO flagThomas Graf2007-12-191-0/+1
* Support link operstate and linkmodeThomas Graf2007-12-192-6/+138
* Represent default route with destination address length zeroThomas Graf2007-12-192-9/+13
* Support defining the default callback handler with an environment variableThomas Graf2007-12-181-1/+21
* Read debugging environment variable when initializing the libraryThomas Graf2007-12-181-1/+9
* Fix nl_msg_parse() to not give back a reference it does not ownThomas Graf2007-12-171-1/+0
* Fix cache manager to not give back a reference it does not ownThomas Graf2007-12-171-6/+1
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-1714-20/+25