| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 3 | -7/+13 |
|\ |
|
| * | batman-adv: Fix symmetry check / route flapping in multi interface setups | Linus Lüssing | 2012-09-23 | 1 | -6/+7 |
| * | batman-adv: Fix change mac address of soft iface. | Def | 2012-09-23 | 1 | -2/+5 |
| * | batman-adv: make batadv_test_bit() return 0 or 1 only | Linus Lüssing | 2012-09-19 | 1 | -3/+3 |
* | | batman-adv: Start new development cycle | Sven Eckelmann | 2012-08-23 | 1 | -1/+1 |
* | | batman-adv: change interface_rx to get orig node | Antonio Quartulli | 2012-08-23 | 3 | -7/+14 |
* | | batman-adv: detect not yet announced clients | Antonio Quartulli | 2012-08-23 | 5 | -33/+101 |
* | | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 2012-08-23 | 7 | -38/+55 |
* | | batman-adv: Don't break statements after assignment operator | Sven Eckelmann | 2012-08-23 | 6 | -35/+39 |
* | | batman-adv: Use BIT(x) macro to calculate bit positions | Sven Eckelmann | 2012-08-23 | 3 | -29/+31 |
* | | batman-adv: Drop tt queries with foreign dest | Martin Hundebøll | 2012-08-23 | 1 | -15/+3 |
* | | batman-adv: Move batadv_check_unicast_packet() | Martin Hundebøll | 2012-08-23 | 1 | -25/+25 |
* | | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 2012-08-23 | 10 | -311/+343 |
* | | batman-adv: check batadv_orig_hash_add_if() return code | Simon Wunderlich | 2012-08-23 | 1 | -1/+7 |
* | | batman-adv: fix typos in comments | Antonio Quartulli | 2012-08-23 | 2 | -5/+5 |
* | | batman-adv: add reference counting for type batadv_tt_orig_list_entry | Antonio Quartulli | 2012-08-23 | 2 | -23/+53 |
* | | batman-adv: remove a misleading comment | Jonathan Corbet | 2012-08-23 | 1 | -3/+0 |
* | | batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure | Marek Lindner | 2012-08-23 | 3 | -19/+42 |
* | | batman-adv: rename bridge loop avoidance claim types | Simon Wunderlich | 2012-08-23 | 2 | -11/+11 |
* | | batman-adv: correct comments in bridge loop avoidance | Simon Wunderlich | 2012-08-23 | 1 | -2/+3 |
* | | batman-adv: Add the backbone gateway list to debugfs | Simon Wunderlich | 2012-08-23 | 3 | -0/+85 |
* | | batman-adv: move function arguments on one line | Antonio Quartulli | 2012-08-23 | 1 | -2/+1 |
|/ |
|
* | batman-adv: Fix mem leak in the batadv_tt_local_event() function | Jesper Juhl | 2012-08-08 | 1 | -0/+1 |
* | batman-adv: select an internet gateway if none was chosen | Marek Lindner | 2012-08-06 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-10 | 3 | -7/+20 |
|\ |
|
| * | batman-adv: check incoming packet type for bla | Simon Wunderlich | 2012-07-06 | 3 | -7/+19 |
* | | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 2012-07-10 | 4 | -20/+40 |
* | | batman-adv: Don't leak information through uninitialized packet fields | Sven Eckelmann | 2012-07-01 | 3 | -0/+4 |
* | | batman-adv: fix counter summary length | Marek Lindner | 2012-07-01 | 1 | -2/+1 |
* | | batman-adv: Fix alignment after opened parentheses | Sven Eckelmann | 2012-07-01 | 5 | -19/+24 |
* | | batman-adv: Remove space before semicolon | Sven Eckelmann | 2012-07-01 | 1 | -1/+1 |
* | | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} | Sven Eckelmann | 2012-07-01 | 9 | -10/+10 |
* | | batman-adv: Transform BATADV_LOG_BUFF(idx) into function | Sven Eckelmann | 2012-07-01 | 1 | -4/+15 |
* | | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 2012-07-01 | 31 | -938/+1029 |
* | | batman-adv: Prefix packet structs with batadv_ | Sven Eckelmann | 2012-07-01 | 19 | -347/+369 |
* | | batman-adv: Prefix local sysfs struct with batadv_ | Sven Eckelmann | 2012-07-01 | 2 | -7/+7 |
* | | batman-adv: Prefix hash struct and typedef with batadv_ | Sven Eckelmann | 2012-07-01 | 9 | -64/+67 |
* | | batman-adv: Prefix local debugfs structs with batadv_ | Sven Eckelmann | 2012-07-01 | 1 | -5/+5 |
* | | batman-adv: Prefix main enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 14 | -135/+140 |
* | | batman-adv: Prefix packet enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 12 | -232/+254 |
* | | batman-adv: Prefix types enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 5 | -31/+31 |
* | | batman-adv: Prefix hard-interface enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 13 | -63/+68 |
* | | batman-adv: Prefix gateway enum with BATADV_ | Sven Eckelmann | 2012-07-01 | 5 | -22/+22 |
* | | batman-adv: Prefix main defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 18 | -202/+244 |
* | | batman-adv: Prefix vis defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 2 | -2/+2 |
* | | batman-adv: Prefix unicast defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 3 | -4/+4 |
* | | batman-adv: Prefix types defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 3 | -11/+11 |
* | | batman-adv: Prefix packet defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 11 | -37/+40 |
* | | batman-adv: Prefix icmp_socket defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 2 | -2/+2 |
* | | batman-adv: Prefix gateway defines with BATADV_ | Sven Eckelmann | 2012-06-28 | 2 | -14/+18 |