aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/vis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann1-0/+2
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-83/+90
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann1-38/+43
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann1-6/+6
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann1-9/+9
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-5/+6
2012-06-28batman-adv: Prefix vis defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann1-7/+9
2012-06-28batman-adv: Directly print to seq_file in visSven Eckelmann1-143/+81
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-2/+2
2012-06-28batman-adv: Prefix vis local static functions with batadv_Sven Eckelmann1-98/+103
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-12/+15
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann1-1/+1
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann1-8/+8
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-15/+24
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix vis non-static functions with batadv_Sven Eckelmann1-10/+10
2012-06-20batman-adv: Prefix send non-static functions with batadv_Sven Eckelmann1-2/+3
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-10/+10
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-18batman-adv: fix visualization output without neighbors on the primary interfaceMatthias Schiffer1-7/+14
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann1-4/+4
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli1-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-2/+1
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann1-7/+7
2011-11-20batman-adv: create a common substructure for tt_global/local_entryAntonio Quartulli1-3/+3
2011-11-20batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli1-7/+10
2011-09-08batman-adv: Remove unnecessary OOM logging messagesJoe Perches1-3/+1
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-1/+1
2011-08-22batman-adv: hash_add() has to discriminate on the return valueAntonio Quartulli1-2/+2
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli1-7/+6
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli1-16/+0
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-20/+17
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann1-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-17/+19
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli1-9/+9
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-11/+26
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-46/+45
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-82/+110
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner1-3/+3
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner1-27/+9
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-1/+1
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner1-44/+59
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner1-9/+9
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner1-6/+27
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner1-4/+14