net: Add skb_unclone() helper function.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 14 Feb 2013 09:44:49 +0000 (09:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Feb 2013 20:10:37 +0000 (15:10 -0500)
commit14bbd6a565e1bcdc240d44687edb93f721cfdf99
treeb2001bb985856d2177212451273d1f6ebcc55035
parentd887199dc28c46788b155b234274d5ff41afed8e
net: Add skb_unclone() helper function.

This function will be used in next GRE_GSO patch. This patch does
not change any functionality.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Eric Dumazet <edumazet@google.com>
13 files changed:
drivers/net/ppp/ppp_generic.c
include/linux/skbuff.h
net/ipv4/ah4.c
net/ipv4/ip_fragment.c
net/ipv4/tcp_output.c
net/ipv4/xfrm4_input.c
net/ipv4/xfrm4_mode_tunnel.c
net/ipv6/ah6.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c
net/ipv6/xfrm6_mode_tunnel.c
net/sched/act_ipt.c
net/sched/act_pedit.c