aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c
Commit message (Expand)AuthorAge
* netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang2016-09-25
* netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang2016-09-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-25
|\
| * netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-22
| * netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang2016-07-19
| * netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang2016-07-11
* | netfilter: nft_ct: fix expiration getterFlorian Westphal2016-07-08
|/
* netfilter: nftables: add connlabel set supportFlorian Westphal2016-05-05
* netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-18
* netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso2016-01-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-01-08
|\
| * netfilter: nft_ct: add byte/packet counter supportFlorian Westphal2016-01-08
* | netfilter: nft_ct: include direction when dumping NFT_CT_L3PROTOCOL keyFlorian Westphal2015-12-18
|/
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-13
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-13
* netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-13
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-13
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-13
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-13
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-13
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-13
* netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-08
* netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy2014-04-02
* netfilter: nft_ct: add missing ifdef for NFT_MARK settingPatrick McHardy2014-04-02
* netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy2014-03-08
* netfilter: nf_tables: restore context for expression destructorsPatrick McHardy2014-03-08
* netfilter: nft_ct: labels get supportFlorian Westphal2014-02-19
* netfilter: nft_ct: fix missing NFT_CT_L3PROTOCOL key in validity checksPatrick McHardy2014-02-05
* netfilter: nft_ct: fix unconditional dump of 'dir' attrArturo Borrero2014-02-05
* netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen2014-01-15
* netfilter: nft_ct: Add support to set the connmarkKristian Evensen2014-01-09
* netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy2014-01-07
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-14
* netfilter: add nftablesPatrick McHardy2013-10-14