summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Lüssing <linus.luessing@c0d3.blue>2015-06-30 23:45:26 +0200
committerLuis Henriques <luis.henriques@canonical.com>2015-09-30 13:20:43 +0100
commit7064447899bcd06949366078d2f6075bf2bfccfc (patch)
tree28b18c6a238d9ffe0c32e75552e0066f28f2d905 /include
parente1de5802d4da61eedbf98d411cbb6f42c9712726 (diff)
batman-adv: Fix potentially broken skb network header access
commit 53cf037bf846417fd92dc92ddf97267f69b110f4 upstream. 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: 1d8ab8d3c176 ("batman-adv: Modified forwarding behaviour for multicast packets") Fixes: ab49886e3da7 ("batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support") Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions