netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: ipmr: more cleanups and mfc netlink support
@ 2015-11-26 14:23 Nikolay Aleksandrov
  2015-11-26 14:23 ` [PATCH net-next 1/7] net: remove unnecessary mroute.h includes Nikolay Aleksandrov
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Nikolay Aleksandrov @ 2015-11-26 14:23 UTC (permalink / raw)
  To: netdev; +Cc: davem, Nikolay Aleksandrov

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>

Hi,
This set continues with the minor cleanups in the first 6 patches and
patch 7 adds the first new feature - MFC manipulation via netlink. It
registers NEWROUTE/DELROUTE for that purpose and uses the same semantics
as the already present netlink dump. The only new attribute that is used
is RTA_PREFSRC to denote an MFC_PROXY entry. Currently the table must
exist before adding an entry, and new tables can be created only via
setsockopt, but that will be changed in the future.
This set was tested with modified iproute2 which supports NEWROUTE/DELROUTE
for RTNL_FAMILY_IPMR.

Cheers,
 Nik

Nikolay Aleksandrov (7):
  net: remove unnecessary mroute.h includes
  net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum
  net: ipmr: adjust mroute.h style and drop extern
  net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h
  net: ipmr: move pimsm_enabled to pim.h and rename
  net: ipmr: fix setsockopt error return
  net: ipmr: add mfc newroute/delroute netlink support

 include/linux/mroute.h    |  76 ++++++++++++---------
 include/linux/pim.h       |   5 ++
 net/ipv4/ip_gre.c         |   1 -
 net/ipv4/ip_output.c      |   1 -
 net/ipv4/ip_tunnel.c      |   1 -
 net/ipv4/ip_tunnel_core.c |   1 -
 net/ipv4/ip_vti.c         |   1 -
 net/ipv4/ipip.c           |   1 -
 net/ipv4/ipmr.c           | 168 +++++++++++++++++++++++++++++++++++++---------
 net/ipv6/ip6_gre.c        |   1 -
 10 files changed, 188 insertions(+), 68 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-30 20:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 14:23 [PATCH net-next 0/7] net: ipmr: more cleanups and mfc netlink support Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 1/7] net: remove unnecessary mroute.h includes Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 2/7] net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 3/7] net: ipmr: adjust mroute.h style and drop extern Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 4/7] net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 5/7] net: ipmr: move pimsm_enabled to pim.h and rename Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 6/7] net: ipmr: fix setsockopt error return Nikolay Aleksandrov
2015-11-26 14:23 ` [PATCH net-next 7/7] net: ipmr: add mfc newroute/delroute netlink support Nikolay Aleksandrov
2015-11-26 16:35 ` [PATCH net-next 0/7] net: ipmr: more cleanups and mfc " Andrew Lunn
2015-11-26 16:48   ` Nikolay Aleksandrov
2015-11-30 20:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).