aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-7/+2
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli1-0/+1
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-2/+0
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-0/+2
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-6/+7
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-7/+7
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann1-0/+3
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner1-1/+2
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-4/+4
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner1-3/+3
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-1/+0
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-1/+1
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing1-1/+0
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+187