The annotated tag, batman-adv-fix-for-davem has been updated to f50bf90b4d0eeff37a42e6767d8ad8f96e004e36 (tag) from af9a1c058000e9c74e7a694f15e09c0ef576378e (which is now obsolete) tagging d5b4c93e67b0b1291aa8e2aaf694e40afc3412d0 (commit) replaces v3.10-rc4 tagged by Antonio Quartulli on Mon Jun 10 23:03:19 2013 +0200
- Shortlog ------------------------------------------------------------ Included change: - fix "rtnl locked" concurrent executions by using rtnl_lock instead of rtnl_trylock. This fix enables batman-adv initialisation to do not fail just because somewhere else in the system another code path is holding the rtnl lock. It is easy to see the problem when batman-adv is trying to start together with other networking components. - fix the routing protocol forwarding policy by enhancing the duplicate control packet detection. When the right circumstances trigger the issue, some nodes in the network become totally unreachable, so breaking the mesh connectivity. - fix the Bridge Loop Avoidance component by not running the originator address change handling routine when the component is disabled. The routine was generating useless packets that were sent over the network.
Matthias Schiffer (1): batman-adv: wait for rtnl in batadv_store_mesh_iface instead of failing if it is taken
Simon Wunderlich (2): batman-adv: forward late OGMs from best next hop batman-adv: Don't handle address updates when bla is disabled
-----------------------------------------------------------------------