From: Pravin B Shelar Date: Mon, 25 Mar 2013 14:49:46 +0000 (+0000) Subject: VXLAN: Fix vxlan stats handling. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~332^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e817104525577413301b3cb709a6472e0cf44a6a;p=pandora-kernel.git VXLAN: Fix vxlan stats handling. Fixes bug in VXLAN code where is iptunnel_xmit() called with NULL dev->tstats. This bug was introduced in commit 6aed0c8bf7d2f389b (tunnel: use iptunnel_xmit() again). Following patch fixes bug by setting dev->tstats. It uses ip_tunnel module code to share stats function. CC: Cong Wang Signed-off-by: Pravin B Shelar Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed