[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150928175512.20320.97537.stgit@ahduyck-vm-fedora22>
Date: Mon, 28 Sep 2015 11:10:25 -0700
From: Alexander Duyck <aduyck@...antis.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [net-next PATCH 0/3] Minor IPv4 routing cleanups
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists