summaryrefslogtreecommitdiffstats
path: root/net/batman-adv
AgeCommit message (Expand)AuthorFilesLines
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2-22/+17
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner7-174/+313
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich7-163/+195
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner3-6/+33
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner4-19/+78
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner8-45/+141
2011-03-05batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner1-9/+31
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner1-2/+7
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner3-21/+57
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner3-28/+35
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner4-8/+28
2011-02-14batman-adv: Remove two duplicate includes.Jesper Juhl1-2/+0
2011-02-11Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller11-26/+7
2011-02-11batman-adv: Disallow originator addressing within mesh layerLinus Lüssing1-6/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing10-14/+0
2011-02-11batman-adv: Split combined variable declarationsMarek Lindner1-2/+2
2011-02-11batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann1-4/+4
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+10
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-01-31Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller39-94/+93
2011-01-31batman-adv: Update copyright yearsSven Eckelmann39-39/+39
2011-01-31batman-adv: Remove unused variablesSven Eckelmann2-10/+1
2011-01-31batman-adv: Remove declaration of batman_skb_recvSven Eckelmann2-6/+9
2011-01-31batman-adv: Remove unused definitionsSven Eckelmann1-15/+0
2011-01-31batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann1-5/+0
2011-01-31batman-adv: remove unused parametersSimon Wunderlich4-14/+10
2011-01-31batman-adv: Calculate correct size for merged packetsSven Eckelmann4-3/+31
2011-01-31batman-adv: Create roughly equal sized fragmentsSven Eckelmann1-2/+3
2011-01-30batman-adv: Make vis info stack traversal threadsafeSven Eckelmann1-3/+4
2011-01-30batman-adv: Remove vis info element in free_infoSven Eckelmann1-0/+1
2011-01-30batman-adv: Remove vis info on hashing errorsSven Eckelmann1-1/+1
2011-01-25batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing1-2/+2
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann3-12/+12
2011-01-13batman-adv: Even Batman should not dereference NULL pointersJesper Juhl1-2/+4
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann40-0/+9944