summaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
AgeCommit message (Expand)Author
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-08-14net: openvswitch: add misc error drop reasonsAdrian Moreno
2023-07-20openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long
2023-02-10openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long
2023-02-09openvswitch: Use string_is_terminated() helperAndy Shevchenko
2023-02-01openvswitch: use skb_ip_totlen in conntrackXin Long
2022-12-12net: move the nat function to nf_nat_ovs for ovs and tcXin Long
2022-12-12openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_natXin Long
2022-12-12openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info natXin Long
2022-12-12openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_executeXin Long
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-08net: move add ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-11-08net: move the ct helper function to nf_conntrack_helper for ovs and tcXin Long
2022-10-12openvswitch: add nf_ct_is_confirmed check before assigning the helperXin Long
2022-09-27net: openvswitch: allow conntrack in non-initial user namespaceMichael Weiß
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-06-08net: openvswitch: fix misuse of the cached connection on tuple changesIlya Maximets
2022-03-21openvswitch: always update flow key after natAaron Conole
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski
2022-01-09net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-01-09netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang
2019-12-04openvswitch: support asymmetric conntrackAaron Conole
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller