From: Hoang Le <hoa...@de...> - 2019-02-26 07:22:22
|
v3: update commit message Hoang Le (3): tipc: support broadcast/replicast configurable for bc-link tipc: introduce new capability flag for cluster tipc: smooth change between replicast and broadcast include/uapi/linux/tipc_netlink.h | 2 + net/tipc/bcast.c | 269 +++++++++++++++++++++++++++++- net/tipc/bcast.h | 12 ++ net/tipc/core.c | 2 + net/tipc/core.h | 3 + net/tipc/link.c | 8 + net/tipc/msg.h | 10 ++ net/tipc/netlink.c | 4 +- net/tipc/node.c | 18 ++ net/tipc/node.h | 6 +- net/tipc/socket.c | 5 + 11 files changed, 331 insertions(+), 8 deletions(-) -- 2.17.1 |