summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/types.h
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich2012-11-211-1/+1
* batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-141-8/+0Star
* batman-adv: wait multiple periods before activating blaSimon Wunderlich2012-11-141-0/+1
* batman-adv: fix wrong spinlock inline commentAntonio Quartulli2012-11-141-1/+1
* batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll2012-11-071-0/+7
* batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli2012-11-071-0/+3
* batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli2012-11-071-0/+10
* batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli2012-11-071-0/+23
* batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli2012-11-071-0/+30
* batman-adv: split hard_iface struct for each routing protocolMarek Lindner2012-10-291-3/+13
* batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-181-0/+2
* batman-adv: detect not yet announced clientsAntonio Quartulli2012-08-231-0/+1
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-46/+67
* batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli2012-08-231-0/+1
* batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner2012-08-231-0/+5
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+2
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-52/+52
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-5/+5
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-6/+6
* batman-adv: Prefix types enum with BATADV_Sven Eckelmann2012-07-011-14/+14
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-5/+5
* batman-adv: Prefix types defines with BATADV_Sven Eckelmann2012-06-281-5/+4Star
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-16/+13Star
* batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner2012-06-181-2/+1Star
* batman-adv: Add get_ethtool_stats() supportMartin Hundebøll2012-06-181-0/+17
* batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli2012-06-181-1/+1
* 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/+0Star
* 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/+0Star
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-111-2/+2
* batman-adv: Update copyright yearsSven Eckelmann2012-02-161-1/+1
* batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-161-0/+14
* batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-161-0/+6
* batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-161-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