netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] net: use skb_cow_head() to deal with cloned skbs
@ 2017-04-19 16:59 Eric Dumazet
  2017-04-19 16:59 ` [PATCH net 1/6] smsc75xx: " Eric Dumazet
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Eric Dumazet @ 2017-04-19 16:59 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, James Hughes, Eric Dumazet, Eric Dumazet

James Hughes found an issue with smsc95xx driver. Same problematic code
is found in other drivers.

Eric Dumazet (6):
  smsc75xx: use skb_cow_head() to deal with cloned skbs
  cx82310_eth: use skb_cow_head() to deal with cloned skbs
  sr9700: use skb_cow_head() to deal with cloned skbs
  lan78xx: use skb_cow_head() to deal with cloned skbs
  ch9200: use skb_cow_head() to deal with cloned skbs
  kaweth: use skb_cow_head() to deal with cloned skbs

 drivers/net/usb/ch9200.c      |  9 ++-------
 drivers/net/usb/cx82310_eth.c |  7 ++-----
 drivers/net/usb/kaweth.c      | 18 ++++++------------
 drivers/net/usb/lan78xx.c     |  9 ++-------
 drivers/net/usb/smsc75xx.c    |  8 ++------
 drivers/net/usb/sr9700.c      |  9 ++-------
 6 files changed, 16 insertions(+), 44 deletions(-)

-- 
2.12.2.816.g2cccc81164-goog

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-21 18:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-19 16:59 [PATCH net 0/6] net: use skb_cow_head() to deal with cloned skbs Eric Dumazet
2017-04-19 16:59 ` [PATCH net 1/6] smsc75xx: " Eric Dumazet
2017-04-19 16:59 ` [PATCH net 2/6] cx82310_eth: " Eric Dumazet
2017-04-19 16:59 ` [PATCH net 3/6] sr9700: " Eric Dumazet
2017-04-19 16:59 ` [PATCH net 4/6] lan78xx: " Eric Dumazet
2017-04-19 16:59 ` [PATCH net 5/6] ch9200: " Eric Dumazet
2017-04-19 16:59 ` [PATCH net 6/6] kaweth: " Eric Dumazet
2017-04-21 17:25 ` [PATCH net 0/6] net: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).