aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-16/+19
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-1/+1
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-5/+4
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-10/+11
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner1-4/+3
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-1/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann1-8/+0
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-7/+7
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-0/+1
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-3/+3
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-2/+4
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-1/+34
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner1-2/+1
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich1-0/+1
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner1-0/+1
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner1-3/+5
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+64