aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-46/+67
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli1-0/+1
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner1-0/+5
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-52/+52
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann1-14/+14
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-5/+5
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann1-5/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-16/+13
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner1-2/+1
2012-06-18batman-adv: Add get_ethtool_stats() supportMartin Hundebøll1-0/+17
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli1-1/+1
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner1-1/+1
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callbackMarek Lindner1-2/+4
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner1-4/+4
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner1-3/+0
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-1/+1
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init_primary callbackMarek Lindner1-2/+2
2012-04-18batman-adv: handle routing code initialization properlyMarek Lindner1-1/+1
2012-04-18batman-adv: add iface_disable() callback to routing APIMarek Lindner1-0/+2
2012-04-18batman-adv: refactoring API: find generalized name for bat_ogm_init callbackMarek Lindner1-2/+2
2012-04-11batman-adv: add bridge loop avoidance compile optionSimon Wunderlich1-0/+8
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich1-0/+1
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich1-0/+7
2012-04-11batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich1-1/+8
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich1-0/+27
2012-04-11batman-adv: remove old bridge loop avoidance codeSimon Wunderlich1-21/+0
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-2/+2
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