Re: [PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-19 Thread Eric Garver
On Wed, Oct 19, 2016 at 11:44:10AM +0300, Amir Vadai wrote: > On Tue, Oct 18, 2016 at 4:59 PM, Or Gerlitz wrote: > > On Mon, Oct 17, 2016 at 11:30 PM, Eric Garver wrote: > >> Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. > >> > >>

Re: [PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-19 Thread Amir Vadai
On Tue, Oct 18, 2016 at 4:59 PM, Or Gerlitz wrote: > On Mon, Oct 17, 2016 at 11:30 PM, Eric Garver wrote: >> Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. >> >> Fixes: d5709f7ab776 ("flow_dissector: For stripped vlan, get vlan info from

Re: [PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-19 Thread David Miller
From: Eric Garver Date: Mon, 17 Oct 2016 16:30:12 -0400 > Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. > > Fixes: d5709f7ab776 ("flow_dissector: For stripped vlan, get vlan info from > skb->vlan_tci") > Signed-off-by: Eric Garver Applied,

Re: [PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-18 Thread Or Gerlitz
On Mon, Oct 17, 2016 at 11:30 PM, Eric Garver wrote: > Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. > > Fixes: d5709f7ab776 ("flow_dissector: For stripped vlan, get vlan info from > skb->vlan_tci") > Signed-off-by: Eric Garver Dave, Hadar

Re: [PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-18 Thread Jakub Sitnicki
On Mon, Oct 17, 2016 at 08:30 PM GMT, Eric Garver wrote: > Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. > > Fixes: d5709f7ab776 ("flow_dissector: For stripped vlan, get vlan info from > skb->vlan_tci") > Signed-off-by: Eric Garver > --- >

[PATCH net v2] flow_dissector: Check skb for VLAN only if skb specified.

2016-10-17 Thread Eric Garver
Fixes a panic when calling eth_get_headlen(). Noticed on i40e driver. Fixes: d5709f7ab776 ("flow_dissector: For stripped vlan, get vlan info from skb->vlan_tci") Signed-off-by: Eric Garver --- net/core/flow_dissector.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-)