Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753794AbdFMRRD (ORCPT ); Tue, 13 Jun 2017 13:17:03 -0400 Received: from prod-mx.aristanetworks.com ([162.210.130.12]:51375 "EHLO prod-mx.aristanetworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751805AbdFMRRB (ORCPT ); Tue, 13 Jun 2017 13:17:01 -0400 X-Greylist: delayed 505 seconds by postgrey-1.27 at vger.kernel.org; Tue, 13 Jun 2017 13:17:01 EDT From: Julien Gomes To: davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, nikolay@cumulusnetworks.com, Julien Gomes Subject: [PATCH net-next 0/3] ipmr/ip6mr: add Netlink notifications on cache reports Date: Tue, 13 Jun 2017 10:08:19 -0700 Message-Id: <20170613170822.16310-1-julien@arista.com> X-Mailer: git-send-email 2.13.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1050 Lines: 26 Currently, all ipmr/ip6mr cache reports are sent through the mroute/mroute6 socket only. This forces the use of a single socket for mroute programming, cache reports and, regarding ipmr, IGMP messages without Router Alert option reception. The present patches are aiming to send Netlink notifications in addition to the existing igmpmsg/mrt6msg to give user programs a way to handle cache reports in parallel with multiple sockets other than the mroute/mroute6 socket. Julien Gomes (3): rtnetlink: add NEWCACHEREPORT message type ipmr: add netlink notifications on igmpmsg cache reports ip6mr: add netlink notifications on mrt6msg cache reports include/uapi/linux/mroute.h | 11 ++++++++ include/uapi/linux/mroute6.h | 11 ++++++++ include/uapi/linux/rtnetlink.h | 3 ++ net/ipv4/ipmr.c | 63 ++++++++++++++++++++++++++++++++++++++++-- net/ipv6/ip6mr.c | 63 ++++++++++++++++++++++++++++++++++++++++-- security/selinux/nlmsgtab.c | 3 +- 6 files changed, 149 insertions(+), 5 deletions(-) -- 2.13.1