From: Jakub Kicinski Date: Sat, 11 Feb 2023 00:23:05 +0000 (-0800) Subject: Merge branch 'net-move-more-duplicate-code-of-ovs-and-tc-conntrack-into-nf_conntrack_ovs' X-Git-Tag: v6.3-rc1~162^2~94 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=33c6ce4a4c61c89c5d7b5c04f421deac1d47b4a0;p=users%2Fdwmw2%2Flinux.git Merge branch 'net-move-more-duplicate-code-of-ovs-and-tc-conntrack-into-nf_conntrack_ovs' Xin Long says: ==================== net: move more duplicate code of ovs and tc conntrack into nf_conntrack_ovs We've moved some duplicate code into nf_nat_ovs in: "net: eliminate the duplicate code in the ct nat functions of ovs and tc" This patchset addresses more code duplication in the conntrack of ovs and tc then creates nf_conntrack_ovs for them, and four functions will be extracted and moved into it: nf_ct_handle_fragments() nf_ct_skb_network_trim() nf_ct_helper() nf_ct_add_helper() ==================== Link: https://lore.kernel.org/r/cover.1675810210.git.lucien.xin@gmail.com Signed-off-by: Jakub Kicinski --- 33c6ce4a4c61c89c5d7b5c04f421deac1d47b4a0