]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
authorPablo Neira Ayuso <pablo@netfilter.org>
Thu, 27 Oct 2016 18:49:48 +0000 (19:49 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 1 Nov 2016 19:50:31 +0000 (20:50 +0100)
commit2ce6eb6a49002367a21a2a06da61c19271be2a34
treee4804a3bbcf2271d7ee5ca85f2b49e9e68abc9e1
parentbf437b1e3d09722643b9947184f17ed0f0494189
netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c

We need this split to reuse existing codebase for the upcoming nf_tables
socket expression.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_socket.h [new file with mode: 0644]
net/ipv4/netfilter/Kconfig
net/ipv4/netfilter/Makefile
net/ipv4/netfilter/nf_socket_ipv4.c [new file with mode: 0644]
net/ipv6/netfilter/Kconfig
net/ipv6/netfilter/Makefile
net/ipv6/netfilter/nf_socket_ipv6.c [new file with mode: 0644]
net/netfilter/Kconfig
net/netfilter/xt_socket.c