summaryrefslogtreecommitdiff
path: root/net/batman-adv/vis.c
AgeCommit message (Expand)Author
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Remove casts from type x to type xSven 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-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner
2011-03-05batman-adv: remove orig_hash spinlockMarek 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: Correct rcu refcounting for neigh_nodeMarek Lindner
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner
2011-01-31Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller
2011-01-31batman-adv: Update copyright yearsSven Eckelmann
2011-01-30batman-adv: Make vis info stack traversal threadsafeSven Eckelmann
2011-01-30batman-adv: Remove vis info element in free_infoSven Eckelmann
2011-01-30batman-adv: Remove vis info on hashing errorsSven Eckelmann
2011-01-25batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann