aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/translation-table.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-20batman-adv: directly write tt entries without bufferingSimon Wunderlich1-55/+2
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-14/+18
2011-11-20batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli1-3/+3
2011-11-20batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli1-2/+3
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+16
2011-10-25batman-adv: add sanity check when removing global ttsSimon Wunderlich1-0/+3
2011-10-25batman-adv: remove references for global tt entriesSimon Wunderlich1-1/+13
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2011-10-18batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli1-1/+4
2011-10-18batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli1-0/+2
2011-08-22batman-adv: merge update_transtable() into tt related codeMarek Lindner1-5/+64
2011-08-22batman-adv: print client flags in the local/global transtables outputAntonio Quartulli1-10/+27
2011-08-22batman-adv: implement AP-isolation on the sender sideAntonio Quartulli1-7/+21
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli1-0/+42
2011-08-22batman-adv: detect clients connected through a 802.11 deviceAntonio Quartulli1-3/+12
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-4/+4
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli1-26/+120
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli1-7/+6
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-115/+140
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-21/+220
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-183/+943
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-4/+3
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-16/+19
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-208/+209
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-14/+43
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-6/+9
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-75/+133
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-1/+1
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner1-0/+14
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-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+534