index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
vis.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Add wrapper to look up neighbor and send skb
Martin Hundebøll
2012-11-21
1
-26
/
+9
*
batman-adv: Reserve extra bytes in skb for better alignment
Sven Eckelmann
2012-11-07
1
-4
/
+5
*
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
2012-08-23
1
-5
/
+5
*
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
2012-08-23
1
-2
/
+2
*
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
2012-08-23
1
-64
/
+66
*
batman-adv: Don't leak information through uninitialized packet fields
Sven Eckelmann
2012-07-01
1
-0
/
+2
*
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
2012-07-01
1
-83
/
+90
*
batman-adv: Prefix packet structs with batadv_
Sven Eckelmann
2012-07-01
1
-38
/
+43
*
batman-adv: Prefix hash struct and typedef with batadv_
Sven Eckelmann
2012-07-01
1
-6
/
+6
*
batman-adv: Prefix packet enum with BATADV_
Sven Eckelmann
2012-07-01
1
-9
/
+9
*
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
2012-07-01
1
-1
/
+1
*
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
2012-06-28
1
-5
/
+6
*
batman-adv: Prefix vis defines with BATADV_
Sven Eckelmann
2012-06-28
1
-1
/
+1
*
batman-adv: Prefix packet defines with BATADV_
Sven Eckelmann
2012-06-28
1
-1
/
+1
*
batman-adv: Prefix local defines with BATADV_
Sven Eckelmann
2012-06-28
1
-7
/
+9
*
batman-adv: Directly print to seq_file in vis
Sven Eckelmann
2012-06-28
1
-143
/
+81
*
batman-adv: Prefix remaining function like macros with batadv_
Sven Eckelmann
2012-06-28
1
-2
/
+2
*
batman-adv: Prefix vis local static functions with batadv_
Sven Eckelmann
2012-06-28
1
-98
/
+103
*
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
2012-06-25
1
-12
/
+15
*
batman-adv: Prefix originator static inline functions with batadv_
Sven Eckelmann
2012-06-24
1
-1
/
+1
*
batman-adv: Prefix hash static inline functions with batadv_
Sven Eckelmann
2012-06-24
1
-8
/
+8
*
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
2012-06-24
1
-4
/
+4
*
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
2012-06-20
1
-15
/
+24
*
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-5
/
+5
*
batman-adv: Prefix vis non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-10
/
+10
*
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-2
/
+3
*
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-10
/
+10
*
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-1
/
+1
*
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
2012-06-18
1
-7
/
+14
*
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
2012-06-18
1
-4
/
+4
*
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-04-18
1
-4
/
+4
*
batman-adv: Update copyright years
Sven Eckelmann
2012-02-17
1
-1
/
+1
*
batman-adv: convert time_after instances to has_timed_out
Marek Lindner
2012-02-17
1
-2
/
+1
*
batman-adv: Explicitly mark the common header structure
Sven Eckelmann
2012-02-17
1
-7
/
+7
*
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
2011-11-20
1
-3
/
+3
*
batman-adv: fixed hash functions type to uint32_t instead of int
Antonio Quartulli
2011-11-20
1
-7
/
+10
*
batman-adv: Remove unnecessary OOM logging messages
Joe Perches
2011-09-08
1
-3
/
+1
*
batman-adv: correct several typ0s in the comments
Antonio Quartulli
2011-08-22
1
-1
/
+1
*
batman-adv: hash_add() has to discriminate on the return value
Antonio Quartulli
2011-08-22
1
-2
/
+2
*
batman-adv: protect the local and the global trans-tables with rcu
Antonio Quartulli
2011-06-20
1
-7
/
+6
*
batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.h
Antonio Quartulli
2011-05-30
1
-16
/
+0
*
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
2011-05-30
1
-20
/
+17
*
batman-adv: Remove casts from type x to type x
Sven Eckelmann
2011-05-30
1
-1
/
+1
*
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
2011-05-30
1
-17
/
+19
*
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
2011-05-08
1
-9
/
+9
*
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-05-01
1
-11
/
+26
*
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
2011-04-17
1
-46
/
+45
*
Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-merge
David S. Miller
2011-03-07
1
-82
/
+110
|
\
|
*
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
2011-03-05
1
-3
/
+3
|
*
batman-adv: remove orig_hash spinlock
Marek Lindner
2011-03-05
1
-27
/
+9
[next]