Age | Commit message (Expand) | Author | Files | Lines |
2019-06-27 | batman-adv: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -22/+7 |
2019-03-25 | batman-adv: Drop license boilerplate | Sven Eckelmann | 1 | -12/+0 |
2019-01-04 | batman-adv: Update copyright years for 2019 | Sven Eckelmann | 1 | -1/+1 |
2018-09-06 | batman-adv: Prevent duplicated nc_node entry | Sven Eckelmann | 1 | -12/+15 |
2018-02-26 | batman-adv: Update copyright years for 2018 | Sven Eckelmann | 1 | -1/+1 |
2017-12-21 | batman-adv: Convert packet.h to uapi header | Sven Eckelmann | 1 | -1/+1 |
2017-12-15 | batman-adv: Use parentheses in function kernel-doc | Sven Eckelmann | 1 | -59/+61 |
2017-12-15 | batman-adv: Include net.h for net_ratelimited_function | Sven Eckelmann | 1 | -0/+1 |
2017-12-15 | batman-adv: include gfp.h for GFP_* defines | Sven Eckelmann | 1 | -1/+1 |
2017-12-15 | batman-adv: Add SPDX license identifier above copyright header | Sven Eckelmann | 1 | -0/+1 |
2017-05-23 | batman-adv: Combine two seq_puts() calls into one call in batadv_nc_nodes_seq... | Markus Elfring | 1 | -3/+1 |
2017-01-26 | batman-adv: update copyright years for 2017 | Sven Eckelmann | 1 | -1/+1 |
2016-11-08 | batman-adv: Consume skb in receive handlers | Sven Eckelmann | 1 | -4/+7 |
2016-10-30 | batman-adv: use consume_skb for non-dropped packets | Sven Eckelmann | 1 | -9/+15 |
2016-10-19 | batman-adv: Use octal permissions instead of macros | Sven Eckelmann | 1 | -5/+3 |
2016-08-09 | batman-adv: Allow to disable debugfs support | Sven Eckelmann | 1 | -0/+2 |
2016-08-09 | batman-adv: Place kref_get for nc_path near use | Sven Eckelmann | 1 | -1/+1 |
2016-08-09 | batman-adv: Place kref_get for nc_node near use | Sven Eckelmann | 1 | -1/+1 |
2016-08-09 | batman-adv: Place kref_get for orig_node near use | Sven Eckelmann | 1 | -4/+3 |
2016-06-30 | batman-adv: Consolidate logging related functions | Sven Eckelmann | 1 | -0/+1 |
2016-06-30 | batman-adv: split tvlv into a separate file | Markus Pargmann | 1 | -0/+1 |
2016-05-10 | batman-adv: use batadv_compare_eth when possible | Antonio Quartulli | 1 | -4/+2 |
2016-05-10 | batman-adv: Use bool as return type for boolean functions | Sven Eckelmann | 1 | -6/+6 |
2016-05-10 | batman-adv: Use kref_get for batadv_nc_get_nc_node | Sven Eckelmann | 1 | -6/+1 |
2016-05-04 | batman-adv: Fix function names on new line starting with '*' | Sven Eckelmann | 1 | -9/+9 |
2016-05-04 | batman-adv: use to_delayed_work | Geliang Tang | 1 | -1/+1 |
2016-02-29 | batman-adv: keep track of when unicast packets are sent | Antonio Quartulli | 1 | -12/+10 |
2016-02-23 | batman-adv: Rename batadv_nc_path *_free_ref function to *_put | Sven Eckelmann | 1 | -6/+6 |
2016-02-23 | batman-adv: Rename batadv_nc_node *_free_ref function to *_put | Sven Eckelmann | 1 | -5/+5 |
2016-02-23 | batman-adv: Rename batadv_orig_ifinfo *_free_ref function to *_put | Sven Eckelmann | 1 | -1/+1 |
2016-02-23 | batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_put | Sven Eckelmann | 1 | -2/+2 |
2016-02-23 | batman-adv: Rename batadv_neigh_node *_free_ref function to *_put | Sven Eckelmann | 1 | -2/+2 |
2016-02-23 | batman-adv: Rename batadv_hardif *_free_ref function to *_put | Sven Eckelmann | 1 | -1/+1 |
2016-02-23 | batman-adv: Rename batadv_orig_node *_free_ref function to *_put | Sven Eckelmann | 1 | -2/+2 |
2016-02-10 | batman-adv: Convert batadv_orig_node to kref | Sven Eckelmann | 1 | -1/+1 |
2016-02-10 | batman-adv: Convert batadv_nc_path to kref | Sven Eckelmann | 1 | -7/+21 |
2016-02-10 | batman-adv: Convert batadv_nc_node to kref | Sven Eckelmann | 1 | -8/+13 |
2016-02-02 | batman-adv: update copyright years for 2016 | Sven Eckelmann | 1 | -1/+1 |
2016-02-02 | batman-adv: Fix kerneldoc of network-coding functions | Sven Eckelmann | 1 | -0/+13 |
2016-02-02 | batman-adv: Fix kerneldoc parsing of return description | Sven Eckelmann | 1 | -21/+21 |
2016-01-16 | batman-adv: Avoid recursive call_rcu for batadv_nc_node | Sven Eckelmann | 1 | -11/+8 |
2016-01-09 | batman-adv: Delete unnecessary checks before the function call "kfree_skb" | Markus Elfring | 1 | -3/+1 |
2015-08-25 | batman-adv: Annotate deleting functions with external lock via lockdep | Sven Eckelmann | 1 | -0/+4 |
2015-08-25 | batman-adv: Remove multiple assignment per line | Sven Eckelmann | 1 | -1/+2 |
2015-08-25 | batman-adv: Fix kerneldoc over 80 column lines | Sven Eckelmann | 1 | -2/+2 |
2015-08-25 | batman-adv: Replace C99 int types with kernel type | Sven Eckelmann | 1 | -23/+21 |
2015-08-14 | batman-adv: Make NC capability changes atomic | Linus Lüssing | 1 | -3/+4 |
2015-06-07 | batman-adv: Add required includes to all files | Sven Eckelmann | 1 | -4/+33 |
2015-06-07 | batman-adv: Use common Jenkins Hash implementation | Sven Eckelmann | 1 | -8/+2 |
2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | 1 | -1/+1 |