[PATCH 10/10] batman-adv: Fix potentially broken skb network header access

2015-08-14 Thread Antonio Quartulli
From: Linus Lüssing The two commits noted below added calls to ip_hdr() and ipv6_hdr(). They need a correctly set skb network header. Unfortunately we cannot rely on the device drivers to set it for us. Therefore setting it in the beginning of the according ndo_start_xmit handler. Fixes: 1d8ab8

[PATCH 10/10] batman-adv: Fix potentially broken skb network header access

2015-08-11 Thread Antonio Quartulli
From: Linus Lüssing The two commits noted below added calls to ip_hdr() and ipv6_hdr(). They need a correctly set skb network header. Unfortunately we cannot rely on the device drivers to set it for us. Therefore setting it in the beginning of the according ndo_start_xmit handler. Fixes: 1d8ab8