aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/send.c
AgeCommit message (Expand)Author
2013-03-13batman-adv: network coding - save overheard and tx packets for decodingMartin Hundebøll
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2013-01-19batman-adv: a delayed_work has to be initialised onceAntonio Quartulli
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli
2012-11-21batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll
2012-11-07batman-adv: Distributed ARP Table - add snooping functions for ARP messagesAntonio Quartulli
2012-08-23batman-adv: Don't break statements after assignment operatorSven Eckelmann
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 main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix send local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix soft-interface non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: turn tt commit code into routing protocol agnostic APIMarek Lindner
2012-06-18batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_tAntonio Quartulli
2012-05-13batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLENMarek Lindner
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven 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: Explicitly mark the common header structureSven Eckelmann
2011-09-08batman-adv: agglomerate all batman iv ogm sending functions in the batman iv ...Marek Lindner
2011-09-08batman-adv: rename all instances of batman_packet to batman_ogm_packetMarek Lindner
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli
2011-06-20batman-adv: Reduce usage of charSven Eckelmann
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-15batman-adv: reset broadcast flood protection on errorMarek Lindner
2011-05-15batman-adv: Add missing hardif_free_ref in forw_packet_freeSven Eckelmann
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli