Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e4caec0d1af3d608d52e6b92d09fb862d7691d4b
/
net
/
batman-adv
/
vis.c
e91ecfc
batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c
by Martin Hundebøll
· 12 years ago
41ab6c4
batman-adv: don't deal with NET_IP_ALIGN manually
by Antonio Quartulli
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
fe8a93b
batman-adv: make is_my_mac() check for the current mesh only
by Antonio Quartulli
· 12 years ago
0c81465
batman-adv: use seq_puts instead of seq_printf when the format is constant
by Antonio Quartulli
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
28500f0
batman-adv: rename batadv_recvlist_node struct to make clear it is used by vis
by Marek Lindner
· 12 years ago
015b4ae
batman-adv: rename batadv_if_list_entry struct to make clear it is used by vis
by Marek Lindner
· 12 years ago
7241444
batman-adv: a delayed_work has to be initialised once
by Antonio Quartulli
· 12 years ago
dec0507
batman-adv: Initialize lockdep class keys for hashes
by Antonio Quartulli
· 12 years ago
bb351ba
batman-adv: Add wrapper to look up neighbor and send skb
by Martin Hundebøll
· 12 years ago
5b24657
batman-adv: Reserve extra bytes in skb for better alignment
by Sven Eckelmann
· 12 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 12 years ago
bbb1f90
batman-adv: Don't break statements after assignment operator
by Sven Eckelmann
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
162d549
batman-adv: Don't leak information through uninitialized packet fields
by Sven Eckelmann
· 12 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 12 years ago
9641269
batman-adv: Prefix packet structs with batadv_
by Sven Eckelmann
· 12 years ago
5bf74e9
batman-adv: Prefix hash struct and typedef with batadv_
by Sven Eckelmann
· 12 years ago
acd34af
batman-adv: Prefix packet enum with BATADV_
by Sven Eckelmann
· 12 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 12 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 12 years ago
edbf7ff
batman-adv: Prefix vis defines with BATADV_
by Sven Eckelmann
· 12 years ago
7e071c7
batman-adv: Prefix packet defines with BATADV_
by Sven Eckelmann
· 12 years ago
347c80f
batman-adv: Prefix local defines with BATADV_
by Sven Eckelmann
· 12 years ago
28afd3c
batman-adv: Directly print to seq_file in vis
by Sven Eckelmann
· 12 years ago
3e34819
batman-adv: Prefix remaining function like macros with batadv_
by Sven Eckelmann
· 12 years ago
eaad8ad
batman-adv: Prefix vis local static functions with batadv_
by Sven Eckelmann
· 12 years ago
1eda58b
batman-adv: Prefix main static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
da64119
batman-adv: Prefix originator static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
c0a5592
batman-adv: Prefix hash static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
9cfc7bd
batman-adv: Reformat multiline comments to consistent style
by Sven Eckelmann
· 12 years ago
3193e8f
batman-adv: Prefix main non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
d0f714f
batman-adv: Prefix vis non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
9455e34
batman-adv: Prefix send non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
7d211ef
batman-adv: Prefix originator non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
1a8eaf0
batman-adv: Prefix hash non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
beeb96a
batman-adv: fix visualization output without neighbors on the primary interface
by Matthias Schiffer
· 13 years ago
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
0d12507
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
by Antonio Quartulli
· 13 years ago
567db7b
batman-adv: Update copyright years
by Sven Eckelmann
· 13 years ago
032b796
batman-adv: convert time_after instances to has_timed_out
by Marek Lindner
· 13 years ago
76543d1
batman-adv: Explicitly mark the common header structure
by Sven Eckelmann
· 13 years ago
48100ba
batman-adv: create a common substructure for tt_global/local_entry
by Antonio Quartulli
· 13 years ago
c90681b
batman-adv: fixed hash functions type to uint32_t instead of int
by Antonio Quartulli
· 13 years ago
320f422
batman-adv: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
015758d
batman-adv: correct several typ0s in the comments
by Antonio Quartulli
· 13 years ago
1a1f37d
batman-adv: hash_add() has to discriminate on the return value
by Antonio Quartulli
· 13 years ago
7683fdc
batman-adv: protect the local and the global trans-tables with rcu
by Antonio Quartulli
· 14 years ago
f5d33d3
batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h
by Antonio Quartulli
· 13 years ago
704509b
batman-adv: Calculate sizeof using variable insead of types
by Sven Eckelmann
· 13 years ago
958ca59
batman-adv: Remove casts from type x to type x
by Sven Eckelmann
· 13 years ago
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 13 years ago
2dafb49
batman-adv: rename everything from *hna* into *tt* (translation table)
by Antonio Quartulli
· 14 years ago
32ae9b2
batman-adv: Make bat_priv->primary_if an rcu protected pointer
by Marek Lindner
· 14 years ago
e1a5382f
batman-adv: Make orig_node->router an rcu protected pointer
by Linus Lüssing
· 14 years ago
b8cec4a
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
e6c10f4
batman-adv: rename batman_if struct to hard_iface
by Marek Lindner
· 14 years ago
d007260
batman-adv: remove orig_hash spinlock
by Marek Lindner
· 14 years ago
7b36e8e
batman-adv: Correct rcu refcounting for orig_node
by Marek Lindner
· 14 years ago
7aadf88
batman-adv: remove extra layer between hash and hash element - hash bucket
by Marek Lindner
· 14 years ago
39901e7
batman-adv: separate ethernet comparing calls from hash functions
by Marek Lindner
· 14 years ago
44524fc
batman-adv: Correct rcu refcounting for neigh_node
by Marek Lindner
· 14 years ago
fb778ea
batman-adv: protect each hash row with rcu locks
by Marek Lindner
· 14 years ago
a5e3c2a
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
by David S. Miller
· 14 years ago
64afe35
batman-adv: Update copyright years
by Sven Eckelmann
· 14 years ago
1181e1d
batman-adv: Make vis info stack traversal threadsafe
by Sven Eckelmann
· 14 years ago
dda9fc6
batman-adv: Remove vis info element in free_info
by Sven Eckelmann
· 14 years ago
2674c15
batman-adv: Remove vis info on hashing errors
by Sven Eckelmann
· 14 years ago
dd58ddc
batman-adv: Fix kernel panic when fetching vis data on a vis server
by Linus Lüssing
· 14 years ago
c6c8fea
net: Add batman-adv meshing protocol
by Sven Eckelmann
· 14 years ago