aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner1-0/+14
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner1-0/+6
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli1-0/+1
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli1-7/+7
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-2/+2
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli1-2/+2
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli1-0/+1
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-2/+2
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli1-2/+2
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli1-0/+1
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-2/+4
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli1-2/+24
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli1-2/+31
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann1-5/+5
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-12/+12
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner1-3/+12
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-1/+1
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich1-1/+1
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing1-0/+1
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-2/+2
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-4/+4
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-1/+0
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-1/+2
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-0/+4
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing1-2/+2
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner1-0/+2
2011-03-05batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner1-3/+3
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner1-2/+1
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich1-5/+4
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner1-0/+1
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner1-0/+2
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner1-0/+2
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner1-2/+2
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner1-0/+1
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann1-2/+2
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+271