aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-12batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner1-0/+4
2013-01-12batman-adv: remove unused variable from orig_node structMarek Lindner1-1/+0
2013-01-12batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli1-0/+2
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich1-1/+1
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli1-8/+0
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich1-0/+1
2012-11-14batman-adv: fix wrong spinlock inline commentAntonio Quartulli1-1/+1
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll1-0/+7
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli1-0/+3
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli1-0/+10
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli1-0/+23
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli1-0/+30
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner1-3/+13
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing1-0/+2
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli1-0/+1
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