git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb01747
)
net: splice: fix __splice_segment()
author
Eric Dumazet
<edumazet@google.com>
Fri, 11 Jan 2013 14:46:37 +0000
(14:46 +0000)
committer
David S. Miller
<davem@davemloft.net>
Sat, 12 Jan 2013 00:48:08 +0000
(16:48 -0800)
commit
9ca1b22d6d2
(net: splice: avoid high order page splitting)
forgot that skb->head could need a copy into several page frags.
This could be the case for loopback traffic mostly.
Also remove now useless skb argument from linear_to_page()
and __splice_segment() prototypes.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Willy Tarreau <w@1wt.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --cc
net/core/skbuff.c
Simple merge