[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1448110902-28793-1-git-send-email-razor@blackwall.org>
Date: Sat, 21 Nov 2015 14:01:33 +0100
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Subject: [PATCH net-next 0/9] net: ipmr: cleanups and minor improvements
From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Hi,
Since I'll have to work with ipmr, I decided to clean it up and do some
minor improvements. Functionally there're almost no changes except the
SLAB_PANIC removal. Most of the patches just re-design some functions to
be clearer and more concise and try to remove the ifdef web that was
inside. There's more information in each commit. This is the first set,
the end goal is to introduce complete netlink support and control over
the mfc and vif devices.
I've tried to test all of the setsockopt/getsockopt options, and also
made builds with various ipmr kconfig options turned on and off.
Thank you,
Nik
Nikolay Aleksandrov (9):
net: ipmr: move the tbl id check in ipmr_new_table
net: ipmr: always define mroute_reg_vif_num
net: ipmr: remove some pimsm ifdefs and simplify
net: ipmr: fix code and comment style
net: ipmr: make ip_mroute_getsockopt more understandable
net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES
net: ipmr: remove SLAB_PANIC
net: ipmr: rearrange and cleanup setsockopt
net: ipmr: factor out common vif init code
include/uapi/linux/mroute.h | 59 ++---
net/ipv4/ipmr.c | 597 ++++++++++++++++++++------------------------
2 files changed, 285 insertions(+), 371 deletions(-)
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists