All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/14] Use net_device_stats from struct net_device
@ 2017-04-07  8:17 Tobias Klauser
  2017-04-07  8:17 ` [PATCH net-next 01/14] net: cxgb: " Tobias Klauser
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Tobias Klauser @ 2017-04-07  8:17 UTC (permalink / raw)
  To: netdev

Along the lines of previous patches, switch (almost) all remaining net
drivers to use net_device_stats from net_device instead of including a
copy of it in their netdev_priv struct.

Tobias Klauser (14):
  net: cxgb: Use net_device_stats from struct net_device
  net: cxgb3: Use net_device_stats from struct net_device
  net: dl2k: Use net_device_stats from struct net_device
  net: emac: Use net_device_stats from struct net_device
  net: macb: Use net_device_stats from struct net_device
  net: moxa: Use net_device_stats from struct net_device
  net: nmlan_cs: Use net_device_stats from struct net_device
  net: nuvoton: Use net_device_stats from struct net_device
  net: sunbmac: Use net_device_stats from struct net_device
  net: sunhme: Use net_device_stats from struct net_device
  net: tulip: de2104x: Use net_device_stats from struct net_device
  net: typhoon: Use net_device_stats from struct net_device
  usbnet: kaweth: Use net_device_stats from struct net_device
  usbnet: pegasus: Use net_device_stats from struct net_device

 drivers/net/ethernet/3com/typhoon.c             |  7 ++--
 drivers/net/ethernet/amd/nmclan_cs.c            | 49 ++++++++++++-------------
 drivers/net/ethernet/cadence/macb.c             | 40 ++++++++++----------
 drivers/net/ethernet/cadence/macb.h             |  1 -
 drivers/net/ethernet/chelsio/cxgb/common.h      |  1 -
 drivers/net/ethernet/chelsio/cxgb/cxgb2.c       |  2 +-
 drivers/net/ethernet/chelsio/cxgb3/adapter.h    |  1 -
 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c |  2 +-
 drivers/net/ethernet/dec/tulip/de2104x.c        | 42 ++++++++++-----------
 drivers/net/ethernet/dlink/dl2k.c               | 45 ++++++++++-------------
 drivers/net/ethernet/dlink/dl2k.h               |  1 -
 drivers/net/ethernet/ibm/emac/core.c            |  2 +-
 drivers/net/ethernet/ibm/emac/core.h            |  1 -
 drivers/net/ethernet/moxa/moxart_ether.c        | 28 +++++---------
 drivers/net/ethernet/moxa/moxart_ether.h        |  1 -
 drivers/net/ethernet/nuvoton/w90p910_ether.c    | 33 ++++++-----------
 drivers/net/ethernet/sun/sunbmac.c              | 18 ++++-----
 drivers/net/ethernet/sun/sunbmac.h              |  1 -
 drivers/net/ethernet/sun/sunhme.c               | 22 +++++------
 drivers/net/ethernet/sun/sunhme.h               |  2 -
 drivers/net/usb/kaweth.c                        | 32 +++++-----------
 drivers/net/usb/pegasus.c                       | 36 ++++++++----------
 drivers/net/usb/pegasus.h                       |  1 -
 23 files changed, 156 insertions(+), 212 deletions(-)

-- 
2.12.2

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

end of thread, other threads:[~2017-04-11  9:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07  8:17 [PATCH net-next 00/14] Use net_device_stats from struct net_device Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 01/14] net: cxgb: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 02/14] net: cxgb3: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 03/14] net: dl2k: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 04/14] net: emac: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 05/14] net: macb: " Tobias Klauser
2017-04-07  8:29   ` Nicolas Ferre
2017-04-07  8:57     ` Tobias Klauser
2017-04-07 14:08       ` David Miller
2017-04-07  8:17 ` [PATCH net-next 06/14] net: moxa: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 07/14] net: nmlan_cs: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 08/14] net: nuvoton: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 09/14] net: sunbmac: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 10/14] net: sunhme: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 11/14] net: tulip: de2104x: " Tobias Klauser
2017-04-07  8:17 ` [PATCH net-next 12/14] net: typhoon: " Tobias Klauser
     [not found] ` <20170407081739.5243-1-tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org>
2017-04-07  8:17   ` [PATCH net-next 13/14] usbnet: kaweth: " Tobias Klauser
     [not found]     ` <20170407081739.5243-14-tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org>
2017-04-11  9:15       ` Oliver Neukum
2017-04-07  8:17 ` [PATCH net-next 14/14] usbnet: pegasus: " Tobias Klauser
2017-04-11  8:30   ` Petko Manolov
2017-04-07 14:06 ` [PATCH net-next 00/14] " David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.