aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2011-03-051-31/+30
* batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-051-116/+222
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-150/+163
* batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-051-4/+23
* batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-051-10/+23
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-051-1/+15
* batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner2011-03-051-9/+31
* batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-051-14/+27
* batman-adv: convert neighbor list to hlistMarek Lindner2011-03-051-11/+18
* batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-051-0/+7
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-111-1/+0
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: Remove unused variablesSven Eckelmann2011-01-311-7/+0
* batman-adv: remove unused parametersSimon Wunderlich2011-01-311-9/+6
* batman-adv: Calculate correct size for merged packetsSven Eckelmann2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+1397