aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/user.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-05-06 14:23:58 +0000
committerJakub Kicinski <[email protected]>2024-05-08 00:38:48 +0000
commit1b3b2d9e772b99ea3d0f1f2252bf7a1c94b88be6 (patch)
tree38efc4091a19a9c42a31cb900c761413ca7577bf /net/dsa/user.c
parentusb: aqc111: stop lying about skb->truesize (diff)
downloadkernel-1b3b2d9e772b99ea3d0f1f2252bf7a1c94b88be6.tar.gz
kernel-1b3b2d9e772b99ea3d0f1f2252bf7a1c94b88be6.zip
net: usb: smsc75xx: stop lying about skb->truesize
Some usb drivers try to set small skb->truesize and break core networking stacks. In this patch, I removed one of the skb->truesize override. I also replaced one skb_clone() by an allocation of a fresh and small skb, to get minimally sized skbs, like we did in commit 1e2c61172342 ("net: cdc_ncm: reduce skb truesize in rx path") and 4ce62d5b2f7a ("net: usb: ax88179_178a: stop lying about skb->truesize") Signed-off-by: Eric Dumazet <[email protected]> Cc: Steve Glendinning <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/dsa/user.c')
0 files changed, 0 insertions, 0 deletions