]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv4-routing-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:27:47 +0000 (16:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:27:47 +0000 (16:27 -0700)
commitec3a4eb869b3264c0d2dc1b39a6043bd2b9cc5ed
treed2b02fd6fdeb54f8a8cd2a0493b07a27ff698b0b
parentafe6d4a7deb3632512d640a6bb6ff63f09c7c13a
parent0f8cfce4c29e1ac102920b64488fd48d88ab9d23
Merge branch 'ipv4-routing-cleanups'

Alexander Duyck says:

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

Signed-off-by: David S. Miller <davem@davemloft.net>