aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+6
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-5/+0
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-0/+12
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+72
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-2/+0
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-1/+1
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