| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: Avoid recursive call_rcu for batadv_bla_claim | Sven Eckelmann | 2016-01-31 | 1 | -7/+3 |
* | batman-adv: Remove multiple assignment per line | Sven Eckelmann | 2015-08-25 | 1 | -2/+4 |
* | batman-adv: Replace C99 int types with kernel type | Sven Eckelmann | 2015-08-25 | 1 | -37/+35 |
* | batman-adv: Add required includes to all files | Sven Eckelmann | 2015-06-07 | 1 | -8/+30 |
* | batman-adv: Use common Jenkins Hash implementation | Sven Eckelmann | 2015-06-07 | 1 | -12/+4 |
* | batman-adv: update copyright years for 2015 | Sven Eckelmann | 2015-05-29 | 1 | -1/+1 |
* | batman-adv: fix misspelled words | Antonio Quartulli | 2015-01-07 | 1 | -2/+2 |
* | batman-adv: checkpatch - Please don't use multiple blank lines | Antonio Quartulli | 2015-01-07 | 1 | -7/+0 |
* | batman-adv: kernel doc fixes for bridge_loop_avoidance.c | Martin Hundebøll | 2015-01-07 | 1 | -1/+5 |
* | batman-adv: drop QinQ claim frames in bridge loop avoidance | Simon Wunderlich | 2014-07-21 | 1 | -10/+34 |
* | batman-adv: prefer ether_addr_copy to memcpy | Antonio Quartulli | 2014-03-22 | 1 | -15/+15 |
* | batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx() | Linus Lüssing | 2014-03-22 | 1 | -3/+0 |
* | batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path | Linus Lüssing | 2014-03-22 | 1 | -1/+1 |
* | batman-adv: use consistent kerneldoc style | Simon Wunderlich | 2014-01-16 | 1 | -6/+18 |
* | batman-adv: update copyright years for 2014 | Simon Wunderlich | 2014-01-12 | 1 | -1/+1 |
* | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 2014-01-08 | 1 | -3/+1 |
* | batman-adv: make the backbone gw check VLAN specific | Antonio Quartulli | 2013-10-19 | 1 | -8/+11 |
* | batman-adv: make the TT global purge routine VLAN specific | Antonio Quartulli | 2013-10-19 | 1 | -2/+2 |
* | batman-adv: add the VLAN ID attribute to the TT entry | Antonio Quartulli | 2013-10-19 | 1 | -24/+11 |
* | batman-adv: use htons when possible | Antonio Quartulli | 2013-10-12 | 1 | -6/+6 |
* | batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr) | Antonio Quartulli | 2013-10-12 | 1 | -1/+1 |
* | batman-adv: fix potential kernel paging errors for unicast transmissions | Linus Lüssing | 2013-08-10 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -0/+4 |
|\ |
|
| * | batman-adv: Don't handle address updates when bla is disabled | Simon Wunderlich | 2013-06-10 | 1 | -0/+4 |
* | | batman-adv: print the VID properly | Antonio Quartulli | 2013-05-29 | 1 | -16/+21 |
* | | batman-adv: change VID semantic in the BLA code | Antonio Quartulli | 2013-05-29 | 1 | -24/+27 |
* | | batman-adv: use eth_hdr() when it makes sense | Antonio Quartulli | 2013-05-29 | 1 | -4/+4 |
|/ |
|
* | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 2013-04-19 | 1 | -1/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -24/+15 |
* | batman-adv: update copyright years | Antonio Quartulli | 2013-01-19 | 1 | -1/+1 |
* | batman-adv: rename batadv_claim struct to make clear it is used by bla | Marek Lindner | 2013-01-19 | 1 | -20/+21 |
* | batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla | Marek Lindner | 2013-01-19 | 1 | -25/+27 |
* | batman-adv: a delayed_work has to be initialised once | Antonio Quartulli | 2013-01-19 | 1 | -12/+6 |
* | batman-adv: use the const qualifier in hash functions | Antonio Quartulli | 2013-01-12 | 1 | -1/+1 |
* | batman-adv: remove useless blank lines before and after brackets | Antonio Quartulli | 2013-01-12 | 1 | -4/+0 |
* | batman-adv: unify and properly print hex values | Antonio Quartulli | 2013-01-12 | 1 | -9/+9 |
* | batman-adv: Fix broadcast duplist for fragmentation | Simon Wunderlich | 2012-11-21 | 1 | -11/+7 |
* | batman-adv: fix bla compare function | Simon Wunderlich | 2012-11-21 | 1 | -2/+16 |
* | batman-adv: wait multiple periods before activating bla | Simon Wunderlich | 2012-11-14 | 1 | -1/+8 |
* | batman-adv: allow bla traffic only after first worker period | Simon Wunderlich | 2012-11-14 | 1 | -1/+19 |
* | batman-adv: send announcement when backbone gw is registered | Simon Wunderlich | 2012-11-14 | 1 | -4/+10 |
* | batman-adv: don't rely on positions in struct for hashing | Simon Wunderlich | 2012-11-14 | 1 | -14/+6 |
* | batman-adv: consolidate duplicated primary_if checking code | Marek Lindner | 2012-10-29 | 1 | -30/+6 |
* | batman-adv: Fix potential broadcast BLA-duplicate-check race condition | Linus Lüssing | 2012-10-18 | 1 | -5/+14 |
* | batman-adv: Fix broadcast packet CRC calculation | Linus Lüssing | 2012-10-18 | 1 | -4/+4 |
* | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 2012-08-23 | 1 | -2/+1 |
* | batman-adv: Don't break statements after assignment operator | Sven Eckelmann | 2012-08-23 | 1 | -4/+3 |
* | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 2012-08-23 | 1 | -55/+60 |
* | batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure | Marek Lindner | 2012-08-23 | 1 | -2/+3 |
* | batman-adv: rename bridge loop avoidance claim types | Simon Wunderlich | 2012-08-23 | 1 | -9/+9 |