]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64806b5163a1797695b165202c7918ca9c7df272
treeb2001bb985856d2177212451273d1f6ebcc55035
parent03e8bf6d1c5ad705b7533f21e338818b5a3f073e
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