aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c
Commit message (Expand)AuthorAge
* batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann2012-03-10
* batman-adv: Fix indentation of multiline statementsSven Eckelmann2012-02-28
* batman-adv: Update copyright yearsSven Eckelmann2012-02-16
* batman-adv: convert time_after instances to has_timed_outMarek Lindner2012-02-16
* batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter2011-12-06
* batman-adv: refactoring gateway handling codeMarek Lindner2011-11-20
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-22
* batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-05
* batman-adv: improved gateway tq-based selectionAntonio Quartulli2011-06-20
* batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli2011-06-20
* batman-adv: gateway election code refactoringAntonio Quartulli2011-06-20
* batman-adv: Reduce usage of charSven Eckelmann2011-06-20
* batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner2011-06-09
* batman-adv: Don't return value in void functionSven Eckelmann2011-06-09
* batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann2011-05-30
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-30
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-30
* batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann2011-05-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20
|\
| * batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-01
| * batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli2011-05-01
| * batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner2011-04-17
| * batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-17
| * batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing2011-04-17
| * batman-adv: Make gateway_get_selected type safeLinus Lüssing2011-04-17
* | batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney2011-05-08
|/
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-05
* batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2011-03-05
* batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2011-03-05
* batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2011-03-05
* batman-adv: Update copyright yearsSven Eckelmann2011-01-31
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-16