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
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1.1 KB
.mailmap -rw-r--r-- 4.4 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 93.3 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 267.3 KB
Makefile -rw-r--r-- 49.1 KB
README -rw-r--r-- 18.3 KB
REPORTING-BUGS -rw-r--r-- 7.3 KB

README

back to top