summaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24openvswitch: Fix CT limit teardown use-after-freeYuqi Xu1-41/+79
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2026-08-18net: openvswitch: fix nf_connlabels leak in ovs_ct_initRuoyu Wang1-3/+5
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso1-9/+3
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao1-1/+2
2026-06-14netfilter: nf_conncount: callers must hold rcu read lockFlorian Westphal1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-6/+5
2025-11-28netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-8/+8
2025-03-13Revert "openvswitch: switch to per-action label counting in conntrack"Xin Long1-12/+18
2024-08-19netfilter: move nf_ct_netns_get out of nf_conncount_initXin Long1-3/+2
2024-08-15openvswitch: switch to per-action label counting in conntrackXin Long1-18/+12
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-10/+37
2024-06-21openvswitch: get related ct labels from its master if it is not confirmedXin Long1-1/+6
2024-04-24net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+1
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski1-1/+1
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno1-1/+2
2023-07-20openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long1-68/+10
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long1-44/+1
2023-02-10openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long1-32/+4
2023-02-09openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long1-1/+1
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long1-127/+10
2022-12-12openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long1-1/+1
2022-12-12openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long1-2/+4
2022-12-12openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long1-11/+6
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-4/+4
2022-11-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long1-39/+5
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long1-60/+1
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long1-1/+2
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß1-5/+8
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets1-1/+3
2022-03-21openvswitch: always update flow key after natAaron Conole1-59/+59
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-5/+10
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-4/+10
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey1-0/+6
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets1-4/+4
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET1-4/+2
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-3/+5
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique1-0/+8
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12