aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/originator.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli1-1/+0
2014-02-17batman-adv: avoid potential race condition when adding a new neighbourAntonio Quartulli1-0/+4
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: add debugfs support to view multiif tablesSimon Wunderlich1-0/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-1/+11
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-0/+7
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: make struct batadv_orig_node algorithm agnosticAntonio Quartulli1-1/+2
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-1/+2
2013-10-19batman-adv: make the TT CRC logic VLAN specificAntonio Quartulli1-0/+7
2013-05-29batman-adv: drop useless argument seqno in neighbor creationAntonio Quartulli1-1/+1
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
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