https://github.com/torvalds/linux
Revision 36d5fe6a000790f56039afe26834265db0a3ad4c authored by Zoltan Kiss on 26 March 2014, 22:37:45 UTC, committed by David S. Miller on 27 March 2014, 19:29:38 UTC
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 <zoltan.kiss@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent fc0d48b
History
Tip revision: 36d5fe6a000790f56039afe26834265db0a3ad4c authored by Zoltan Kiss on 26 March 2014, 22:37:45 UTC
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Tip revision: 36d5fe6
File Mode Size
.gitignore -rw-r--r-- 151 bytes
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 2.3 KB
gen_init_cpio.c -rw-r--r-- 12.7 KB
initramfs_data.S -rw-r--r-- 1.3 KB

back to top