Acked-by: Ying Xue <ying....@windriver.com> Great work!
Thanks, Ying On 11/5/19 6:50 PM, Tuong Lien wrote: > This series provides TIPC encryption feature, kernel part. There will be > another one in the 'iproute2/tipc' for user space to set key. > > Tuong Lien (5): > tipc: add reference counter to bearer > tipc: enable creating a "preliminary" node > tipc: add new AEAD key structure for user API > tipc: introduce TIPC encryption & authentication > tipc: add support for AEAD key setting via netlink > > include/uapi/linux/tipc.h | 21 + > include/uapi/linux/tipc_netlink.h | 8 + > net/tipc/Kconfig | 12 + > net/tipc/Makefile | 1 + > net/tipc/bcast.c | 2 +- > net/tipc/bearer.c | 54 +- > net/tipc/bearer.h | 11 +- > net/tipc/core.c | 18 + > net/tipc/core.h | 8 + > net/tipc/crypto.c | 1986 > +++++++++++++++++++++++++++++++++++++ > net/tipc/crypto.h | 167 ++++ > net/tipc/link.c | 19 +- > net/tipc/link.h | 1 + > net/tipc/msg.c | 15 +- > net/tipc/msg.h | 46 +- > net/tipc/netlink.c | 20 +- > net/tipc/node.c | 347 ++++++- > net/tipc/node.h | 13 + > net/tipc/sysctl.c | 11 + > net/tipc/udp_media.c | 1 + > 20 files changed, 2694 insertions(+), 67 deletions(-) > create mode 100644 net/tipc/crypto.c > create mode 100644 net/tipc/crypto.h > _______________________________________________ tipc-discussion mailing list tipc-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tipc-discussion