summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-075-2/+37
* [LIBNL]: nfnetlink_log: only set hwproto if not zeroPatrick McHardy2008-02-071-1/+2
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-079-0/+1649
* [LIBNL]: Generic netfilter stuffPatrick McHardy2008-02-073-0/+123
* [LIBNL]: Fix minor memleaks on exitPatrick McHardy2008-02-071-0/+10
* [LIBNL]: Add if_vlan.hPatrick McHardy2008-02-071-0/+61
* Improve readability of link statistics outputThomas Graf2008-02-071-5/+5
* Free associated caches when freeing cache managerThomas Graf2008-02-052-7/+22
* Detailed attribute documentationThomas Graf2008-01-303-428/+813
* Abstract address allocation based on netlink attributeThomas Graf2008-01-302-0/+16
* Abstract data allocation based on netlink attributeThomas Graf2008-01-302-0/+16
* 1.1 releaseThomas Graf2008-01-141-1/+1
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-143-24/+61
* Fix documentation of cache manager.Thomas Graf2008-01-141-0/+2
* Fix stale data pointers when constructing messagesThomas Graf2008-01-145-28/+57
* Add missing @{ for doxygen to build genl documentationThomas Graf2008-01-101-0/+1
* [PATCH] Remove autogenerated files from git and add them to .gitignore.Michael Biebl2008-01-103-5351/+3
* [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION numberMichael Biebl2008-01-103-2/+1261
* release 1.0Thomas Graf2008-01-102-10/+10
* 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-106-31/+106
* Tell git to ignore temporary files and push to pre9Thomas Graf2008-01-097-11/+54
* Make vlan_put_attrs() availableThomas Graf2008-01-081-0/+1
* Link info interface and vlan supportThomas Graf2008-01-089-11/+958
* Add support for the IFF_ECHO flagThomas Graf2007-12-191-0/+1
* Support link operstate and linkmodeThomas Graf2007-12-196-9/+187
* 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-182-30/+22
* Read debugging environment variable when initializing the libraryThomas Graf2007-12-182-13/+9
* Include linux/ip_mg_alg.h internally for compatibility onlyThomas Graf2007-12-182-1/+1
* 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-173-18/+76
* [LIBNL]: Fix pointer conversion warnings on 64 bitPatrick McHardy2007-12-131-4/+4
* [LIBNL]: Fix pointer conversion warnings on 64 bitPatrick McHardy2007-12-131-4/+4
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-133-6/+6
* Pushed to pre8 due to wrong version string in pre7Thomas Graf2007-11-214-1545/+1915
* Cache message type association interface cleanupsThomas Graf2007-10-114-71/+60
* Use linux/types.h to fix amd64 buildPhilip Craig2007-09-181-6/+1
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-185-9/+38
* Fix typo in conntrack object comparePhilip Craig2007-09-181-1/+1
* Export interface to define cachesThomas Graf2007-09-1716-90/+214
* Check for availability of request_update()Thomas Graf2007-09-171-0/+3
* Export interface to define objectsThomas Graf2007-09-155-89/+399
* Add missing declarations for genlmsg_data() and genlmsg_len()Thomas Graf2007-09-151-0/+2
* Initial importThomas Graf2007-09-14188-0/+44556