Re: [PATCH net-next v1 1/4] tipc: add net device to skb before UDP xmit

2016-03-06 Thread David Miller
From: Richard Alpe Date: Thu, 3 Mar 2016 14:20:40 +0100 > Prior to this patch enabling a IPv4 UDP bearer caused a null pointer > dereference in iptunnel_xmit_stats(), when it tried to dereference the > net device from the skb. To resolve this we now point the skb device > to the net device resolv

RE: [PATCH net-next v1 1/4] tipc: add net device to skb before UDP xmit

2016-03-03 Thread Xue, Ying
...@lists.sourceforge.net; Richard Alpe Subject: [PATCH net-next v1 1/4] tipc: add net device to skb before UDP xmit Prior to this patch enabling a IPv4 UDP bearer caused a null pointer dereference in iptunnel_xmit_stats(), when it tried to dereference the net device from the skb. To resolve this

[PATCH net-next v1 1/4] tipc: add net device to skb before UDP xmit

2016-03-03 Thread Richard Alpe
Prior to this patch enabling a IPv4 UDP bearer caused a null pointer dereference in iptunnel_xmit_stats(), when it tried to dereference the net device from the skb. To resolve this we now point the skb device to the net device resolved from the routing table. Fixes: 039f50629b7f (ip_tunnel: Move s