Re: [PATCH v2 net-next 0/2] flow_dissector: Flow dissector fixes

2017-09-05 Thread David Miller
From: Tom Herbert Date: Fri, 1 Sep 2017 14:04:10 -0700 > This patch set fixes some basic issues with __skb_flow_dissect function. > > Items addressed: > - Cleanup control flow in the function; in particular eliminate a > bunch of goto's and implement a simplified control flow model > -

[PATCH v2 net-next 0/2] flow_dissector: Flow dissector fixes

2017-09-01 Thread Tom Herbert
This patch set fixes some basic issues with __skb_flow_dissect function. Items addressed: - Cleanup control flow in the function; in particular eliminate a bunch of goto's and implement a simplified control flow model - Add limits for number of encapsulations and headers that can be di