index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
types.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: prepare lq_update_lock to be shared among different protocols
Marek Lindner
2012-05-13
1
-1
/
+1
*
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...
Marek Lindner
2012-05-11
1
-2
/
+4
*
batman-adv: rename last_valid to last_seen
Marek Lindner
2012-05-11
1
-4
/
+4
*
batman-adv: register batman ogm receive function during protocol init
Marek Lindner
2012-05-11
1
-3
/
+0
*
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-04-18
1
-1
/
+1
*
batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...
Marek Lindner
2012-04-18
1
-2
/
+2
*
batman-adv: handle routing code initialization properly
Marek Lindner
2012-04-18
1
-1
/
+1
*
batman-adv: add iface_disable() callback to routing API
Marek Lindner
2012-04-18
1
-0
/
+2
*
batman-adv: refactoring API: find generalized name for bat_ogm_init callback
Marek Lindner
2012-04-18
1
-2
/
+2
*
batman-adv: add bridge loop avoidance compile option
Simon Wunderlich
2012-04-11
1
-0
/
+8
*
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
2012-04-11
1
-0
/
+1
*
batman-adv: add broadcast duplicate check
Simon Wunderlich
2012-04-11
1
-0
/
+7
*
batman-adv: allow multiple entries in tt_global_entries
Simon Wunderlich
2012-04-11
1
-1
/
+8
*
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
2012-04-11
1
-0
/
+27
*
batman-adv: remove old bridge loop avoidance code
Simon Wunderlich
2012-04-11
1
-21
/
+0
*
batman-adv: Replace bitarray operations with bitmap
Sven Eckelmann
2012-04-11
1
-2
/
+2
*
batman-adv: Update copyright years
Sven Eckelmann
2012-02-17
1
-1
/
+1
*
batman-adv: convert batman iv algorithm to use dynamic infrastructure
Marek Lindner
2012-02-17
1
-0
/
+14
*
batman-adv: add infrastructure to change routing algorithm at runtime
Marek Lindner
2012-02-17
1
-0
/
+6
*
batman-adv: add tt_initialised flag to the orig_node struct
Antonio Quartulli
2012-02-17
1
-0
/
+1
*
batman-adv: create a common substructure for tt_global/local_entry
Antonio Quartulli
2011-11-20
1
-7
/
+7
*
Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge
David S. Miller
2011-10-30
1
-2
/
+2
|
\
|
*
batman-adv: unify hash_entry field position in tt_local/global_entry
Antonio Quartulli
2011-10-25
1
-2
/
+2
*
|
batman-adv: implement AP-isolation on the receiver side
Antonio Quartulli
2011-08-22
1
-0
/
+1
*
|
batman-adv: correct several typ0s in the comments
Antonio Quartulli
2011-08-22
1
-2
/
+2
|
/
*
batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entry
Antonio Quartulli
2011-07-05
1
-2
/
+2
*
batman-adv: gateway election code refactoring
Antonio Quartulli
2011-06-20
1
-0
/
+1
*
batman-adv: protect the local and the global trans-tables with rcu
Antonio Quartulli
2011-06-20
1
-2
/
+4
*
batman-adv: improved roaming mechanism
Antonio Quartulli
2011-06-20
1
-2
/
+24
*
batman-adv: improved client announcement mechanism
Antonio Quartulli
2011-06-20
1
-2
/
+31
*
batman-adv: a multiline comment should precede the variable it is describing
Antonio Quartulli
2011-05-30
1
-4
/
+4
*
batman-adv: Remove multiline comments from line ending
Sven Eckelmann
2011-05-08
1
-5
/
+5
*
batman-adv: rename everything from *hna* into *tt* (translation table)
Antonio Quartulli
2011-05-08
1
-12
/
+12
*
batman-adv: multi vlan support for bridge loop detection
Marek Lindner
2011-05-08
1
-3
/
+12
*
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-05-01
1
-1
/
+1
*
batman-adv: protect softif_neigh by rcu
Simon Wunderlich
2011-04-17
1
-1
/
+1
*
batman-adv: Protect global TQ window with a spinlock
Linus Lüssing
2011-04-17
1
-0
/
+1
*
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
2011-04-17
1
-2
/
+2
*
batman-adv: rename batman_if struct to hard_iface
Marek Lindner
2011-03-05
1
-4
/
+4
*
batman-adv: remove orig_hash spinlock
Marek Lindner
2011-03-05
1
-1
/
+0
*
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
2011-03-05
1
-1
/
+2
*
batman-adv: remove extra layer between hash and hash element - hash bucket
Marek Lindner
2011-03-05
1
-0
/
+4
*
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
Linus Lüssing
2011-03-05
1
-2
/
+2
*
batman-adv: make broadcast seqno operations atomic
Marek Lindner
2011-03-05
1
-0
/
+2
*
batman-adv: protect bit operations to count OGMs with spinlock
Marek Lindner
2011-03-05
1
-3
/
+3
*
batman-adv: Correct rcu refcounting for batman_if
Marek Lindner
2011-03-05
1
-1
/
+1
*
batman-adv: Correct rcu refcounting for softif_neigh
Marek Lindner
2011-03-05
1
-1
/
+1
*
batman-adv: Correct rcu refcounting for gw_node
Marek Lindner
2011-03-05
1
-1
/
+1
*
batman-adv: Correct rcu refcounting for neigh_node
Marek Lindner
2011-03-05
1
-2
/
+1
*
batman-adv: protect bonding with rcu locks
Simon Wunderlich
2011-03-05
1
-5
/
+4
[next]