aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/vis.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-22
|\
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-17
* | batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-27
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* batman-adv: update copyright yearsAntonio Quartulli2013-01-19
* batman-adv: rename batadv_recvlist_node struct to make clear it is used by visMarek Lindner2013-01-19
* batman-adv: rename batadv_if_list_entry struct to make clear it is used by visMarek Lindner2013-01-19
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-19
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-12
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-21
* batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-07
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-23
* batman-adv: Don't break statements after assignment operatorSven Eckelmann2012-08-23
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-23
* batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann2012-07-01
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-01
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-01
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-01
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix vis defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Prefix local defines with BATADV_Sven Eckelmann2012-06-28
* batman-adv: Directly print to seq_file in visSven Eckelmann2012-06-28
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-28
* batman-adv: Prefix vis local static functions with batadv_Sven Eckelmann2012-06-28
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-25
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-24
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-20
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-20
* batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer2012-06-18
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-18
* batman-adv: Update copyright yearsSven Eckelmann2012-02-16
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-16
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-16
* batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli2011-11-20
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-20
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-08
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-22
* batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-22
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-20
* batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2011-05-30