aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hash.h
Commit message (Expand)AuthorAge
* batman-adv: update copyright yearsAntonio Quartulli2013-01-19
* batman-adv: use the const qualifier in hash functionsAntonio Quartulli2013-01-12
* batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2012-11-14
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-20
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: fix locking in hash_add()Matthias Schiffer2012-06-18
* batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-18
* batman-adv: Update copyright yearsSven Eckelmann2012-02-16
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-20
* batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-22
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-30
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-05
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-05
* batman-adv: Update copyright yearsSven Eckelmann2011-01-31
* batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann2011-01-31
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-16