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.
> >>
> >> Fixes: d5709f7ab776 ("flow_dissector: For
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
>> skb->vlan_tci")
>> Signed-off-by
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, thanks.
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 is OOO and I have asked Amir t
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
> ---
> net/core/flow_dissector.c | 6 ++
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(-)
diff --git a/ne