summaryrefslogtreecommitdiff
path: root/net/openvswitch/conntrack.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-24openvswitch: Delete conntrack entry clashing with an expectation.Jarno Rajahalme1-1/+29
2017-08-11openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-1/+2
2015-12-29openvswitch: Fix template leak in error cases.Joe Stringer1-2/+4
2015-12-12openvswitch: Respect conntrack zone even if invalidJoe Stringer1-2/+5
2015-12-12openvswitch: Fix helper reference leakJoe Stringer1-1/+8
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2015-10-28openvswitch: Fix skb leak using IPv6 defragJoe Stringer1-0/+7
2015-10-28openvswitch: 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-22openvswitch: Serialize nested ct actions if providedJoe Stringer1-4/+10
2015-10-22openvswitch: 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-13ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+1
2015-10-13ipv4: 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-27Merge 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-18openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer1-3/+5
2015-08-29openvswitch: 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
2015-08-27openvswitch: Allow matching on conntrack markJoe Stringer1-3/+64
2015-08-27openvswitch: Add conntrack actionJoe Stringer1-0/+454