summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/vis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-1/+1
* batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli2011-08-221-2/+2
* batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli2011-06-201-7/+6
* batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2011-05-301-16/+0
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-20/+17
* batman-adv: Remove casts from type x to type xSven Eckelmann2011-05-301-1/+1
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-17/+19
* batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli2011-05-081-9/+9
* batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-11/+26
* batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-46/+45
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-03-071-82/+110
|\
| * batman-adv: rename batman_if struct to hard_ifaceMarek Lindner2011-03-051-3/+3
| * batman-adv: remove orig_hash spinlockMarek Lindner2011-03-051-27/+9
| * batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-1/+1
| * batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner2011-03-051-44/+59