Pablo Neira Ayuso says:
====================
Netfilter updates for net-next
The following patchset contains Netfilter updates for net-next
to extend ctnetlink and the flowtable infrastructure:
1) Extend ctnetlink kernel side netlink dump filtering capabilities,
from Romain Bellan.
2) Generalise the flowtable hook parser to take a hook list.
3) Pass a hook list to the flowtable hook registration/unregistration.
4) Add a helper function to release the flowtable hook list.
5) Update the flowtable event notifier to pass a flowtable hook list.
6) Allow users to add new devices to an existing flowtables.
7) Allow users to remove devices to an existing flowtables.
8) Allow for registering a flowtable with no initial devices.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/netfilter/nf_conntrack_l4proto.h 4 additions, 2 deletionsinclude/net/netfilter/nf_conntrack_l4proto.h
- include/net/netfilter/nf_tables.h 7 additions, 0 deletionsinclude/net/netfilter/nf_tables.h
- include/uapi/linux/netfilter/nfnetlink_conntrack.h 9 additions, 0 deletionsinclude/uapi/linux/netfilter/nfnetlink_conntrack.h
- net/netfilter/nf_conntrack_core.c 14 additions, 5 deletionsnet/netfilter/nf_conntrack_core.c
- net/netfilter/nf_conntrack_netlink.c 295 additions, 39 deletionsnet/netfilter/nf_conntrack_netlink.c
- net/netfilter/nf_conntrack_proto_icmp.c 27 additions, 13 deletionsnet/netfilter/nf_conntrack_proto_icmp.c
- net/netfilter/nf_conntrack_proto_icmpv6.c 28 additions, 14 deletionsnet/netfilter/nf_conntrack_proto_icmpv6.c
- net/netfilter/nf_internals.h 17 additions, 0 deletionsnet/netfilter/nf_internals.h
- net/netfilter/nf_tables_api.c 269 additions, 64 deletionsnet/netfilter/nf_tables_api.c
Loading
Please register or sign in to comment