aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28openvswitch: Properly set L4 keys on "later" IP fragmentsGreg Rose1-0/+5
2019-08-25openvswitch: Fix conntrack cache with timeoutYi-Hung Wei1-0/+13
2019-08-24openvswitch: 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-05Merge 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-27genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-3/+3
2019-04-08netfilter: 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-28openvswitch: 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-11-30openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King1-1/+1
2018-11-03openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2018-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+6
2018-10-04openvswitch: load NAT helperFlavio Leitner1-0/+4
2018-10-01Revert "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
2018-02-01openvswitch: Remove padding from packet before L3+ conntrack processingEd Swierk1-0/+34
2018-01-02openvswitch: drop unneeded newlineJulia Lawall1-2/+2
2017-10-22openvswitch: conntrack: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-10openvswitch: add ct_clear actionEric Garver1-0/+11
2017-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+2
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal1-2/+2
2017-08-11openvswitch: Remove unnecessary newlines from OVS_NLERR usesJoe Perches1-9/+5
2017-07-24openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-07-15openvswitch: Fix for force/commit action failuresGreg Rose1-15/+36
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-2/+2
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+29
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+0
2017-04-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme1-1/+29
2017-04-24openvswitch: Add eventmask support to CT action.Jarno Rajahalme1-0/+27
2017-04-24openvswitch: Typo fix.Jarno Rajahalme1-1/+1
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-5/+0
2017-03-28openvswitch: Fix refcount leak on force commit.Jarno Rajahalme1-2/+2
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet1-1/+0
2017-02-20openvswitch: Set event bit after initializing labels.Jarno Rajahalme1-3/+6
2017-02-09openvswitch: Pack struct sw_flow_key.Jarno Rajahalme1-20/+20
2017-02-09openvswitch: Add force commit.Jarno Rajahalme1-2/+24