index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
2012-06-20
40
-388
/
+349
*
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
2012-06-20
13
-97
/
+99
*
batman-adv: Prefix vis non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-26
/
+26
*
batman-adv: Prefix unicast non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-22
/
+25
*
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
2012-06-20
11
-107
/
+125
*
batman-adv: Prefix soft-interface non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-27
/
+27
*
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
2012-06-20
11
-41
/
+46
*
batman-adv: Prefix routing non-static functions with batadv_
Sven Eckelmann
2012-06-20
7
-74
/
+80
*
batman-adv: Prefix ring_buffer non-static functions with batadv_
Sven Eckelmann
2012-06-20
3
-11
/
+13
*
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
2012-06-20
13
-131
/
+134
*
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-11
/
+11
*
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-16
/
+16
*
batman-adv: Prefix hard-interface non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-41
/
+43
*
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
2012-06-20
4
-12
/
+16
*
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
2012-06-20
10
-46
/
+51
*
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
2012-06-20
8
-58
/
+62
*
batman-adv: Prefix bitarray non-static functions with batadv_
Sven Eckelmann
2012-06-20
4
-11
/
+11
*
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-20
/
+21
*
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-16
/
+17
*
batman-adv: Prefix bat_algo non-static functions with batadv_
Sven Eckelmann
2012-06-20
3
-3
/
+3
*
batman-adv: only store changed gw_bandwidth values
Marek Lindner
2012-06-18
1
-0
/
+3
*
batman-adv: fix locking in hash_add()
Matthias Schiffer
2012-06-18
1
-9
/
+6
*
batman-adv: use DBG_ALL in log_level sysfs definition
Antonio Quartulli
2012-06-18
1
-1
/
+1
*
batman-adv: turn tt commit code into routing protocol agnostic API
Marek Lindner
2012-06-18
5
-104
/
+118
*
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
2012-06-18
1
-7
/
+14
*
batman-adv: don't bother flipping ->tt_crc
Al Viro
2012-06-18
2
-9
/
+3
*
batman-adv: don't bother flipping ->tt_data
Al Viro
2012-06-18
3
-12
/
+10
*
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
2012-06-18
10
-48
/
+58
*
batman-adv: keep batman_ogm_packet ->seqno net-endian all along
Al Viro
2012-06-18
2
-12
/
+12
*
batman-adv: trivial endianness annotations
Al Viro
2012-06-18
2
-9
/
+9
*
batman-adv: get rid of pointless cast in memcpy()
Al Viro
2012-06-18
1
-1
/
+1
*
batman-adv: return added entries instead of number of possibly added entries
Marek Lindner
2012-06-18
1
-1
/
+1
*
batman-adv: ignore trailing CR when comparing protocol names
Marek Lindner
2012-06-18
1
-3
/
+8
*
batman-adv: avoid characters requiring shell escapes in protocol names
Marek Lindner
2012-06-18
2
-2
/
+2
*
batman-adv: Add get_ethtool_stats() support
Martin Hundebøll
2012-06-18
7
-3
/
+138
*
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
Antonio Quartulli
2012-06-18
3
-4
/
+3
*
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
2012-06-18
3
-0
/
+26
*
batman-adv: fix skb->data assignment
Antonio Quartulli
2012-06-18
1
-0
/
+2
*
batman-adv: update internal version number
Sven Eckelmann
2012-06-18
1
-1
/
+1
*
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...
Antonio Quartulli
2012-05-14
1
-0
/
+2
*
batman-adv: Start new development cycle
Sven Eckelmann
2012-05-13
1
-1
/
+1
*
batman-adv: use shorter pr_warn instead of pr_warning
Sven Eckelmann
2012-05-13
2
-5
/
+5
*
batman-adv: refactor window_protected to avoid unnecessary return statement
Marek Lindner
2012-05-13
1
-9
/
+6
*
batman-adv: prepare lq_update_lock to be shared among different protocols
Marek Lindner
2012-05-13
3
-6
/
+6
*
batman-adv: improve unicast packet (re)routing
Antonio Quartulli
2012-05-13
4
-0
/
+36
*
batman-adv: avoid skb_linearise() if not needed
Antonio Quartulli
2012-05-13
1
-2
/
+3
*
batman-adv: add contributor name
Antonio Quartulli
2012-05-11
2
-2
/
+2
*
batman-adv: update copyright years
Antonio Quartulli
2012-05-11
2
-2
/
+2
*
batman-adv: fix checkpatch string complaint
Marek Lindner
2012-05-11
1
-2
/
+2
*
batman-adv: avoid temporary routing loops by being strict on forwarded OGMs
Marek Lindner
2012-05-11
2
-29
/
+32
[next]