index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
gateway_client.c
Age
Commit message (
Expand
)
Author
2011-08-22
batman-adv: correct several typ0s in the comments
Antonio Quartulli
2011-07-05
batman-adv: Replace version info instead of appending them
Sven Eckelmann
2011-06-20
batman-adv: improved gateway tq-based selection
Antonio Quartulli
2011-06-20
batman-adv: throw uevent in userspace on gateway add/change/del event
Antonio Quartulli
2011-06-20
batman-adv: gateway election code refactoring
Antonio Quartulli
2011-06-20
batman-adv: Reduce usage of char
Sven Eckelmann
2011-06-09
batman-adv: use NO_FLAGS define instead of hard-coding 0
Marek Lindner
2011-06-09
batman-adv: Don't return value in void function
Sven Eckelmann
2011-05-30
batman-adv: Use rcu_dereference_protected by update-side
Sven Eckelmann
2011-05-30
batman-adv: Calculate sizeof using variable insead of types
Sven Eckelmann
2011-05-30
batman-adv: Add const type qualifier for pointers
Sven Eckelmann
2011-05-30
batman-adv: Use kzalloc rather than kmalloc followed by memset with 0
Sven Eckelmann
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-05-08
batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcu
Paul E. McKenney
2011-05-01
batman-adv: Make bat_priv->primary_if an rcu protected pointer
Marek Lindner
2011-05-01
batman-adv: fix gw_node_update() and gw_election()
Antonio Quartulli
2011-04-17
batman-adv: concentrate all curr_gw related rcu operations in select/deselect...
Marek Lindner
2011-04-17
batman-adv: Make orig_node->router an rcu protected pointer
Linus Lüssing
2011-04-17
batman-adv: Simplify gw_check_election(), use gw_get_selected()
Linus Lüssing
2011-04-17
batman-adv: Make gateway_get_selected type safe
Linus Lüssing
2011-03-05
batman-adv: Correct rcu refcounting for orig_node
Marek Lindner
2011-03-05
batman-adv: Increase orig_node refcount before releasing rcu read lock
Linus Lüssing
2011-03-05
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
Linus Lüssing
2011-03-05
batman-adv: Correct rcu refcounting for gw_node
Marek Lindner
2011-01-31
batman-adv: Update copyright years
Sven Eckelmann
2010-12-16
net: Add batman-adv meshing protocol
Sven Eckelmann