aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hard-interface.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-4/+1
* batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner2011-09-081-1/+1
* batman-adv: move routing packet initialization into corresponding fileMarek Lindner2011-09-081-32/+6
* batman-adv: agglomerate all batman iv ogm processing functions in a single fileMarek Lindner2011-09-081-1/+1
* batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner2011-09-081-22/+27
* batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-0/+30
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-2/+2
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-06-201-7/+10
|\
| * batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-0/+4
| * batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-7/+6
* | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-06-091-1/+1
|\ \ | |/
| * batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner2011-06-091-1/+1
* | net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
|/
* batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann2011-05-301-1/+1
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-1/+1
* batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann2011-05-301-1/+1
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-9/+10
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-3/+3
* batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann2011-05-081-23/+7
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-26/+57
* batman-adv: Disallow regular interface as mesh deviceSven Eckelmann2011-03-051-12/+22
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-176/+177
* batman-adv: rename global if_list to hardif_listMarek Lindner2011-03-051-14/+14
* batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-051-1/+1
* batman-adv: Correct rcu refcounting for batman_ifMarek Lindner2011-03-051-21/+19
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-1/+1
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: Remove declaration of batman_skb_recvSven Eckelmann2011-01-311-2/+9
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+651