summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_ct.c
AgeCommit message (Expand)Author
2018-08-16netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-03netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso
2018-05-17netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo
2018-03-20netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso
2017-11-06netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang
2017-04-19netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-15netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang
2017-03-13netfilter: nft_ct: add helper set supportFlorian Westphal
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2017-02-23netfilter: nft_ct: fix random validation errors for zone set supportFlorian Westphal
2017-02-08netfilter: nft_ct: add zone id set supportFlorian Westphal
2017-02-08netfilter: nft_ct: prepare for key-dependent error unwindFlorian Westphal
2017-02-08netfilter: nft_ct: add zone id get supportFlorian Westphal
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-01-03netfilter: nft_ct: add average bytes per packet supportLiping Zhang
2016-12-04netfilter: add and use nf_ct_netns_get/putFlorian Westphal
2016-10-26netfilter: nft_ct: add notrack supportPablo Neira Ayuso
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal
2016-07-19netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang
2016-07-11netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang
2016-07-08netfilter: nft_ct: fix expiration getterFlorian Westphal
2016-05-05netfilter: nftables: add connlabel set supportFlorian Westphal
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal
2016-01-14netfilter: nft_ct: keep counters away from CONFIG_NF_CONNTRACK_LABELSPablo Neira Ayuso
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal
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