]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4c7e622ddf07388d72e15b97a88d260a5a168e37
treed2b02fd6fdeb54f8a8cd2a0493b07a27ff698b0b
parent0f50c10d2683fd2b8a3908c779c5f29bcb3c2174
parent0d7539603bba77b72679d53e7d7eb84c16dd76d8
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>