Re: [PATCH net-next v1] tipc: make sure IPv6 header fits in skb headroom

2016-03-14 Thread David Miller
From: Richard Alpe Date: Mon, 14 Mar 2016 09:43:52 +0100 > Expand headroom further in order to be able to fit the larger IPv6 > header. Prior to this patch this caused a skb under panic for certain > tipc packets when using IPv6 UDP bearer(s). > > Signed-off-by: Richard Alpe > Acked-by: Jon Mal

[PATCH net-next v1] tipc: make sure IPv6 header fits in skb headroom

2016-03-14 Thread Richard Alpe
Expand headroom further in order to be able to fit the larger IPv6 header. Prior to this patch this caused a skb under panic for certain tipc packets when using IPv6 UDP bearer(s). Signed-off-by: Richard Alpe Acked-by: Jon Maloy --- net/tipc/udp_media.c | 2 +- 1 file changed, 1 insertion(+), 1