[PATCH net-next v3 0/2] bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR

From: Horatiu Vultur
Date: Fri Jun 26 2020 - 03:34:14 EST


This patch series extends MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR.
To allow the userspace to clear all MRP instances when is started. The
second patch in the series fix different sparse warnings.

v3:
- add the second patch to fix sparse warnings

v2:
- use list_for_each_entry_safe instead of list_for_each_entry_rcu
when deleting mrp instances

Horatiu Vultur (2):
bridge: mrp: Extend MRP netlink interface with IFLA_BRIDGE_MRP_CLEAR
bridge: mrp: Fix endian conversion and some other warnings

include/uapi/linux/if_bridge.h | 8 ++++++++
net/bridge/br_mrp.c | 17 ++++++++++++++++-
net/bridge/br_mrp_netlink.c | 26 ++++++++++++++++++++++++++
net/bridge/br_private.h | 2 +-
net/bridge/br_private_mrp.h | 3 ++-
5 files changed, 53 insertions(+), 3 deletions(-)

--
2.26.2