summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix cached ct with helper.Joe Stringer2016-05-111-0/+13
* openvswitch: Orphan skbs before IPv6 defragJoe Stringer2016-04-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-281-10/+11
|\
| * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-281-8/+8
| * openvswitch: Fix checking for new expected connections.Jarno Rajahalme2016-03-281-2/+3
* | openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan2016-03-281-1/+2
|/
* openvswitch: Interface with NAT.Jarno Rajahalme2016-03-141-26/+498
* openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme2016-03-141-5/+16
* openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme2016-03-141-2/+8
* openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme2016-03-141-13/+90
* openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme2016-03-141-3/+4
* openvswitch: Add commentary to conntrack.cJarno Rajahalme2016-03-141-1/+20
* netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme2016-03-141-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-2/+4
|\
| * openvswitch: Fix template leak in error cases.Joe Stringer2015-12-291-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-20/+5Star
|\ \ | |/ |/|
| * netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-231-6/+5Star
| * netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-231-14/+0Star
* | openvswitch: Respect conntrack zone even if invalidJoe Stringer2015-12-121-2/+5
* | openvswitch: Fix helper reference leakJoe Stringer2015-12-121-1/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-4/+20
|\
| * openvswitch: Fix skb leak using IPv6 defragJoe Stringer2015-10-281-0/+7
| * openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-281-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-9/+15
|\|
| * openvswitch: Serialize nested ct actions if providedJoe Stringer2015-10-221-4/+10
| * openvswitch: Mark connections new when not confirmed.Joe Stringer2015-10-221-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-45/+44Star
|\|
| * openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer2015-10-071-7/+6Star
| * openvswitch: Extend ct_state match field to 32 bitsJoe Stringer2015-10-071-1/+1
| * openvswitch: Rename LABEL->LABELSJoe Stringer2015-10-051-37/+37
* | ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-131-1/+1
* | ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-271-3/+5
|\|
| * openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer2015-09-181-3/+5
* | netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman2015-09-181-1/+1
|/
* openvswitch: Fix conntrack compilation without mark.Joe Stringer2015-08-291-3/+14
* openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg2015-08-281-1/+1
* openvswitch: Allow attaching helpers to ct actionJoe Stringer2015-08-271-2/+107
* openvswitch: Allow matching on conntrack labelJoe Stringer2015-08-271-2/+126
* openvswitch: Allow matching on conntrack markJoe Stringer2015-08-271-3/+64
* openvswitch: Add conntrack actionJoe Stringer2015-08-271-0/+454