libnl/src
Patrick McHardy 2f4f8a5094 [LIBNL]: Split up nfnetlink_log into log and msg objects
Split the nfnetlink_log code into two seperate objects, "netfilter/log"
to represent logging instances and "netfilter/log_msg" to represent
log messages. Also perform some function name unification for consistency
with other libnl object types, mainly renaming nfnl_log_build_*_msg
to nfnl_log_build_*_request.

This changes the API in an incompatible way, but since this feature is
new and the libnl netfilter headers haven't been installed so far,
there shouldn't be any users affected by this.

Signed-off-by: Patrick McHardy <kaber@trash.net>
2008-02-07 13:09:17 +01:00
..
.gitignore Tell git to ignore temporary files and push to pre9 2008-01-09 12:28:17 +01:00
f_addr.c Initial import 2007-09-15 01:28:01 +02:00
f_ct.c Allow filtering by name for conntrack status flags 2007-09-18 12:37:49 +02:00
f_link.c Initial import 2007-09-15 01:28:01 +02:00
f_neigh.c Initial import 2007-09-15 01:28:01 +02:00
f_route.c Initial import 2007-09-15 01:28:01 +02:00
genl-ctrl-dump.c Initial import 2007-09-15 01:28:01 +02:00
Makefile Initial import 2007-09-15 01:28:01 +02:00
nf-ct-dump.c Allow filtering by name for conntrack status flags 2007-09-18 12:37:49 +02:00
nf-log.c [LIBNL]: Split up nfnetlink_log into log and msg objects 2008-02-07 13:09:17 +01:00
nf-monitor.c Initial import 2007-09-15 01:28:01 +02:00
nf-queue.c [LIBNL]: Add nfnetlink_queue support 2008-02-07 12:57:53 +01:00
nl-addr-add.c Initial import 2007-09-15 01:28:01 +02:00
nl-addr-delete.c Initial import 2007-09-15 01:28:01 +02:00
nl-addr-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-fib-lookup.c Initial import 2007-09-15 01:28:01 +02:00
nl-link-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-link-ifindex2name.c Initial import 2007-09-15 01:28:01 +02:00
nl-link-name2ifindex.c Initial import 2007-09-15 01:28:01 +02:00
nl-link-set.c Initial import 2007-09-15 01:28:01 +02:00
nl-link-stats.c Initial import 2007-09-15 01:28:01 +02:00
nl-list-caches.c [LIBNL]: Fix format strings 2007-12-13 12:09:45 +01:00
nl-list-sockets.c Initial import 2007-09-15 01:28:01 +02:00
nl-monitor.c Initial import 2007-09-15 01:28:01 +02:00
nl-neigh-add.c Initial import 2007-09-15 01:28:01 +02:00
nl-neigh-delete.c Initial import 2007-09-15 01:28:01 +02:00
nl-neigh-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-neightbl-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-qdisc-add.c Initial import 2007-09-15 01:28:01 +02:00
nl-qdisc-delete.c Initial import 2007-09-15 01:28:01 +02:00
nl-qdisc-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-route-add.c Initial import 2007-09-15 01:28:01 +02:00
nl-route-del.c Initial import 2007-09-15 01:28:01 +02:00
nl-route-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-route-get.c Initial import 2007-09-15 01:28:01 +02:00
nl-rule-dump.c Initial import 2007-09-15 01:28:01 +02:00
nl-tctree-dump.c [LIBNL]: Fix pointer conversion warnings on 64 bit 2007-12-13 14:33:37 +01:00
nl-util-addr.c Initial import 2007-09-15 01:28:01 +02:00
utils.c Support defining the default callback handler with an environment variable 2007-12-18 13:06:48 +01:00
utils.h Initial import 2007-09-15 01:28:01 +02:00