aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/gateway_client.c
AgeCommit message (Expand)Author
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann
2012-08-06batman-adv: select an internet gateway if none was chosenMarek Lindner
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann
2012-02-17batman-adv: Update copyright yearsSven Eckelmann
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner
2011-12-07batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli
2011-06-20batman-adv: Reduce usage of charSven Eckelmann
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing