summaryrefslogtreecommitdiff
path: root/net/batman-adv/translation-table.c
AgeCommit message (Expand)Author
2011-11-26batman-adv: add sanity check when removing global ttsSimon Wunderlich
2011-11-26batman-adv: remove references for global tt entriesSimon Wunderlich
2011-11-26batman-adv: correctly set the data field in the TT_REPONSE packetAntonio Quartulli
2011-11-26batman-adv: fix tt_local_reset_flags() functionAntonio Quartulli
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner
2011-02-11batman-adv: Remove duplicate types.h inclusionsLinus Lüssing
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann