[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190405173136.18050-1-m-karicheri2@ti.com>
Date: Fri, 5 Apr 2019 13:31:22 -0400
From: Murali Karicheri <m-karicheri2@...com>
To: <davem@...emloft.net>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <arvid.brodin@...en.se>,
<a-kramer@...com>
Subject: [PATCH net 00/14] net: hsr: improvements and bug fixes
This series has some coding style fixes and other bug fixes.
Patch 12/14, I have also done SPDX conversion. Not sure if
that is the only thing needed and is correct. So please pay
close attention to this patch before merge as I would like to
avoid any issue related to licensing applicable for this code.
Thanks
Murali Karicheri
Aaron Kramer (1):
net: hsr: Fix node prune function for forget time expiry
Murali Karicheri (13):
net: hsr: fix lines exceeding 80 characters
net: hsr: fix multiple blank lines in the code
net: hsr: remove unnecessary paranthesis from the code
net: hsr: fix alignment issues in the code for functions
net: hsr: fix lines that ends with a '('
net: hsr: fix NULL checks in the code
net: hsr: remove unnecessary space after a cast
net: hsr: fix placement of logical operator in a multi-line statement
net: hsr: add missing space around operator in code
net: hsr: remove camel case usage in the code
net: hsr: add blank line after function declaration
net: hsr: convert to SPDX identifier
net: hsr: add debugfs support for display node list
net/hsr/Makefile | 1 +
net/hsr/hsr_device.c | 66 +++++++++-----------
net/hsr/hsr_device.h | 6 +-
net/hsr/hsr_forward.c | 90 ++++++++++++---------------
net/hsr/hsr_forward.h | 6 +-
net/hsr/hsr_framereg.c | 127 ++++++++++++++++----------------------
net/hsr/hsr_framereg.h | 18 ++++--
net/hsr/hsr_main.c | 16 ++---
net/hsr/hsr_main.h | 63 ++++++++++---------
net/hsr/hsr_netlink.c | 59 +++++++-----------
net/hsr/hsr_netlink.h | 6 +-
net/hsr/hsr_prp_debugfs.c | 120 +++++++++++++++++++++++++++++++++++
net/hsr/hsr_slave.c | 19 ++----
net/hsr/hsr_slave.h | 7 +--
14 files changed, 327 insertions(+), 277 deletions(-)
create mode 100644 net/hsr/hsr_prp_debugfs.c
--
2.17.0
Powered by blists - more mailing lists