All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next PATCH v2 0/3] net: hsr: updates from internal tree
@ 2019-04-15 15:36 Murali Karicheri
  2019-04-15 15:36 ` [net-next PATCH v2 1/3] net: hsr: fix naming of file and functions Murali Karicheri
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Murali Karicheri @ 2019-04-15 15:36 UTC (permalink / raw)
  To: arvid.brodin, davem, netdev, linux-kernel

This series picks commit from our internal kernel tree.
Patch 1/3 fixes a file name issue introduced in my previous
series.

History:
  v2: fixed patch 3/3 by moving stats update to inside hsr_forward_skb()

Murali Karicheri (3):
  net: hsr: fix naming of file and functions
  net: hsr: fix debugfs path to support multiple interfaces
  net: hsr: add tx stats for master interface

 net/hsr/Makefile                             |  2 +-
 net/hsr/{hsr_prp_debugfs.c => hsr_debugfs.c} | 43 ++++++++++----------
 net/hsr/hsr_device.c                         |  4 +-
 net/hsr/hsr_forward.c                        |  7 ++++
 net/hsr/hsr_main.h                           |  9 ++--
 5 files changed, 36 insertions(+), 29 deletions(-)
 rename net/hsr/{hsr_prp_debugfs.c => hsr_debugfs.c} (69%)

-- 
2.17.0


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

end of thread, other threads:[~2019-04-16  0:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-15 15:36 [net-next PATCH v2 0/3] net: hsr: updates from internal tree Murali Karicheri
2019-04-15 15:36 ` [net-next PATCH v2 1/3] net: hsr: fix naming of file and functions Murali Karicheri
2019-04-15 15:36 ` [net-next PATCH v2 2/3] net: hsr: fix debugfs path to support multiple interfaces Murali Karicheri
2019-04-15 15:36 ` [net-next PATCH v2 3/3] net: hsr: add tx stats for master interface Murali Karicheri
2019-04-16  0:22 ` [net-next PATCH v2 0/3] net: hsr: updates from internal tree 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.