index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
vis.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
1
-12
/
+15
2012-06-24
batman-adv: Prefix originator static inline functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-24
batman-adv: Prefix hash static inline functions with batadv_
Sven Eckelmann
1
-8
/
+8
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
1
-4
/
+4
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
1
-15
/
+24
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
1
-5
/
+5
2012-06-20
batman-adv: Prefix vis non-static functions with batadv_
Sven Eckelmann
1
-10
/
+10
2012-06-20
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
1
-2
/
+3
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
1
-10
/
+10
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
1
-1
/
+1
2012-06-18
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
1
-7
/
+14
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
1
-4
/
+4
2012-04-18
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
1
-4
/
+4
2012-02-17
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2012-02-17
batman-adv: convert time_after instances to has_timed_out
Marek Lindner
1
-2
/
+1
2012-02-17
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
1
-7
/
+7
2011-11-20
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
1
-3
/
+3
2011-11-20
batman-adv: fixed hash functions type to uint32_t instead of int
Antonio Quartulli
1
-7
/
+10
2011-09-08
batman-adv: Remove unnecessary OOM logging messages
Joe Perches
1
-3
/
+1
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
1
-1
/
+1
2011-08-22
batman-adv: hash_add() has to discriminate on the return value
Antonio Quartulli
1
-2
/
+2
2011-06-20
batman-adv: protect the local and the global trans-tables with rcu
Antonio Quartulli
1
-7
/
+6
2011-05-30
batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h
Antonio Quartulli
1
-16
/
+0
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
1
-20
/
+17
2011-05-30
batman-adv: Remove casts from type x to type x
Sven Eckelmann
1
-1
/
+1
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
1
-17
/
+19
2011-05-08
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
1
-9
/
+9
2011-05-01
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
1
-11
/
+26
2011-04-17
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
1
-46
/
+45
2011-03-07
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
1
-82
/
+110
2011-03-05
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
1
-3
/
+3
2011-03-05
batman-adv: remove orig_hash spinlock
Marek Lindner
1
-27
/
+9
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
1
-1
/
+1
2011-03-05
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
1
-44
/
+59
2011-03-05
batman-adv: separate ethernet comparing calls from hash functions
Marek Lindner
1
-9
/
+9
2011-03-05
batman-adv: Correct rcu refcounting for neigh_node
Marek Lindner
1
-6
/
+27
2011-03-05
batman-adv: protect each hash row with rcu locks
Marek Lindner
1
-4
/
+14
2011-01-31
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
1
-1
/
+1
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
1
-1
/
+1
2011-01-30
batman-adv: Make vis info stack traversal threadsafe
Sven Eckelmann
1
-3
/
+4
2011-01-30
batman-adv: Remove vis info element in free_info
Sven Eckelmann
1
-0
/
+1
2011-01-30
batman-adv: Remove vis info on hashing errors
Sven Eckelmann
1
-1
/
+1
2011-01-25
batman-adv: Fix kernel panic when fetching vis data on a vis server
Linus Lüssing
1
-2
/
+2
2010-12-16
net: Add batman-adv meshing protocol
Sven Eckelmann
1
-0
/
+949