summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix creation and destruction of socketsThomas Graf2007-12-172-14/+60
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-132-5/+5
* Pushed to pre8 due to wrong version string in pre7Thomas Graf2007-11-211-3/+3
* Cache message type association interface cleanupsThomas Graf2007-10-112-67/+55
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-181-4/+12
* Fix typo in conntrack object comparePhilip Craig2007-09-181-1/+1
* Export interface to define cachesThomas Graf2007-09-1713-26/+14
* Check for availability of request_update()Thomas Graf2007-09-171-0/+3
* Export interface to define objectsThomas Graf2007-09-151-0/+54
* Initial importThomas Graf2007-09-1461-0/+25379