aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hash.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-3/+3
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-9/+13
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-6/+6
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+9
2015-06-07batman-adv: Use common Jenkins Hash implementationSven Eckelmann1-22/+0
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2013-01-12batman-adv: use the const qualifier in hash functionsAntonio Quartulli1-1/+1
2012-11-14batman-adv: don't rely on positions in struct for hashingSimon Wunderlich1-0/+22
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+2
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-15/+18
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann1-9/+10
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-13/+11
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann1-3/+3
2012-06-18batman-adv: fix locking in hash_add()Matthias Schiffer1-9/+6
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann1-0/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-6/+7
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli1-6/+19
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-3/+3
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-71/+24
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner1-24/+49
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-31batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann1-5/+0
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+176