summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_lib.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2024-05-06 14:39:39 +0000
committerJakub Kicinski <kuba@kernel.org>2024-05-07 17:43:18 -0700
commit05417aa9c0c038da2464a0c504b9d4f99814a23b (patch)
tree562576832095f002b63a5cab19e257b5be0c69e3 /drivers/net/ethernet/intel/ice/ice_lib.h
parent1b3b2d9e772b99ea3d0f1f2252bf7a1c94b88be6 (diff)
net: usb: sr9700: stop lying about skb->truesize
Some usb drivers 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") Fixes: c9b37458e956 ("USB2NET : SR9700 : One chip USB 1.1 USB2NET SR9700Device Driver Support") Signed-off-by: Eric Dumazet <edumazet@google.com> Link: https://lore.kernel.org/r/20240506143939.3673865-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.h')
0 files changed, 0 insertions, 0 deletions