summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal2017-02-231-0/+1
* netfilter: nft_ct: add zone id set supportFlorian Westphal2017-02-081-1/+143
* netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal2017-02-081-14/+15
* netfilter: nft_ct: add zone id get supportFlorian Westphal2017-02-081-3/+19
* netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-021-2/+1
* netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-031-1/+21
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-13/+13
* netfilter: nft_ct: add notrack supportPablo Neira Ayuso2016-10-261-1/+49
* netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang2016-09-251-0/+2
* netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang2016-09-251-10/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-241-16/+25
|\
| * netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-221-10/+3
| * netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang2016-07-191-6/+19
| * netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang2016-07-111-0/+3
* | netfilter: nft_ct: fix expiration getterFlorian Westphal2016-07-081-5/+1
|/
* netfilter: nftables: add connlabel set supportFlorian Westphal2016-05-051-0/+30
* netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-181-0/+2
* netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso2016-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-081-0/+38
|\
| * netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-081-0/+38
* | netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal2015-12-181-0/+1
|/
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-4/+4
* netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-131-19/+19
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-5/+5
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-1/+3
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-4/+0
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-7/+41
* netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+8
* netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy2014-04-021-53/+43
* netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy2014-04-021-0/+2
* netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy2014-03-081-7/+2
* netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-081-1/+2
* netfilter: nft_ct: labels get supportFlorian Westphal2014-02-191-0/+24
* netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy2014-02-061-0/+1
* netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero2014-02-051-2/+13
* netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen2014-01-151-0/+2
* netfilter: nft_ct: Add support to set the connmarkKristian Evensen2014-01-091-30/+134
* netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy2014-01-071-3/+36
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-6/+12
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+252