netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] net: ipmr: cleanups and minor improvements
@ 2015-11-21 13:01 Nikolay Aleksandrov
  2015-11-21 13:01 ` [PATCH net-next 1/9] net: ipmr: move the tbl id check in ipmr_new_table Nikolay Aleksandrov
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Nikolay Aleksandrov @ 2015-11-21 13:01 UTC (permalink / raw)
  To: netdev; +Cc: davem, Nikolay Aleksandrov

From: Nikolay Aleksandrov <nikolay@cumulusnetworks.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

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

end of thread, other threads:[~2015-11-21 14:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-21 13:01 [PATCH net-next 0/9] net: ipmr: cleanups and minor improvements Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 1/9] net: ipmr: move the tbl id check in ipmr_new_table Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 2/9] net: ipmr: always define mroute_reg_vif_num Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 3/9] net: ipmr: remove some pimsm ifdefs and simplify Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 4/9] net: ipmr: fix code and comment style Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 5/9] net: ipmr: make ip_mroute_getsockopt more understandable Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 6/9] net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLES Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 7/9] net: ipmr: remove SLAB_PANIC Nikolay Aleksandrov
2015-11-21 14:23   ` Eric Dumazet
2015-11-21 14:27     ` Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 8/9] net: ipmr: rearrange and cleanup setsockopt Nikolay Aleksandrov
2015-11-21 13:01 ` [PATCH net-next 9/9] net: ipmr: factor out common vif init code Nikolay Aleksandrov

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).