aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: correct several typ0s in the commentsAntonio Quartulli2011-08-221-5/+5
* batman-adv: Replace version info instead of appending themSven Eckelmann2011-07-051-3/+2
* batman-adv: improved gateway tq-based selectionAntonio Quartulli2011-06-201-2/+92
* batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli2011-06-201-0/+6
* batman-adv: gateway election code refactoringAntonio Quartulli2011-06-201-56/+80
* batman-adv: Reduce usage of charSven Eckelmann2011-06-201-1/+1
* batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner2011-06-091-2/+2
* batman-adv: Don't return value in void functionSven Eckelmann2011-06-091-1/+1
* batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann2011-05-301-1/+1
* batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann2011-05-301-6/+6
* batman-adv: Add const type qualifier for pointersSven Eckelmann2011-05-301-2/+2
* batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann2011-05-301-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-122/+174
|\
| * batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner2011-05-011-14/+19
| * batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli2011-05-011-4/+8
| * batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner2011-04-171-72/+98
| * batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing2011-04-171-32/+48
| * batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing2011-04-171-11/+12
| * batman-adv: Make gateway_get_selected type safeLinus Lüssing2011-04-171-1/+1
* | batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney2011-05-071-9/+1
|/
* batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner2011-03-051-2/+4
* batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2011-03-051-0/+3
* batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2011-03-051-30/+70
* batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2011-03-051-21/+16
* batman-adv: Update copyright yearsSven Eckelmann2011-01-311-1/+1
* net: Add batman-adv meshing protocolSven Eckelmann2010-12-161-0/+477