From: Zoltan Kiss Date: Wed, 26 Mar 2014 22:37:45 +0000 (+0000) Subject: core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors X-Git-Tag: v3.14~8^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36d5fe6a000790f56039afe26834265db0a3ad4c;p=pandora-kernel.git core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors skb_zerocopy can copy elements of the frags array between skbs, but it doesn't orphan them. Also, it doesn't handle errors, so this patch takes care of that as well, and modify the callers accordingly. skb_tx_error() is also added to the callers so they will signal the failed delivery towards the creator of the skb. Signed-off-by: Zoltan Kiss Signed-off-by: David S. Miller --- Reading git-diff-tree failed