aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang1-0/+2
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang1-10/+9
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-16/+25
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal1-10/+3
2016-07-19netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang1-6/+19
2016-07-11netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang1-0/+3
2016-07-08netfilter: nft_ct: fix expiration getterFlorian Westphal1-5/+1
2016-05-05netfilter: nftables: add connlabel set supportFlorian Westphal1-0/+30
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal1-0/+2
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso1-1/+1
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+38
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal1-0/+38
2015-12-18netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal1-0/+1
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy1-19/+19
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-5/+5
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-1/+3
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-4/+0
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-7/+41
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller1-0/+8
2014-04-02netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy1-53/+43
2014-04-02netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy1-0/+2
2014-03-08netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy1-7/+2
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy1-1/+2
2014-02-19netfilter: nft_ct: labels get supportFlorian Westphal1-0/+24
2014-02-06netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy1-0/+1
2014-02-05netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero1-2/+13
2014-01-15netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen1-0/+2
2014-01-09netfilter: nft_ct: Add support to set the connmarkKristian Evensen1-30/+134
2014-01-07netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy1-3/+36
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+252