summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner2012-05-131-1/+1
* batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner2012-05-111-2/+4
* batman-adv: rename last_valid to last_seenMarek Lindner2012-05-111-4/+4
* batman-adv: register batman ogm receive function during protocol initMarek Lindner2012-05-111-3/+0
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-181-1/+1
* batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner2012-04-181-2/+2
* batman-adv: handle routing code initialization properlyMarek Lindner2012-04-181-1/+1
* batman-adv: add iface_disable() callback to routing APIMarek Lindner2012-04-181-0/+2
* batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner2012-04-181-2/+2
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-111-0/+8
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-111-0/+1
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-111-0/+7
* batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2012-04-111-1/+8
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+27
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-111-21/+0
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-111-2/+2
* batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-171-0/+14
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-171-0/+6
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-171-0/+1
* batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli2011-11-201-7/+7
* 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/+0
* 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/+1
* batman-adv: protect bonding with rcu locksSimon Wunderlich2011-03-051-5/+4