]> 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>
Tue, 6 Jan 2015 19:24:49 +0000 (14:24 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jan 2015 19:24:49 +0000 (14:24 -0500)
commit3df9061904b5c16ce217bd52a9b376681cfe6b5e
tree7d47d6e2f78e583f2f3b0608247d00507d6c0e17
parent410125f3133fbfbb8fb522e48a27d851e491ffd0
parentd1fb0e6f4d9acd07cfedec03dd365920ddbab35d
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge

Included changes:
- ensure bonding is used (if enabled) for packets coming in the soft
  interface
- fix race condition to avoid orig_nodes to be deleted right after
  being added
- avoid false positive lockdep splats by assigning lockclass to
  the proper hashtable lock objects
- avoid miscounting of multicast 'disabled' nodes in the network
- fix memory leak in the Global Translation Table in case of
  originator interval change

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