]> 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)
commit6af697c453e09ebe4b884c0b8d5c1d755a3c9b05
treeb2001bb985856d2177212451273d1f6ebcc55035
parent0cb0b48b4a067720126a72c5bbc2ed41e506421f
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