aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_ct.c
AgeCommit message (Expand)Author
2024-03-07netfilter: nft_ct: fix l3num expectations with inet pseudo familyFlorian Westphal
2024-02-08netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso
2024-01-31netfilter: nft_ct: sanitize layer 3 and 4 protocol number in custom expectationsPablo Neira Ayuso
2023-08-22netfilter: nf_tables: refactor deprecated strncpyJustin Stitt
2023-07-20netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long
2023-06-26netfilter: nf_tables: limit allowed range via nla_policyFlorian Westphal
2023-01-18netfilter: nf_tables: avoid retpoline overhead for some ct expression callsFlorian Westphal
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso
2022-07-11netfilter: nf_tables: use correct integer typesFlorian Westphal
2022-03-20netfilter: nft_ct: track register operationsPablo Neira Ayuso
2022-03-20netfilter: nf_tables: do not reduce read-only expressionsPablo Neira Ayuso
2022-03-20netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()Phil Sutter
2022-01-27netfilter: nft_ct: fix use after free when attaching zone templateFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2021-08-11netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutexPavel Skripkin
2021-06-02netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09netfilter: nft_ct: Remove confirmation check for NFT_CT_IDBrett Mastbergen
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25netfilter: Add MODULE_DESCRIPTION entries to kernel modulesRob Gill
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-07-16netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-19netfilter: nft_ct: fix null pointer in ct expectations supportStéphane Veyret
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17netfilter: nft_ct: add ct expectations supportStéphane Veyret
2019-04-30netfilter: nft_ct: Add ct id supportBrett Mastbergen
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal
2018-09-28netfilter: nf_tables: add requirements for connsecmark supportChristian Göttsche
2018-09-20netfilter: conntrack: remove l3->l4 mapping informationFlorian Westphal
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal
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