summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-051-6/+20
|\
| * openvswitch: load and reference the NAT helper.Flavio Leitner2019-04-301-6/+20
* | openvswitch: check for null pointer return from nla_nest_start_noflagColin Ian King2019-05-051-0/+4
|/
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+3
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-3/+3
* netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-081-9/+9
* openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter2019-04-021-1/+1
* openvswitch: Add timeout support to ct actionYi-Hung Wei2019-03-281-1/+29
* openvswitch: add seqadj extension when NAT is used.Flavio Leitner2019-03-261-0/+6
* genetlink: make policy common to familyJohannes Berg2019-03-221-3/+1
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-271-3/+1
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-271-4/+4
* netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-181-1/+1
* openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King2018-11-301-1/+1
* openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2018-11-031-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-081-2/+6
|\
| * netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-201-2/+6
* | openvswitch: load NAT helperFlavio Leitner2018-10-041-0/+4
* | Revert "openvswitch: Fix template leak in error cases."Flavio Leitner2018-10-011-4/+2
|/
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-0/+1
* netfilter: Remove useless param helper of nf_ct_helper_ext_addGao Feng2018-07-181-1/+1
* openvswitch: use nf_ct_get_tuplepr, invert_tupleprFlorian Westphal2018-07-161-14/+3
* openvswitch: Support conntrack zone limitYi-Hung Wei2018-05-251-1/+550
* netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-241-2/+2
* openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk2018-02-011-0/+34
* openvswitch: drop unneeded newlineJulia Lawall2018-01-021-2/+2
* openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva2017-10-221-0/+1
* openvswitch: add ct_clear actionEric Garver2017-10-101-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-031-2/+2
|\
| * netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-241-2/+2
* | openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches2017-08-111-9/+5
* | openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-241-2/+5
|/
* openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36