summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim2024-04-241-2/+2
* net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets2024-04-051-2/+3
* net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov2023-11-081-1/+1
* genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-1/+1
* net: openvswitch: add misc error drop reasonsAdrian Moreno2023-08-141-1/+2
* openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long2023-07-201-68/+10
* net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-44/+1
* openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long2023-02-101-12/+25
* net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-32/+4
* openvswitch: Use string_is_terminated() helperAndy Shevchenko2023-02-091-2/+3
* openvswitch: use skb_ip_totlen in conntrackXin Long2023-02-011-1/+1
* net: move the nat function to nf_nat_ovs for ovs and tcXin Long2022-12-121-127/+10
* openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long2022-12-121-1/+1
* openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long2022-12-121-2/+4
* openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long2022-12-121-11/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+4
|\
| * netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-4/+4
* | net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-39/+5
* | net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long2022-11-081-60/+1
|/
* openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long2022-10-121-1/+2
* net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß2022-09-271-5/+8
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets2022-06-081-1/+3
* openvswitch: always update flow key after natAaron Conole2022-03-211-59/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-5/+10
|\
| * net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-01-091-4/+10
| * netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-01-091-1/+0
* | net: openvswitch: Fill act ct extensionPaul Blakey2022-01-041-0/+6
|/
* net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng2021-05-101-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-4/+4
|\
| * openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets2021-04-051-4/+4
* | net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET2021-04-041-4/+2
|/
* net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-3/+5
* net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun2020-12-081-5/+1
* net: openvswitch: Be liberal in tcp conntrack.Numan Siddique2020-11-201-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-9/+13
|\
| * openvswitch: handle DNAT tuple collisionDumitru Ceara2020-10-081-9/+13
* | net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn2020-10-041-1/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | net: openswitch: reuse the helper variable to improve the code readablityZeng Tao2020-09-181-2/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye2020-08-031-18/+20
* net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang2020-04-201-1/+2
* openvswitch: support asymmetric conntrackAaron Conole2019-12-041-0/+11
* openvswitch: Allow attaching helper in later commitYi-Hung Wei2019-10-061-8/+13
* openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose2019-08-281-0/+5
* openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-08-251-0/+13
* openvswitch: Fix log message in ovs conntrackYi-Hung Wei2019-08-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven2019-05-081-2/+2