aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/nf_tables_ipv4.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGravatar Gao Feng 1-1/+4
2015-12-28netfilter: nf_tables: release objects on netns destructionGravatar Pablo Neira Ayuso 1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksGravatar Eric W. Biederman 1-4/+4
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsGravatar Eric W. Biederman 1-1/+1
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().Gravatar David S. Miller 1-1/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.Gravatar David S. Miller 1-8/+4
2014-01-09netfilter: nf_tables: fix error path in the init functionsGravatar Pablo Neira Ayuso 1-1/+7
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Gravatar Patrick McHardy 1-1/+1
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsGravatar Patrick McHardy 1-2/+2
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersGravatar Patrick McHardy 1-1/+1
2014-01-09netfilter: nf_tables: add missing module references to chain typesGravatar Patrick McHardy 1-0/+1
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Gravatar Patrick McHardy 1-1/+2
2014-01-07netfilter: nf_tables: add support for multi family tablesGravatar Patrick McHardy 1-0/+1
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsGravatar Patrick McHardy 1-25/+18
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cGravatar Wei Yongjun 1-1/+0
2013-10-14netfilter: nf_tables: complete net namespace supportGravatar Pablo Neira Ayuso 1-2/+30
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesGravatar Pablo Neira Ayuso 1-6/+26
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesGravatar Pablo Neira Ayuso 1-0/+21
2013-10-14netfilter: add nftablesGravatar Patrick McHardy 1-0/+59