]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 20:42:40 +0000 (16:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 20:42:40 +0000 (16:42 -0400)
commit772a78a04c02d9137af3f75c18b6204c7688f907
tree0ab08c63c6952eaf07e1f50bf80226334c27afd4
parenteabd99b76080492c0a3c3a1876c1a6bde8b99c9c
parentfedc5b803a2e0ca9d11e464dce932b1f9ef6adf4
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge

Antonio Quartulli says:

====================
In this patchset you can find the following fixes:

1) check skb size to avoid reading beyond its border when delivering
   payloads, by Sven Eckelmann
2) initialize last_seen time in neigh_node object to prevent cleanup
   routine from accidentally purge it, by Marek Lindner
3) release "recently added" slave interfaces upon virtual/batman
   interface shutdown, by Sven Eckelmann
4) properly decrease router object reference counter upon routing table
   update, by Sven Eckelmann
5) release queue slots when purging OGM packets of deactivating slave
   interface, by Linus Lüssing

Patch 2 and 3 have no "Fixes:" tag because the offending commits date
back to when batman-adv was not yet officially in the net tree.
====================

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