summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-10-301-2/+2
|\
| * batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli2011-10-251-2/+2
* | batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli2011-08-221-0/+1
* | batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-2/+2
|/
* batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli2011-07-051-2/+2
* batman-adv: gateway election code refactoringAntonio Quartulli2011-06-201-0/+1
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-2/+4
* batman-adv: improved roaming mechanismAntonio Quartulli2011-06-201-2/+24
* batman-adv: improved client announcement mechanismAntonio Quartulli2011-06-201-2/+31
* batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli2011-05-301-4/+4
* batman-adv: Remove multiline comments from line endingSven Eckelmann2011-05-081-5/+5
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-12/+12
* batman-adv: multi vlan support for bridge loop detectionMarek Lindner2011-05-081-3/+12
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-1/+1
* batman-adv: protect softif_neigh by rcuSimon Wunderlich2011-04-171-1/+1
* batman-adv: Protect global TQ window with a spinlockLinus Lüssing2011-04-171-0/+1
* batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-2/+2
* batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-4/+4
* batman-adv: remove orig_hash spinlockMarek Lindner2011-03-051-1/+0Star
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-1/+2
* batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-0/+4
* batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2011-03-051-2/+2
* batman-adv: make broadcast seqno operations atomicMarek Lindner2011-03-051-0/+2
* batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2011-03-051-3/+3
* batman-adv: Correct rcu refcounting for batman_ifMarek Lindner2011-03-051-1/+1
* batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2011-03-051-1/+1
* batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2011-03-051-1/+1
* batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner2011-03-051-2/+1Star
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-5/+4Star
* batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-051-0/+1
* batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-051-0/+2
* batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-051-0/+2
* batman-adv: convert neighbor list to hlistMarek Lindner2011-03-051-2/+2
* batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-051-0/+1
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann2011-01-161-2/+2
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+271