aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-7/+10
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-0/+4
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-7/+6
2011-06-09Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-1/+1
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner1-1/+1
2011-06-05net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann1-1/+1
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-1/+1
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-9/+10
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-3/+3
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann1-23/+7
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-26/+57
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann1-12/+22
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-176/+177
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner1-14/+14
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner1-21/+19
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich1-1/+1
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: Remove declaration of batman_skb_recvSven Eckelmann1-2/+9
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+651