aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-04openvswitch: Free tmpl with tmpl_free.Joe Stringer1-1/+1
2016-08-03openvswitch: Remove incorrect WARN_ONCE().Jarno Rajahalme1-7/+1
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal1-2/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+12
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier1-2/+12
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme1-25/+51
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme1-19/+14
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2016-05-11openvswitch: Fix cached ct with helper.Joe Stringer1-0/+13
2016-05-05openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointerPablo Neira Ayuso1-8/+0
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2016-04-21openvswitch: Orphan skbs before IPv6 defragJoe Stringer1-0/+1
2016-04-18netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal1-1/+1
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-10/+11
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann1-8/+8
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme1-2/+3
2016-03-28openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan1-1/+2
2016-03-14openvswitch: Interface with NAT.Jarno Rajahalme1-26/+498
2016-03-14openvswitch: Delay conntrack helper call for new connections.Jarno Rajahalme1-5/+16
2016-03-14openvswitch: Handle NF_REPEAT in conntrack action.Jarno Rajahalme1-2/+8
2016-03-14openvswitch: Find existing conntrack entry after upcall.Jarno Rajahalme1-13/+90
2016-03-14openvswitch: Update the CT state key only after nf_conntrack_in().Jarno Rajahalme1-3/+4
2016-03-14openvswitch: Add commentary to conntrack.cJarno Rajahalme1-1/+20
2016-03-14netfilter: Remove IP_CT_NEW_REPLY definition.Jarno Rajahalme1-2/+0
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-20/+5
2015-12-11openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2015-12-11openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal1-6/+5
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal1-14/+0
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2015-10-27openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-27openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer1-4/+13
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+15
2015-10-21openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-21openvswitch: Mark connections new when not confirmed.Joe Stringer1-5/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-45/+44
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+1
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-1/+1
2015-10-07openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer1-7/+6
2015-10-07openvswitch: Extend ct_state match field to 32 bitsJoe Stringer1-1/+1
2015-10-05openvswitch: Rename LABEL->LABELSJoe Stringer1-37/+37
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+1
2015-09-17openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer1-3/+5
2015-08-28openvswitch: Fix conntrack compilation without mark.Joe Stringer1-3/+14
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1
2015-08-27openvswitch: Allow attaching helpers to ct actionJoe Stringer1-2/+107
2015-08-27openvswitch: Allow matching on conntrack labelJoe Stringer1-2/+126