aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/main.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-2/+0
* batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-1/+1
* batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-051-7/+2
* batman-adv: gateway election code refactoringAntonio Quartulli2011-06-201-0/+1
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-2/+0
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-0/+2
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-6/+7
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-2/+2
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-7/+7
* batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann2011-05-081-0/+3
* batman-adv: multi vlan support for bridge loop detectionMarek Lindner2011-05-081-1/+2
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-4/+4
* batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-051-3/+3
* batman-adv: remove orig_hash spinlockMarek Lindner2011-03-051-1/+0
* batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-051-1/+1
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-111-1/+0
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+187