aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: only drop packets of known wifi clientsMarek Lindner2012-07-041-4/+4
* batman-adv: delete global entry in case of roamingAntonio Quartulli2011-12-071-3/+18
* batman-adv: in case of roaming mark the client with TT_CLIENT_ROAMAntonio Quartulli2011-12-071-2/+4
* Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-301-1/+16
|\
| * batman-adv: add sanity check when removing global ttsSimon Wunderlich2011-10-251-0/+3
| * batman-adv: remove references for global tt entriesSimon Wunderlich2011-10-251-1/+13
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-1/+6
|\ \ | |/
| * batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli2011-10-181-1/+4
| * batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli2011-10-181-0/+2
* | batman-adv: merge update_transtable() into tt related codeMarek Lindner2011-08-221-5/+64
* | batman-adv: print client flags in the local/global transtables outputAntonio Quartulli2011-08-221-10/+27
* | batman-adv: implement AP-isolation on the sender sideAntonio Quartulli2011-08-221-7/+21
* | batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-221-0/+42
* | batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli2011-08-221-3/+12
* | batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-4/+4
|/
* batman-adv: keep global table consistency in case of roamingAntonio Quartulli2011-07-071-2/+8
* batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli2011-07-071-26/+120
* batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli2011-07-051-11/+10
* batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli2011-07-051-7/+6
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-115/+140
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-21/+220
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-183/+943
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-4/+3
* 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-16/+19
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-208/+209
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-14/+43
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-6/+9
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-75/+133
* batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner2011-03-051-1/+1
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-051-0/+14
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-111-1/+0
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: Return hna count on local buffer fillSven Eckelmann2010-12-201-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+534