summaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-5/+10
2022-01-10net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-4/+10
2022-01-10netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-01-04net: openvswitch: Fill act ct extensionPaul Blakey1-0/+6
2021-05-11net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng1-7/+4
2021-04-10Merge 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-17net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-3/+5
2020-12-09net: 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+13
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-05net: openvswitch: Constify static struct genl_small_opsRikard Falkeborn1-1/+1
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-19net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-04openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()Peilin Ye1-18/+20
2020-04-20net: openvswitch: ovs_ct_exit to be done under ovs_lockTonghao Zhang1-1/+2
2019-12-05openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-10-06openvswitch: Allow attaching helper in later commitYi-Hung Wei1-8/+13
2019-08-29openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose1-0/+5
2019-08-26openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-25openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Geert Uytterhoeven1-2/+2
2019-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+20
2019-05-05openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King1-0/+4
2019-04-30openvswitch: load and reference the NAT helper.Flavio Leitner1-6/+20
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+3
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+3
2019-04-09netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-9/+9
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-03-29openvswitch: Add timeout support to ct actionYi-Hung Wei1-1/+29
2019-03-26openvswitch: add seqadj extension when NAT is used.Flavio Leitner1-0/+6
2019-03-22genetlink: make policy common to familyJohannes Berg1-3/+1
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-3/+1
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal1-4/+4
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal1-1/+1
2018-12-01openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King1-1/+1
2018-11-04openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2018-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+6
2018-10-05openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-02Revert "openvswitch: Fix template leak in error cases."Flavio Leitner1-4/+2
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal1-2/+6
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal1-0/+1
2018-07-18netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng1-1/+1
2018-07-16openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal1-14/+3
2018-05-25openvswitch: Support conntrack zone limitYi-Hung Wei1-1/+550
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-2/+2