aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/types.h
AgeCommit message (Expand)Author
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...Marek Lindner
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...Marek Lindner
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli
2011-10-30Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2011-10-25batman-adv: unify hash_entry field position in tt_local/global_entryAntonio Quartulli
2011-08-22batman-adv: implement AP-isolation on the receiver sideAntonio Quartulli
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli
2011-05-08batman-adv: Remove multiline comments from line endingSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner