These patches just contain some minor cleanups to address a few minor issues. The first and the third mostly just improve readability. The second patch should improve the performance for multicast destination addresses that do not have a localhost source IP address by avoiding some unnecessary dereferences.
--- Alexander Duyck (2): net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu net: Swap ordering of tests in ip_route_input_mc David Ahern (1): net: Remove martian_source_keep_err goto label include/linux/igmp.h | 2 +- net/ipv4/igmp.c | 2 +- net/ipv4/route.c | 11 ++++------- 3 files changed, 6 insertions(+), 9 deletions(-) -- -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html