summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHerbert Xu2017-01-10 21:24:01 +0100
committerDavid S. Miller2017-01-11 03:26:12 +0100
commit1272ce87fa017ca4cf32920764d879656b7a005a (patch)
tree77213de2de22ae61ead334aaaaab20fc37c2b93c /README
parentmlx4: Return EOPNOTSUPP instead of ENOTSUPP (diff)
downloadkernel-qcow2-linux-1272ce87fa017ca4cf32920764d879656b7a005a.tar.gz
kernel-qcow2-linux-1272ce87fa017ca4cf32920764d879656b7a005a.tar.xz
kernel-qcow2-linux-1272ce87fa017ca4cf32920764d879656b7a005a.zip
gro: Enter slow-path if there is no tailroom
The GRO path has a fast-path where we avoid calling pskb_may_pull and pskb_expand by directly accessing frag0. However, this should only be done if we have enough tailroom in the skb as otherwise we'll have to expand it later anyway. This patch adds the check by capping frag0_len with the skb tailroom. Fixes: cb18978cbf45 ("gro: Open-code final pskb_may_pull") Reported-by: Slava Shwartsman <slavash@mellanox.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions