aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/types.h
AgeCommit message (Expand)Author
2013-03-13batman-adv: network coding - receive coded packets and decode themMartin Hundebøll
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-03-13batman-adv: network coding - code and transmit packets if possibleMartin Hundebøll
2013-03-13batman-adv: network coding - buffer unicast packets before forwardMartin Hundebøll
2013-03-13batman-adv: network coding - detect coding nodes and remove these after timeoutMartin Hundebøll
2013-03-13batman-adv: network coding - add the initial infrastructure codeMartin Hundebøll
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: postpone sysfs removal when unregisteringSimon Wunderlich
2013-01-19batman-adv: kernel doc for types.hMarek Lindner
2013-01-19batman-adv: rename batadv_claim struct to make clear it is used by blaMarek Lindner
2013-01-19batman-adv: rename batadv_backbone_gw struct to make clear it is used by blaMarek Lindner
2013-01-19batman-adv: rename batadv_recvlist_node struct to make clear it is used by visMarek Lindner
2013-01-19batman-adv: rename batadv_if_list_entry struct to make clear it is used by visMarek Lindner
2013-01-19batman-adv: group tt type definitions togetherMarek Lindner
2013-01-19batman-adv: mark debug_log struct as bat_priv only structMarek Lindner
2013-01-19batman-adv: align kernel doc properlyMarek Lindner
2013-01-12batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner
2013-01-12batman-adv: remove unused variable from orig_node structMarek Lindner
2013-01-12batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli
2012-11-21batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich
2012-11-14batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli
2012-11-14batman-adv: wait multiple periods before activating blaSimon Wunderlich
2012-11-14batman-adv: fix wrong spinlock inline commentAntonio Quartulli
2012-11-07batman-adv: Add get_ethtool_stats() support for DATMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add runtime switchAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - add compile optionAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - implement local storageAntonio Quartulli
2012-11-07batman-adv: Distributed ARP Table - create DHT helper functionsAntonio Quartulli
2012-10-29batman-adv: split hard_iface struct for each routing protocolMarek Lindner
2012-10-18batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing
2012-08-23batman-adv: detect not yet announced clientsAntonio Quartulli
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-23batman-adv: add reference counting for type batadv_tt_orig_list_entryAntonio Quartulli
2012-08-23batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner
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