aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_lookup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13netfilter: nf_tables: add flag to indicate set contains expressionsPatrick McHardy1-0/+3
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-4/+5
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-1/+1
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-4/+0
2015-04-13netfilter: nft_lookup: use nft_validate_register_store() to validate typesPatrick McHardy1-5/+4
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy1-0/+2
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy1-1/+5
2015-01-30netfilter: nft_lookup: add missing attribute validation for NFTA_LOOKUP_SET_IDPatrick McHardy1-0/+1
2014-05-19netfilter: nf_tables: use new transaction infrastructure to handle setsPablo Neira Ayuso1-2/+8
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy1-1/+1
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-1/+2
2014-02-09net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria1-0/+1
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-5/+11
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-0/+135