summaryrefslogtreecommitdiff
path: root/net/netfilter/nft_ct.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-021-1/+1
* netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-181-0/+1
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2021-01-271-4/+3
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2021-01-271-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-2/+0
|\
| * netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen2020-12-091-2/+0
* | treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
|/
* netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-221-3/+3
* netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill2020-06-251-0/+1
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-6/+6
* netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret2019-06-191-0/+4
* | netfilter: nft_ct: add ct expectations supportStéphane Veyret2019-06-171-2/+136
|/
* netfilter: nft_ct: Add ct id supportBrett Mastbergen2019-04-301-0/+8
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal2019-01-181-1/+1
* netfilter: conntrack: remove module owner fieldFlorian Westphal2019-01-181-2/+0
* netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche2018-09-281-1/+16
* netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal2018-09-201-1/+1
* netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2018-09-171-3/+0
* netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-30/+29
* netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
* netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso2018-08-071-0/+14
* netfilter: nft_ct: add ct timeout supportHarsha Sharma2018-08-071-1/+203
* netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-8/+12
|\
| * netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-05-171-8/+12
* | netfilter: nf_tables: pass context to object destroy indirectionPablo Neira Ayuso2018-06-031-1/+2
|/
* netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}Pablo Neira Ayuso2018-03-201-0/+38
* netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso2018-01-101-8/+8
* netfilter: conntrack: move nf_ct_netns_{get,put}() to corePablo Neira Ayuso2017-11-061-36/+3
* netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-6/+12
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-2/+2
* netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal2017-04-191-1/+24
* netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-8/+6
* netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-231-9/+12
|\
| * netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang2017-03-151-1/+2
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-131-8/+10
* | netfilter: nft_ct: add helper set supportFlorian Westphal2017-03-131-0/+171
|/
* 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