summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
AgeCommit message (Expand)AuthorLines
2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng-7/+4
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets-4/+4
2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET-4/+2
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu-3/+5
2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun-5/+1
2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique-0/+8
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+13
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara-9/+13
2020-10-04net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-03openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye-18/+20
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang-1/+2
2019-12-04openvswitch: support asymmetric conntrackAaron Conole-0/+11
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei-8/+13
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose-0/+5
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei-0/+13
2019-08-24openvswitch: Fix log message in ovs conntrackYi-Hung Wei-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner-9/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven-2/+2
2019-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-6/+20
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King-0/+4
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner-6/+20
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg-0/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-3/+3
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal-9/+9
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter-1/+1
2019-03-28openvswitch: Add timeout support to ct actionYi-Hung Wei-1/+29
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner-0/+6
2019-03-22genetlink: make policy common to familyJohannes Berg-3/+1
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal-3/+1
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal-4/+4
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal-1/+1
2018-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King-1/+1
2018-11-03openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann-1/+2
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+6
2018-10-04openvswitch: load NAT helperFlavio Leitner-0/+4
2018-10-01Revert "openvswitch: Fix template leak in error cases."Flavio Leitner-4/+2
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal-2/+6
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal-0/+1
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng-1/+1
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal-14/+3
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei-1/+550
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre-2/+2
2018-02-01openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk-0/+34
2018-01-02openvswitch: drop unneeded newlineJulia Lawall-2/+2
2017-10-22openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-10-10openvswitch: add ct_clear actionEric Garver-0/+11