summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-2/+2
|\
| * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-2/+2
| |\
| | * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-2/+2
* | | netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal2024-03-071-6/+5
|/ /
* | netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso2024-02-081-0/+3
* | netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso2024-01-311-0/+24
|/
* netfilter: nf_tables: refactor deprecated strncpyJustin Stitt2023-08-221-1/+1
* netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long2023-07-201-0/+2
* netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal2023-06-261-1/+1
* netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal2023-01-181-12/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-3/+3
|\
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-3/+3
* | netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter2022-11-151-2/+4
|/
* netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-311-3/+0
* netfilter: nf_tables: use correct integer typesFlorian Westphal2022-07-111-2/+2
* netfilter: nft_ct: track register operationsPablo Neira Ayuso2022-03-201-0/+47
* netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso2022-03-201-0/+1
* netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter2022-03-201-0/+3
* netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal2022-01-271-1/+4
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-3/+1
* netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin2021-08-111-1/+8
* 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
|\