| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: Fix typos and grammar in documentation | Sven Eckelmann | 2020-06-26 | 1 | -5/+5 |
* | batman-adv: Avoid RCU list-traversal in spinlock | Sven Eckelmann | 2020-02-17 | 1 | -4/+4 |
* | batman-adv: Update copyright years for 2020 | Sven Eckelmann | 2020-01-01 | 1 | -1/+1 |
* | batman-adv: fix for leaked TVLV handler. | Jeremy Sowden | 2019-05-21 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-05 | 1 | -8/+24 |
|\ |
|
| * | batman-adv: Reduce tt_global hash refcnt only for removed entry | Sven Eckelmann | 2019-03-25 | 1 | -3/+15 |
| * | batman-adv: Reduce tt_local hash refcnt only for removed entry | Sven Eckelmann | 2019-03-25 | 1 | -5/+9 |
* | | batman-adv: Add multicast-to-unicast support for multiple targets | Linus Lüssing | 2019-03-25 | 1 | -3/+2 |
* | | batman-adv: Drop license boilerplate | Sven Eckelmann | 2019-03-25 | 1 | -12/+0 |
|/ |
|
* | batman-adv: Update copyright years for 2019 | Sven Eckelmann | 2019-01-04 | 1 | -1/+1 |
* | batman-adv: Add inconsistent local TT netlink dump detection | Sven Eckelmann | 2018-11-12 | 1 | -18/+23 |
* | batman-adv: Prevent duplicated global TT entry | Sven Eckelmann | 2018-09-06 | 1 | -2/+4 |
* | batman-adv: Fix multicast TT issues with bogus ROAM flags | Linus Lüssing | 2018-06-23 | 1 | -2/+4 |
* | batman-adv: Avoid storing non-TT-sync flags on singular entries too | Linus Lüssing | 2018-06-23 | 1 | -1/+2 |
* | batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs | Marek Lindner | 2018-05-12 | 1 | -3/+12 |
* | batman-adv: Fix TT sync flags for intermediate TT responses | Linus Lüssing | 2018-05-12 | 1 | -10/+51 |
* | batman-adv: Avoid race in TT TVLV allocator helper | Sven Eckelmann | 2018-05-10 | 1 | -4/+4 |
* | batman-adv: Update copyright years for 2018 | Sven Eckelmann | 2018-02-26 | 1 | -1/+1 |
* | batman-adv: Convert packet.h to uapi header | Sven Eckelmann | 2017-12-21 | 1 | -1/+1 |
* | batman-adv: Add kernel-doc to externally visible functions | Sven Eckelmann | 2017-12-15 | 1 | -0/+37 |
* | batman-adv: Use parentheses in function kernel-doc | Sven Eckelmann | 2017-12-15 | 1 | -94/+95 |
* | batman-adv: Include net.h for net_ratelimited_function | Sven Eckelmann | 2017-12-15 | 1 | -0/+1 |
* | batman-adv: include build_bug.h for BUILD_BUG_ON define | Sven Eckelmann | 2017-12-15 | 1 | -1/+1 |
* | batman-adv: include gfp.h for GFP_* defines | Sven Eckelmann | 2017-12-15 | 1 | -1/+1 |
* | batman-adv: Add SPDX license identifier above copyright header | Sven Eckelmann | 2017-12-15 | 1 | -0/+1 |
* | batman-adv: fix TT sync flag inconsistencies | Linus Lüssing | 2017-07-31 | 1 | -9/+51 |
* | batman-adv: simplify return handling in some TT functions | Simon Wunderlich | 2017-06-09 | 1 | -11/+6 |
* | batman-adv: do not add loop detection mac addresses to global tt | Simon Wunderlich | 2017-06-09 | 1 | -0/+6 |
* | batman-adv: Convert BATADV_PRINT_VID macro to function | Sven Eckelmann | 2017-03-16 | 1 | -18/+18 |
* | batman-adv: Fix unbalanced braces around else statement | Sven Eckelmann | 2017-03-16 | 1 | -2/+4 |
* | batman-adv: Remove unused variable in batadv_tt_local_set_flags | Sven Eckelmann | 2017-01-26 | 1 | -2/+0 |
* | batman-adv: update copyright years for 2017 | Sven Eckelmann | 2017-01-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-07 | 1 | -2/+2 |
|\ |
|
| * | batman-adv: Check for alloc errors when preparing TT local data | Sven Eckelmann | 2016-12-02 | 1 | -2/+2 |
* | | batman-adv: Cache the type of wifi device for each hardif | Sven Eckelmann | 2016-11-08 | 1 | -2/+8 |
* | | batman-adv: Use own timer for multicast TT and TVLV updates | Linus Lüssing | 2016-10-30 | 1 | -4/+0 |
* | | batman-adv: Less function calls in batadv_is_ap_isolated() after error detection | Markus Elfring | 2016-10-18 | 1 | -14/+11 |
|/ |
|
* | batman-adv: Allow to disable debugfs support | Sven Eckelmann | 2016-08-09 | 1 | -0/+4 |
* | batman-adv: Place kref_get for tt_common near use | Sven Eckelmann | 2016-08-09 | 1 | -1/+1 |
* | batman-adv: Place kref_get for tt_local_entry near use | Sven Eckelmann | 2016-08-09 | 1 | -1/+1 |
* | batman-adv: Place kref_get for tt_orig_list_entry near use | Sven Eckelmann | 2016-08-09 | 1 | -1/+1 |
* | batman-adv: netlink: add translation table query | Matthias Schiffer | 2016-08-09 | 1 | -0/+377 |
* | batman-adv: use kmem_cache for translation table | Sven Eckelmann | 2016-08-09 | 1 | -17/+152 |
* | Merge tag 'batadv-next-for-davem-20160704' of git://git.open-mesh.org/linux-m... | David S. Miller | 2016-07-05 | 1 | -3/+5 |
|\ |
|
| * | batman-adv: split routing API data structure in subobjects | Antonio Quartulli | 2016-07-04 | 1 | -3/+3 |
| * | batman-adv: Fix bat_(iv|v) function declaration header | Sven Eckelmann | 2016-06-30 | 1 | -1/+0 |
| * | batman-adv: Consolidate logging related functions | Sven Eckelmann | 2016-06-30 | 1 | -0/+1 |
| * | batman-adv: move bat_algo functions into a separate file | Sven Eckelmann | 2016-06-30 | 1 | -0/+1 |
| * | batman-adv: split tvlv into a separate file | Markus Pargmann | 2016-06-30 | 1 | -0/+1 |
* | | Merge tag 'batadv-next-for-davem-20160701' of git://git.open-mesh.org/linux-m... | David S. Miller | 2016-07-01 | 1 | -2/+0 |
|\| |
|