summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* 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-061-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-291-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/+1Star
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-271-3/+1Star
* 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-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-091-2/+6
|\
| * netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal2018-09-201-2/+6
* | openvswitch: load NAT helperFlavio Leitner2018-10-051-0/+4
* | Revert "openvswitch: Fix template leak in error cases."Flavio Leitner2018-10-021-4/+2Star
|/
* 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/+3Star
* 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-111-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-041-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/+5Star
* | openvswitch: fix potential out of bound access in parse_ctLiping Zhang2017-07-251-2/+5
|/
* openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-031-1/+29
|\
| * openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme2017-04-241-1/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-5/+0Star
|\ \
| * | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-151-5/+0Star
| |/
* | openvswitch: Add eventmask support to CT action.Jarno Rajahalme2017-04-241-0/+27
* | openvswitch: Typo fix.Jarno Rajahalme2017-04-241-1/+1
|/
* openvswitch: Fix refcount leak on force commit.Jarno Rajahalme2017-03-291-2/+2
* ipv6: orphan skbs in reassembly unitEric Dumazet2017-03-021-1/+0Star
* openvswitch: Set event bit after initializing labels.Jarno Rajahalme2017-02-201-3/+6
* openvswitch: Pack struct sw_flow_key.Jarno Rajahalme2017-02-101-20/+20
* openvswitch: Add force commit.Jarno Rajahalme2017-02-101-2/+24
* openvswitch: Add original direction conntrack tuple to sw_flow_key.Jarno Rajahalme2017-02-101-6/+80
* openvswitch: Inherit master's labels.Jarno Rajahalme2017-02-101-14/+31
* openvswitch: Refactor labels initialization.Jarno Rajahalme2017-02-101-42/+62