| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: use seq_puts instead of seq_printf when the format is constant | Antonio Quartulli | 2013-03-27 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -8/+5 |
* | batman-adv: update copyright years | Antonio Quartulli | 2013-01-19 | 1 | -1/+1 |
* | batman-adv: consolidate duplicated primary_if checking code | Marek Lindner | 2012-10-29 | 1 | -15/+4 |
* | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 2012-08-23 | 1 | -8/+13 |
* | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 2012-08-23 | 1 | -16/+16 |
* | batman-adv: select an internet gateway if none was chosen | Marek Lindner | 2012-08-06 | 1 | -3/+3 |
* | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 2012-07-01 | 1 | -43/+47 |
* | batman-adv: Prefix main enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -11/+14 |
* | batman-adv: Prefix hard-interface enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | batman-adv: Prefix gateway enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 1 | -4/+4 |
* | batman-adv: Prefix main defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 1 | -9/+9 |
* | batman-adv: Prefix local defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 1 | -6/+6 |
* | batman-adv: Prefix remaining function like macros with batadv_ | Sven Eckelmann | 2012-06-28 | 1 | -1/+1 |
* | batman-adv: Prefix gateway_client local static functions with batadv_ | Sven Eckelmann | 2012-06-25 | 1 | -32/+35 |
* | batman-adv: Prefix main static inline functions with batadv_ | Sven Eckelmann | 2012-06-25 | 1 | -27/+27 |
* | batman-adv: Prefix hard-interface static inline functions with batadv_ | Sven Eckelmann | 2012-06-24 | 1 | -2/+2 |
* | batman-adv: Reformat multiline comments to consistent style | Sven Eckelmann | 2012-06-20 | 1 | -22/+19 |
* | batman-adv: Prefix translation-table non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -2/+2 |
* | batman-adv: Prefix routing non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -2/+3 |
* | batman-adv: Prefix originator non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -14/+14 |
* | batman-adv: Prefix gateway-common non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -5/+7 |
* | batman-adv: Prefix gateway-client non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -19/+21 |
* | batman-adv: Prefix bat_sysfs non-static functions with batadv_ | Sven Eckelmann | 2012-06-20 | 1 | -3/+3 |
* | batman-adv: fix wrong dhcp option list browsing | Antonio Quartulli | 2012-05-11 | 1 | -3/+3 |
* | batman-adv: Ignore 80-chars per line limits for strings | Sven Eckelmann | 2012-03-11 | 1 | -18/+13 |
* | batman-adv: Fix indentation of multiline statements | Sven Eckelmann | 2012-02-28 | 1 | -1/+1 |
* | batman-adv: Update copyright years | Sven Eckelmann | 2012-02-17 | 1 | -1/+1 |
* | batman-adv: convert time_after instances to has_timed_out | Marek Lindner | 2012-02-17 | 1 | -1/+1 |
* | batman-adv: remove extra negation in gw_out_of_range() | Dan Carpenter | 2011-12-07 | 1 | -1/+1 |
* | batman-adv: refactoring gateway handling code | Marek Lindner | 2011-11-20 | 1 | -59/+94 |
* | batman-adv: correct several typ0s in the comments | Antonio Quartulli | 2011-08-22 | 1 | -5/+5 |
* | batman-adv: Replace version info instead of appending them | Sven Eckelmann | 2011-07-05 | 1 | -3/+2 |
* | batman-adv: improved gateway tq-based selection | Antonio Quartulli | 2011-06-20 | 1 | -2/+92 |
* | batman-adv: throw uevent in userspace on gateway add/change/del event | Antonio Quartulli | 2011-06-20 | 1 | -0/+6 |
* | batman-adv: gateway election code refactoring | Antonio Quartulli | 2011-06-20 | 1 | -56/+80 |
* | batman-adv: Reduce usage of char | Sven Eckelmann | 2011-06-20 | 1 | -1/+1 |
* | batman-adv: use NO_FLAGS define instead of hard-coding 0 | Marek Lindner | 2011-06-09 | 1 | -2/+2 |
* | batman-adv: Don't return value in void function | Sven Eckelmann | 2011-06-09 | 1 | -1/+1 |
* | batman-adv: Use rcu_dereference_protected by update-side | Sven Eckelmann | 2011-05-30 | 1 | -1/+1 |
* | batman-adv: Calculate sizeof using variable insead of types | Sven Eckelmann | 2011-05-30 | 1 | -6/+6 |
* | batman-adv: Add const type qualifier for pointers | Sven Eckelmann | 2011-05-30 | 1 | -2/+2 |
* | batman-adv: Use kzalloc rather than kmalloc followed by memset with 0 | Sven Eckelmann | 2011-05-30 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-05-20 | 1 | -122/+174 |
|\ |
|
| * | batman-adv: Make bat_priv->primary_if an rcu protected pointer | Marek Lindner | 2011-05-01 | 1 | -14/+19 |
| * | batman-adv: fix gw_node_update() and gw_election() | Antonio Quartulli | 2011-05-01 | 1 | -4/+8 |
| * | batman-adv: concentrate all curr_gw related rcu operations in select/deselect... | Marek Lindner | 2011-04-17 | 1 | -72/+98 |
| * | batman-adv: Make orig_node->router an rcu protected pointer | Linus Lüssing | 2011-04-17 | 1 | -32/+48 |
| * | batman-adv: Simplify gw_check_election(), use gw_get_selected() | Linus Lüssing | 2011-04-17 | 1 | -11/+12 |