Searched hist:"78 a3694d44a029242dd0830b34ab20ef1704be35" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel_core.c | diff 78a3694d44a029242dd0830b34ab20ef1704be35 Tue Oct 01 04:35:51 CDT 2013 Steffen Klassert <steffen.klassert@secunet.com> ip_tunnel_core: Change __skb_push back to skb_push
Git commit 0e6fbc5b ("ip_tunnels: extend iptunnel_xmit()") moved the IP header installation to iptunnel_xmit() and changed skb_push() to __skb_push(). This makes possible bugs hard to track down, so change it back to skb_push().
Cc: Pravin Shelar <pshelar@nicira.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|