Re: [PATCH v3 nf-next] netfilter: nft: add support for native socket matching

2018-06-05 Thread kbuild test robot
Hi Máté, Thank you for the patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/M-t-Eckl/netfilter-nft-add-support-for-native-socket-matching/20180601-094951 base:

Re: [PATCH v3 nf-next] netfilter: nft: add support for native socket matching

2018-06-01 Thread kbuild test robot
Hi Máté, Thank you for the patch! Yet something to improve: [auto build test ERROR on nf-next/master] url: https://github.com/0day-ci/linux/commits/M-t-Eckl/netfilter-nft-add-support-for-native-socket-matching/20180601-094951 base:

[PATCH v3 nf-next] netfilter: nft: add support for native socket matching

2018-05-30 Thread Máté Eckl
Now it can only match the transparent flag of an ip/ipv6 socket. Signed-off-by: Máté Eckl --- include/uapi/linux/netfilter/nf_tables.h | 28 + net/netfilter/Kconfig| 9 ++ net/netfilter/Makefile | 1 + net/netfilter/nft_socket.c | 144