]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2014 23:39:47 +0000 (16:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Aug 2014 23:39:47 +0000 (16:39 -0700)
commit7d5ea2a19c905ef771131f0109f147854d15f70e
tree064246ae8554b93ffbd5e15c881dea7b48662713
parent220ee95bbca6334a1837c688b46608ef586ab739
parent14de6c7ef230d36bab10d1085787b9691db1da0c
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge

Antonio Quartulli says:

====================
pull request: batman-adv 2014-08-05

this is a pull request intended for net-next/linux-3.17 (yeah..it's really
late).

Patches 1, 2 and 4 are really minor changes:
- kmalloc_array is substituted to kmalloc when possible (as suggested by
  checkpatch);
- net_ratelimited() is now used properly and the "suppressed" message is not
  printed anymore if not needed;
- the internal version number has been increased to reflect our current version.

Patch 3 instead is introducing a change in the metric computation function
by changing the penalty applied at each mesh hop from 15/255 (~6%) to
30/255 (~11%). This change is introduced by Simon Wunderlich after having
observed a performance improvement in several networks when using the new value.
====================

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