summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/vis.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: remove vis functionalitySimon Wunderlich2013-10-091-938/+0
* batman-adv: set skb priority according to contentSimon Wunderlich2013-08-281-0/+2
* batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll2013-05-291-3/+4
* batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli2013-05-291-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+2
|\
| * batman-adv: make is_my_mac() check for the current mesh onlyAntonio Quartulli2013-04-171-2/+2
* | batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli2013-03-271-2/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-23/+15
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: rename batadv_recvlist_node struct to make clear it is used by visMarek Lindner2013-01-191-3/+3
* batman-adv: rename batadv_if_list_entry struct to make clear it is used by visMarek Lindner2013-01-191-4/+4
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-12/+8
* batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-121-0/+6
* batman-adv: Add wrapper to look up neighbor and send skbMartin Hundebøll2012-11-211-26/+9
* batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann2012-11-071-4/+5
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-5/+5
* batman-adv: Don't break statements after assignment operatorSven Eckelmann2012-08-231-2/+2
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-64/+66
* batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann2012-07-011-0/+2
* batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-83/+90
* batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-38/+43
* batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-6/+6
* batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-9/+9
* batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-1/+1
* batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-5/+6
* batman-adv: Prefix vis defines with BATADV_Sven Eckelmann2012-06-281-1/+1
* batman-adv: Prefix packet defines with BATADV_Sven Eckelmann2012-06-281-1/+1
* batman-adv: Prefix local defines with BATADV_Sven Eckelmann2012-06-281-7/+9
* batman-adv: Directly print to seq_file in visSven Eckelmann2012-06-281-143/+81
* batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann2012-06-281-2/+2
* batman-adv: Prefix vis local static functions with batadv_Sven Eckelmann2012-06-281-98/+103
* batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-12/+15
* batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-1/+1
* batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-241-8/+8
* batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-4/+4
* batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-15/+24
* batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-5/+5
* batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann2012-06-201-10/+10
* batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann2012-06-201-2/+3
* batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-10/+10
* batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer2012-06-181-7/+14
* batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-181-4/+4
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-181-4/+4
* batman-adv: Update copyright yearsSven Eckelmann2012-02-171-1/+1
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-171-2/+1
* batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-171-7/+7
* batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli2011-11-201-3/+3
* batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-201-7/+10
* batman-adv: Remove unnecessary OOM logging messagesJoe Perches2011-09-081-3/+1