summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_ct.c
AgeCommit message (Expand)Author
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2014-04-02netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy
2014-04-02netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy
2014-03-08netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy
2014-02-19netfilter: nft_ct: labels get supportFlorian Westphal
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy
2013-10-14netfilter: add nftablesPatrick McHardy