| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-18 | batman-adv: Fix potential broadcast BLA-duplicate-check race condition | Linus Lüssing | 2 | -5/+16 |
| 2012-10-18 | batman-adv: Fix broadcast packet CRC calculation | Linus Lüssing | 2 | -5/+11 |
| 2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+13 |
| 2012-09-23 | batman-adv: Fix symmetry check / route flapping in multi interface setups | Linus Lüssing | 1 | -6/+7 |
| 2012-09-23 | batman-adv: Fix change mac address of soft iface. | Def | 1 | -2/+5 |
| 2012-09-19 | batman-adv: make batadv_test_bit() return 0 or 1 only | Linus Lüssing | 1 | -3/+3 |
| 2012-08-23 | batman-adv: Start new development cycle | Sven Eckelmann | 1 | -1/+1 |
| 2012-08-23 | batman-adv: change interface_rx to get orig node | Antonio Quartulli | 3 | -7/+14 |
| 2012-08-23 | batman-adv: detect not yet announced clients | Antonio Quartulli | 5 | -33/+101 |
| 2012-08-23 | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 7 | -38/+55 |
| 2012-08-23 | batman-adv: Don't break statements after assignment operator | Sven Eckelmann | 6 | -35/+39 |
| 2012-08-23 | batman-adv: Use BIT(x) macro to calculate bit positions | Sven Eckelmann | 3 | -29/+31 |
| 2012-08-23 | batman-adv: Drop tt queries with foreign dest | Martin Hundebøll | 1 | -15/+3 |
| 2012-08-23 | batman-adv: Move batadv_check_unicast_packet() | Martin Hundebøll | 1 | -25/+25 |
| 2012-08-23 | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 10 | -311/+343 |
| 2012-08-23 | batman-adv: check batadv_orig_hash_add_if() return code | Simon Wunderlich | 1 | -1/+7 |
| 2012-08-23 | batman-adv: fix typos in comments | Antonio Quartulli | 2 | -5/+5 |
| 2012-08-23 | batman-adv: add reference counting for type batadv_tt_orig_list_entry | Antonio Quartulli | 2 | -23/+53 |
| 2012-08-23 | batman-adv: remove a misleading comment | Jonathan Corbet | 1 | -3/+0 |
| 2012-08-23 | batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure | Marek Lindner | 3 | -19/+42 |
| 2012-08-23 | batman-adv: rename bridge loop avoidance claim types | Simon Wunderlich | 2 | -11/+11 |
| 2012-08-23 | batman-adv: correct comments in bridge loop avoidance | Simon Wunderlich | 1 | -2/+3 |
| 2012-08-23 | batman-adv: Add the backbone gateway list to debugfs | Simon Wunderlich | 3 | -0/+85 |
| 2012-08-23 | batman-adv: move function arguments on one line | Antonio Quartulli | 1 | -2/+1 |
| 2012-08-08 | batman-adv: Fix mem leak in the batadv_tt_local_event() function | Jesper Juhl | 1 | -0/+1 |
| 2012-08-06 | batman-adv: select an internet gateway if none was chosen | Marek Lindner | 1 | -3/+3 |
| 2012-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -7/+20 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 4 | -20/+40 |
| 2012-07-06 | batman-adv: check incoming packet type for bla | Simon Wunderlich | 3 | -7/+19 |
| 2012-07-01 | batman-adv: Don't leak information through uninitialized packet fields | Sven Eckelmann | 3 | -0/+4 |
| 2012-07-01 | batman-adv: fix counter summary length | Marek Lindner | 1 | -2/+1 |
| 2012-07-01 | batman-adv: Fix alignment after opened parentheses | Sven Eckelmann | 5 | -19/+24 |
| 2012-07-01 | batman-adv: Remove space before semicolon | Sven Eckelmann | 1 | -1/+1 |
| 2012-07-01 | batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} | Sven Eckelmann | 9 | -10/+10 |
| 2012-07-01 | batman-adv: Transform BATADV_LOG_BUFF(idx) into function | Sven Eckelmann | 1 | -4/+15 |
| 2012-07-01 | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 31 | -938/+1029 |
| 2012-07-01 | batman-adv: Prefix packet structs with batadv_ | Sven Eckelmann | 19 | -347/+369 |
| 2012-07-01 | batman-adv: Prefix local sysfs struct with batadv_ | Sven Eckelmann | 2 | -7/+7 |
| 2012-07-01 | batman-adv: Prefix hash struct and typedef with batadv_ | Sven Eckelmann | 9 | -64/+67 |
| 2012-07-01 | batman-adv: Prefix local debugfs structs with batadv_ | Sven Eckelmann | 1 | -5/+5 |
| 2012-07-01 | batman-adv: Prefix main enum with BATADV_ | Sven Eckelmann | 14 | -135/+140 |
| 2012-07-01 | batman-adv: Prefix packet enum with BATADV_ | Sven Eckelmann | 12 | -232/+254 |
| 2012-07-01 | batman-adv: Prefix types enum with BATADV_ | Sven Eckelmann | 5 | -31/+31 |
| 2012-07-01 | batman-adv: Prefix hard-interface enum with BATADV_ | Sven Eckelmann | 13 | -63/+68 |
| 2012-07-01 | batman-adv: Prefix gateway enum with BATADV_ | Sven Eckelmann | 5 | -22/+22 |
| 2012-06-28 | batman-adv: Prefix main defines with BATADV_ | Sven Eckelmann | 18 | -202/+244 |
| 2012-06-28 | batman-adv: Prefix vis defines with BATADV_ | Sven Eckelmann | 2 | -2/+2 |
| 2012-06-28 | batman-adv: Prefix unicast defines with BATADV_ | Sven Eckelmann | 3 | -4/+4 |
| 2012-06-28 | batman-adv: Prefix types defines with BATADV_ | Sven Eckelmann | 3 | -11/+11 |
| 2012-06-28 | batman-adv: Prefix packet defines with BATADV_ | Sven Eckelmann | 11 | -37/+40 |
| 2012-06-28 | batman-adv: Prefix icmp_socket defines with BATADV_ | Sven Eckelmann | 2 | -2/+2 |
| 2012-06-28 | batman-adv: Prefix gateway defines with BATADV_ | Sven Eckelmann | 2 | -14/+18 |
| 2012-06-28 | batman-adv: Prefix bridge_loop_avoidance defines with BATADV_ | Sven Eckelmann | 2 | -3/+3 |
| 2012-06-28 | batman-adv: Prefix sysfs defines with BATADV_ | Sven Eckelmann | 2 | -9/+9 |
| 2012-06-28 | batman-adv: Prefix debugfs defines with BATADV_ | Sven Eckelmann | 2 | -2/+2 |
| 2012-06-28 | batman-adv: Prefix local defines with BATADV_ | Sven Eckelmann | 4 | -81/+87 |
| 2012-06-28 | batman-adv: beautify tt_global_add() argument list | Antonio Quartulli | 3 | -19/+13 |
| 2012-06-28 | batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval | Antonio Quartulli | 1 | -3/+37 |
| 2012-06-28 | batman-adv: Directly print to seq_file in vis | Sven Eckelmann | 1 | -143/+81 |
| 2012-06-28 | batman-adv: Prefix remaining function like macros with batadv_ | Sven Eckelmann | 11 | -89/+98 |
| 2012-06-28 | batman-adv: Prefix main local static functions with batadv_ | Sven Eckelmann | 1 | -37/+39 |
| 2012-06-28 | batman-adv: Prefix vis local static functions with batadv_ | Sven Eckelmann | 1 | -98/+103 |
| 2012-06-28 | batman-adv: Prefix unicast local static functions with batadv_ | Sven Eckelmann | 1 | -13/+16 |
| 2012-06-25 | batman-adv: fix global TT entry deletion | Antonio Quartulli | 1 | -0/+2 |
| 2012-06-25 | batman-adv: fix condition in AP isolation | Antonio Quartulli | 1 | -1/+1 |
| 2012-06-25 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 24 | -1482/+1591 |
| 2012-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+6 |
| 2012-06-25 | batman-adv: Prefix translation-table local static functions with batadv_ | Sven Eckelmann | 1 | -258/+282 |
| 2012-06-25 | batman-adv: Prefix soft-interface local static functions with batadv_ | Sven Eckelmann | 1 | -39/+41 |
| 2012-06-25 | batman-adv: Prefix send local static functions with batadv_ | Sven Eckelmann | 1 | -15/+15 |
| 2012-06-25 | batman-adv: Prefix routing local static functions with batadv_ | Sven Eckelmann | 1 | -31/+34 |
| 2012-06-25 | batman-adv: Prefix originator local static functions with batadv_ | Sven Eckelmann | 1 | -27/+27 |
| 2012-06-25 | batman-adv: Prefix icmp_socket local static functions with batadv_ | Sven Eckelmann | 1 | -32/+34 |
| 2012-06-25 | batman-adv: Prefix hash local static functions with batadv_ | Sven Eckelmann | 1 | -2/+2 |
| 2012-06-25 | batman-adv: Prefix hard-interface local static functions with batadv_ | Sven Eckelmann | 1 | -31/+33 |
| 2012-06-25 | batman-adv: Prefix gateway_common local static functions with batadv_ | Sven Eckelmann | 1 | -5/+5 |
| 2012-06-25 | batman-adv: Prefix gateway_client local static functions with batadv_ | Sven Eckelmann | 1 | -32/+35 |
| 2012-06-25 | batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_ | Sven Eckelmann | 1 | -152/+168 |
| 2012-06-25 | batman-adv: Prefix bat_sysfs local static functions with batadv_ | Sven Eckelmann | 1 | -117/+138 |
| 2012-06-25 | batman-adv: Prefix bat_iv_ogm local static functions with batadv_ | Sven Eckelmann | 1 | -127/+130 |
| 2012-06-25 | batman-adv: Prefix main static inline functions with batadv_ | Sven Eckelmann | 16 | -395/+414 |
| 2012-06-24 | batman-adv: Prefix unicast static inline functions with batadv_ | Sven Eckelmann | 2 | -2/+3 |
| 2012-06-24 | batman-adv: Prefix originator static inline functions with batadv_ | Sven Eckelmann | 8 | -32/+37 |
| 2012-06-24 | batman-adv: Prefix hash static inline functions with batadv_ | Sven Eckelmann | 5 | -35/+42 |
| 2012-06-24 | batman-adv: Prefix hard-interface static inline functions with batadv_ | Sven Eckelmann | 14 | -83/+84 |
| 2012-06-24 | batman-adv: Prefix bitarray static inline functions with batadv_ | Sven Eckelmann | 4 | -15/+16 |
| 2012-06-24 | batman-adv: Prefix bat_debugfs local static functions with batadv_ | Sven Eckelmann | 1 | -71/+72 |
| 2012-06-23 | batman-adv: fix race condition in TT full-table replacement | Antonio Quartulli | 1 | -2/+2 |
| 2012-06-23 | batman-adv: only drop packets of known wifi clients | Marek Lindner | 1 | -4/+4 |
| 2012-06-20 | batman-adv: Reformat multiline comments to consistent style | Sven Eckelmann | 40 | -388/+349 |
| 2012-06-20 | batman-adv: Prefix main non-static functions with batadv_ | Sven Eckelmann | 13 | -97/+99 |
| 2012-06-20 | batman-adv: Prefix vis non-static functions with batadv_ | Sven Eckelmann | 5 | -26/+26 |
| 2012-06-20 | batman-adv: Prefix unicast non-static functions with batadv_ | Sven Eckelmann | 5 | -22/+25 |
| 2012-06-20 | batman-adv: Prefix translation-table non-static functions with batadv_ | Sven Eckelmann | 11 | -107/+125 |
| 2012-06-20 | batman-adv: Prefix soft-interface non-static functions with batadv_ | Sven Eckelmann | 6 | -27/+27 |
| 2012-06-20 | batman-adv: Prefix send non-static functions with batadv_ | Sven Eckelmann | 11 | -41/+46 |
| 2012-06-20 | batman-adv: Prefix routing non-static functions with batadv_ | Sven Eckelmann | 7 | -74/+80 |
| 2012-06-20 | batman-adv: Prefix ring_buffer non-static functions with batadv_ | Sven Eckelmann | 3 | -11/+13 |
| 2012-06-20 | batman-adv: Prefix originator non-static functions with batadv_ | Sven Eckelmann | 13 | -131/+134 |
| 2012-06-20 | batman-adv: Prefix icmp-socket non-static functions with batadv_ | Sven Eckelmann | 5 | -11/+11 |
| 2012-06-20 | batman-adv: Prefix hash non-static functions with batadv_ | Sven Eckelmann | 6 | -16/+16 |
| 2012-06-20 | batman-adv: Prefix hard-interface non-static functions with batadv_ | Sven Eckelmann | 6 | -41/+43 |
| 2012-06-20 | batman-adv: Prefix gateway-common non-static functions with batadv_ | Sven Eckelmann | 4 | -12/+16 |
| 2012-06-20 | batman-adv: Prefix gateway-client non-static functions with batadv_ | Sven Eckelmann | 10 | -46/+51 |
| 2012-06-20 | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_ | Sven Eckelmann | 8 | -58/+62 |
| 2012-06-20 | batman-adv: Prefix bitarray non-static functions with batadv_ | Sven Eckelmann | 4 | -11/+11 |
| 2012-06-20 | batman-adv: Prefix bat_sysfs non-static functions with batadv_ | Sven Eckelmann | 5 | -20/+21 |
| 2012-06-20 | batman-adv: Prefix bat_debugfs non-static functions with batadv_ | Sven Eckelmann | 5 | -16/+17 |
| 2012-06-20 | batman-adv: Prefix bat_algo non-static functions with batadv_ | Sven Eckelmann | 3 | -3/+3 |
| 2012-06-19 | batman-adv: fix skb->data assignment | Antonio Quartulli | 1 | -0/+2 |
| 2012-06-18 | batman-adv: only store changed gw_bandwidth values | Marek Lindner | 1 | -0/+3 |
| 2012-06-18 | batman-adv: fix locking in hash_add() | Matthias Schiffer | 1 | -9/+6 |
| 2012-06-18 | batman-adv: use DBG_ALL in log_level sysfs definition | Antonio Quartulli | 1 | -1/+1 |
| 2012-06-18 | batman-adv: turn tt commit code into routing protocol agnostic API | Marek Lindner | 5 | -104/+118 |
| 2012-06-18 | batman-adv: fix visualization output without neighbors on the primary interface | Matthias Schiffer | 1 | -7/+14 |
| 2012-06-18 | batman-adv: don't bother flipping ->tt_crc | Al Viro | 2 | -9/+3 |
| 2012-06-18 | batman-adv: don't bother flipping ->tt_data | Al Viro | 3 | -12/+10 |
| 2012-06-18 | batman-adv: Return error codes instead of -1 on failures | Sven Eckelmann | 10 | -48/+58 |
| 2012-06-18 | batman-adv: keep batman_ogm_packet ->seqno net-endian all along | Al Viro | 2 | -12/+12 |
| 2012-06-18 | batman-adv: trivial endianness annotations | Al Viro | 2 | -9/+9 |
| 2012-06-18 | batman-adv: get rid of pointless cast in memcpy() | Al Viro | 1 | -1/+1 |
| 2012-06-18 | batman-adv: return added entries instead of number of possibly added entries | Marek Lindner | 1 | -1/+1 |
| 2012-06-18 | batman-adv: ignore trailing CR when comparing protocol names | Marek Lindner | 1 | -3/+8 |
| 2012-06-18 | batman-adv: avoid characters requiring shell escapes in protocol names | Marek Lindner | 2 | -2/+2 |
| 2012-06-18 | batman-adv: Add get_ethtool_stats() support | Martin Hundebøll | 7 | -3/+138 |
| 2012-06-18 | batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t | Antonio Quartulli | 3 | -4/+3 |
| 2012-06-18 | batman-adv: Initialize lockdep class keys for hashes | Sven Eckelmann | 3 | -0/+26 |
| 2012-06-18 | batman-adv: fix skb->data assignment | Antonio Quartulli | 1 | -0/+2 |
| 2012-06-18 | batman-adv: update internal version number | Sven Eckelmann | 1 | -1/+1 |
| 2012-05-14 | batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e... | Antonio Quartulli | 1 | -0/+2 |
| 2012-05-13 | batman-adv: Start new development cycle | Sven Eckelmann | 1 | -1/+1 |
| 2012-05-13 | batman-adv: use shorter pr_warn instead of pr_warning | Sven Eckelmann | 2 | -5/+5 |
| 2012-05-13 | batman-adv: refactor window_protected to avoid unnecessary return statement | Marek Lindner | 1 | -9/+6 |
| 2012-05-13 | batman-adv: prepare lq_update_lock to be shared among different protocols | Marek Lindner | 3 | -6/+6 |
| 2012-05-13 | batman-adv: improve unicast packet (re)routing | Antonio Quartulli | 4 | -0/+36 |
| 2012-05-13 | batman-adv: avoid skb_linearise() if not needed | Antonio Quartulli | 1 | -2/+3 |
| 2012-05-11 | batman-adv: add contributor name | Antonio Quartulli | 2 | -2/+2 |
| 2012-05-11 | batman-adv: update copyright years | Antonio Quartulli | 2 | -2/+2 |
| 2012-05-11 | batman-adv: fix checkpatch string complaint | Marek Lindner | 1 | -2/+2 |
| 2012-05-11 | batman-adv: avoid temporary routing loops by being strict on forwarded OGMs | Marek Lindner | 2 | -29/+32 |
| 2012-05-11 | batman-adv: Adding hard_iface specific sysfs wrapper macros for UINT | Linus Luessing | 1 | -0/+43 |
| 2012-05-11 | batman-adv: rename sysfs macros to reflect the soft-interface dependency | Marek Lindner | 1 | -28/+29 |
| 2012-05-11 | batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal... | Marek Lindner | 4 | -14/+16 |
| 2012-05-11 | batman-adv: ignore protocol packets if the interface did not enable this prot... | Marek Lindner | 1 | -0/+7 |
| 2012-05-11 | batman-adv: split neigh_new function into generic and batman iv specific parts | Marek Lindner | 3 | -27/+48 |
| 2012-05-11 | batman-adv: replace HZ calculations with jiffies_to_msecs() | Marek Lindner | 3 | -8/+13 |
| 2012-05-11 | batman-adv: rename last_valid to last_seen | Marek Lindner | 3 | -16/+16 |
| 2012-05-11 | batman-adv: register batman ogm receive function during protocol init | Marek Lindner | 5 | -24/+41 |
| 2012-05-11 | batman-adv: introduce packet type handler array for incoming packets | Marek Lindner | 3 | -113/+127 |
| 2012-05-11 | batman-adv: introduce is_single_hop_neigh variable to increase readability | Marek Lindner | 1 | -7/+9 |
| 2012-05-11 | batman-adv: fix wrong dhcp option list browsing | Antonio Quartulli | 1 | -3/+3 |
| 2012-04-18 | batman-adv: skip the window protection test when the originator has no neighb... | Antonio Quartulli | 1 | -1/+2 |
| 2012-04-18 | batman-adv: print OGM seq numbers as unsigned int | Antonio Quartulli | 1 | -4/+4 |
| 2012-04-18 | batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr) | Antonio Quartulli | 9 | -25/+21 |
| 2012-04-18 | batman-adv: mark existing ogm variables as batman iv | Marek Lindner | 3 | -5/+5 |
| 2012-04-18 | batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN | Marek Lindner | 4 | -14/+14 |
| 2012-04-18 | batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c... | Marek Lindner | 4 | -6/+6 |
| 2012-04-18 | batman-adv: handle routing code initialization properly | Marek Lindner | 3 | -11/+17 |
| 2012-04-18 | batman-adv: add iface_disable() callback to routing API | Marek Lindner | 4 | -2/+11 |
| 2012-04-18 | batman-adv: randomize initial seqno to avoid collision | Marek Lindner | 1 | -0/+5 |
| 2012-04-18 | batman-adv: refactoring API: find generalized name for bat_ogm_init callback | Marek Lindner | 4 | -6/+6 |
| 2012-04-18 | batman-adv: move ogm initialization into the proper function | Marek Lindner | 1 | -1/+7 |
| 2012-04-18 | batman-adv: remove duplicated line in comment | Antonio Quartulli | 1 | -1/+0 |
| 2012-04-18 | batman-adv: convert the tt_crc to network order | Antonio Quartulli | 1 | -1/+1 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -3/+3 |
| 2012-04-11 | batman-adv: add bridge loop avoidance compile option | Simon Wunderlich | 7 | -5/+89 |
| 2012-04-11 | batman-adv: form groups in the bridge loop avoidance | Simon Wunderlich | 2 | -6/+116 |
| 2012-04-11 | batman-adv: drop STP over batman | Simon Wunderlich | 1 | -0/+8 |
| 2012-04-11 | batman-adv: add broadcast duplicate check | Simon Wunderlich | 5 | -0/+91 |
| 2012-04-11 | batman-adv: don't let backbone gateways exchange tt entries | Simon Wunderlich | 4 | -2/+74 |
| 2012-04-11 | batman-adv: allow multiple entries in tt_global_entries | Simon Wunderlich | 2 | -93/+311 |
| 2012-04-11 | batman-adv: export claim tables through debugfs | Simon Wunderlich | 3 | -0/+64 |
| 2012-04-11 | batman-adv: make bridge loop avoidance switchable | Simon Wunderlich | 1 | -0/+2 |
| 2012-04-11 | batman-adv: add basic bridge loop avoidance code | Simon Wunderlich | 13 | -10/+1422 |
| 2012-04-11 | batman-adv: remove old bridge loop avoidance code | Simon Wunderlich | 9 | -517/+5 |
| 2012-04-11 | batman-adv: encourage batman to take shorter routes by changing the default h... | Marek Lindner | 1 | -1/+1 |
| 2012-04-11 | batman-adv: Remove declaration of only locally used functions | Sven Eckelmann | 2 | -16/+14 |
| 2012-04-11 | batman-adv: Replace bitarray operations with bitmap | Sven Eckelmann | 6 | -130/+41 |
| 2012-04-11 | batman-adv: use ETH_ALEN instead of hardcoded numeric constants | Antonio Quartulli | 1 | -13/+13 |
| 2012-04-11 | batman-adv: clean up Kconfig | Antonio Quartulli | 1 | -9/+8 |
| 2012-03-11 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 14 | -194/+145 |
| 2012-03-11 | batman-adv: Remove spaces after a cast | Sven Eckelmann | 2 | -3/+3 |
| 2012-03-11 | batman-adv: Use {} braces consistent on the arms of a statement | Sven Eckelmann | 1 | -1/+2 |
| 2012-03-11 | batman-adv: Don't begin block comments with only a /* line | Sven Eckelmann | 2 | -13/+3 |
| 2012-03-11 | batman-adv: Ignore 80-chars per line limits for strings | Sven Eckelmann | 12 | -177/+137 |
| 2012-02-28 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 39 | -156/+141 |
| 2012-02-28 | batman-adv: Fix indentation of multiline statements | Sven Eckelmann | 9 | -45/+44 |
| 2012-02-17 | batman-adv: use eth_hw_addr_random() instead of random_ether_addr() | Danny Kukawka | 1 | -3/+2 |
| 2012-02-17 | batman-adv: Start new development cycle | Sven Eckelmann | 1 | -1/+1 |
| 2012-02-17 | batman-adv: TT_CLIENT_PENDING is never set in struct tt_global_entry | Antonio Quartulli | 1 | -8/+1 |
| 2012-02-17 | batman-adv: code refactoring - move debug print into tt_local_set_pending | Antonio Quartulli | 1 | -9/+6 |
| 2012-02-17 | batman-adv: set TT_CLIENT_NEW flag before invoking hash_add() | Antonio Quartulli | 1 | -5/+5 |
| 2012-02-17 | batman-adv: Update copyright years | Sven Eckelmann | 39 | -39/+39 |
| 2012-02-17 | batman-adv: export used routing algorithm via sysfs | Marek Lindner | 1 | -0/+9 |
| 2012-02-17 | batman-adv: refactor tt_global_del() to avoid misalignment | Sven Eckelmann | 1 | -20/+22 |
| 2012-02-17 | batman-adv: allowing changing the routing algorithm via module parameter | Marek Lindner | 1 | -0/+24 |
| 2012-02-17 | batman-adv: convert time_after instances to has_timed_out | Marek Lindner | 8 | -30/+24 |
| 2012-02-17 | batman-adv: convert batman iv algorithm to use dynamic infrastructure | Marek Lindner | 7 | -129/+129 |
| 2012-02-17 | batman-adv: add infrastructure to change routing algorithm at runtime | Marek Lindner | 7 | -0/+145 |
| 2012-02-17 | batman-adv: warn if added interface is part of a bridge | Marek Lindner | 1 | -0/+8 |