aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-18/+13
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-1/+1
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-1/+1
2011-12-07batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter1-1/+1
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner1-59/+94
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-5/+5
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-3/+2
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli1-2/+92
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli1-56/+80
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-1/+1
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann1-1/+1
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-6/+6
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann1-2/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-122/+174
2011-05-07batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney1-9/+1
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-14/+19
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli1-4/+8
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect functionsMarek Lindner1-72/+98
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-32/+48
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-2/+4
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing1-0/+3
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing1-30/+70
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner1-21/+16
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+477