summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_ct: split nft_ct_init() into two functions for get/setPatrick McHardy2014-04-021-53/+43Star
* 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/+2Star
* 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