netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/3] Minor IPv4 routing cleanups
@ 2015-09-28 18:10 Alexander Duyck
  2015-09-28 18:10 ` [net-next PATCH 1/3] net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu Alexander Duyck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexander Duyck @ 2015-09-28 18:10 UTC (permalink / raw)
  To: netdev; +Cc: davem

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

--

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

end of thread, other threads:[~2015-09-29 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 18:10 [net-next PATCH 0/3] Minor IPv4 routing cleanups Alexander Duyck
2015-09-28 18:10 ` [net-next PATCH 1/3] net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcu Alexander Duyck
2015-09-28 18:10 ` [net-next PATCH 2/3] net: Swap ordering of tests in ip_route_input_mc Alexander Duyck
2015-09-28 18:10 ` [net-next PATCH 3/3] net: Remove martian_source_keep_err goto label Alexander Duyck
2015-09-29 23:28 ` [net-next PATCH 0/3] Minor IPv4 routing cleanups 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).