On Thu, Oct 1, 2015 at 1:53 PM, Joe Stringer <joestrin...@nicira.com> wrote: > If ovs_fragment() was unable to fragment the skb due to an L2 header > that exceeds the supported length, skbs would be leaked. Fix the bug. > > Fixes: 7f8a436 "openvswitch: Add conntrack action" > Signed-off-by: Joe Stringer <joestrin...@nicira.com> > --- > v2: Drop if condition, return in success case. > --- Acked-by: Pravin B Shelar <pshe...@nicira.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCHv2 0/7] OVS conntrack fixes for net Joe Stringer
- [PATCHv2 7/7] openvswitch: Change CT_ATTR_FLAGS to ... Joe Stringer
- Re: [PATCHv2 7/7] openvswitch: Change CT_ATTR_F... Pravin Shelar
- [PATCHv2 5/7] openvswitch: Reject ct_state unsuppor... Joe Stringer
- [PATCHv2 6/7] openvswitch: Extend ct_state match fi... Joe Stringer
- [PATCHv2 2/7] openvswitch: Fix typos in CT headers Joe Stringer
- [PATCHv2 4/7] openvswitch: Ensure flow is valid bef... Joe Stringer
- [PATCHv2 3/7] openvswitch: Fix skb leak in ovs_frag... Joe Stringer
- Re: [PATCHv2 3/7] openvswitch: Fix skb leak in ... Pravin Shelar
- [PATCHv2 1/7] openvswitch: Rename LABEL->LABELS Joe Stringer
- Re: [PATCHv2 1/7] openvswitch: Rename LABEL->... kbuild test robot
- [PATCHv3] openvswitch: Rename LABEL->LAB... Joe Stringer
- Re: [PATCHv3] openvswitch: Rename LABEL... Pravin Shelar
- Re: [PATCHv3] openvswitch: Rename LABEL... David Miller