summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/conntrack.c
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: Fix skb leak using IPv6 defragJoe Stringer2015-10-271-0/+7
* openvswitch: Fix double-free on ip_defrag() errorsJoe Stringer2015-10-271-4/+13
* openvswitch: Serialize nested ct actions if providedJoe Stringer2015-10-211-4/+10
* openvswitch: Mark connections new when not confirmed.Joe Stringer2015-10-211-5/+5
* openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMITJoe Stringer2015-10-071-7/+6
* openvswitch: Extend ct_state match field to 32 bitsJoe Stringer2015-10-071-1/+1
* openvswitch: Rename LABEL->LABELSJoe Stringer2015-10-051-37/+37
* openvswitch: Fix IPv6 exthdr handling with ct helpers.Joe Stringer2015-09-171-3/+5
* openvswitch: Fix conntrack compilation without mark.Joe Stringer2015-08-281-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