Re: [tipc-discussion] [PATCH tipc-discussion] tipc: make sure IPv6 header fits in skb headroom

2016-03-10 Thread Jon Maloy
Alpe > Subject: [PATCH tipc-discussion] tipc: make sure IPv6 header fits in skb > headroom > > Expand headroom further for IPv6 in order to be able to fit the larger > header. Prior to this patch this caused a skb under panic for certain > tipc packets, for example retransmissions.

[tipc-discussion] [PATCH tipc-discussion] tipc: make sure IPv6 header fits in skb headroom

2016-03-10 Thread Richard Alpe
Expand headroom further for IPv6 in order to be able to fit the larger header. Prior to this patch this caused a skb under panic for certain tipc packets, for example retransmissions. Signed-off-by: Richard Alpe --- net/tipc/udp_media.c | 18 +- 1 file