| Commit message (Expand) | Author | Age | Files | Lines |
* | batman-adv: fix random jitter calculation | Akinobu Mita | 2012-12-26 | 1 | -1/+1 |
* | batman-adv: use ETH_P_BATMAN | Antonio Quartulli | 2012-11-30 | 4 | -9/+11 |
* | batman-adv: Use packing of 2 for all headers before an ethernet header | Sven Eckelmann | 2012-11-21 | 1 | -1/+15 |
* | batman-adv: Start new development cycle | Sven Eckelmann | 2012-11-21 | 1 | -1/+1 |
* | batman-adv: Fix broadcast duplist for fragmentation | Simon Wunderlich | 2012-11-21 | 4 | -23/+11 |
* | batman-adv: Add function to calculate crc32c for the skb payload | Sven Eckelmann | 2012-11-21 | 3 | -0/+36 |
* | batman-adv: Add wrapper to look up neighbor and send skb | Martin Hundebøll | 2012-11-21 | 6 | -107/+74 |
* | batman-adv: support array of debugfs general attributes | Antonio Quartulli | 2012-11-21 | 1 | -9/+25 |
* | batman-adv: fix bla compare function | Simon Wunderlich | 2012-11-21 | 1 | -2/+16 |
* | batman-adv: Mark best gateway in transtable_global debugfs | Sven Eckelmann | 2012-11-21 | 1 | -26/+64 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-17 | 2 | -7/+20 |
|\ |
|
| * | batman-adv: process broadcast packets in BLA earlier | Antonio Quartulli | 2012-11-16 | 1 | -6/+6 |
| * | batman-adv: don't add TEMP clients belonging to other backbone nodes | Antonio Quartulli | 2012-11-16 | 1 | -0/+7 |
| * | batman-adv: correctly pass the client flag on tt_response | Antonio Quartulli | 2012-11-16 | 1 | -1/+1 |
| * | batman-adv: fix tt_global_entries flags update | Antonio Quartulli | 2012-11-16 | 1 | -0/+6 |
* | | batman-adv: Remove instant overwritten variable initialization | Sven Eckelmann | 2012-11-14 | 2 | -11/+11 |
* | | batman-adv: roaming handling mechanism redesign | Antonio Quartulli | 2012-11-14 | 1 | -39/+118 |
* | | batman-adv: refactor tt_global_del_struct() | Antonio Quartulli | 2012-11-14 | 1 | -10/+9 |
* | | batman-adv: refactor code to simplify long lines | Antonio Quartulli | 2012-11-14 | 1 | -32/+30 |
* | | batman-adv: substitute tt_poss_change with a per-tt_entry flag | Antonio Quartulli | 2012-11-14 | 6 | -75/+156 |
* | | batman-adv: wait multiple periods before activating bla | Simon Wunderlich | 2012-11-14 | 3 | -1/+10 |
* | | 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: prevent using any virtual device created on batman-adv as hard-in... | Antonio Quartulli | 2012-11-14 | 1 | -1/+40 |
* | | batman-adv: fix wrong spinlock inline comment | Antonio Quartulli | 2012-11-14 | 1 | -1/+1 |
* | | batman-adv: don't rely on positions in struct for hashing | Simon Wunderlich | 2012-11-14 | 2 | -14/+28 |
* | | batman-adv: enable fast client detection using unicast_4addr packets | Antonio Quartulli | 2012-11-07 | 1 | -2/+10 |
* | | batman-adv: Add get_ethtool_stats() support for DAT | Martin Hundebøll | 2012-11-07 | 5 | -3/+65 |
* | | batman-adv: Distributed ARP Table - add runtime switch | Antonio Quartulli | 2012-11-07 | 4 | -0/+31 |
* | | batman-adv: Distributed ARP Table - add compile option | Antonio Quartulli | 2012-11-07 | 5 | -4/+94 |
* | | batman-adv: Distributed ARP Table - add snooping functions for ARP messages | Antonio Quartulli | 2012-11-07 | 6 | -2/+325 |
* | | batman-adv: Distributed ARP Table - add ARP parsing functions | Antonio Quartulli | 2012-11-07 | 4 | -3/+213 |
* | | batman-adv: Distributed ARP Table - implement local storage | Antonio Quartulli | 2012-11-07 | 6 | -0/+346 |
* | | batman-adv: Distributed ARP Table - create DHT helper functions | Antonio Quartulli | 2012-11-07 | 9 | -4/+378 |
* | | batman-adv: Distributed ARP Table - add a new debug log level | Antonio Quartulli | 2012-11-07 | 1 | -1/+3 |
* | | batman-adv: add UNICAST_4ADDR packet type | Antonio Quartulli | 2012-11-07 | 6 | -26/+194 |
* | | batman-adv: Mark correctly aligned headers not as __packed | Sven Eckelmann | 2012-11-07 | 1 | -6/+15 |
* | | batman-adv: Reserve extra bytes in skb for better alignment | Sven Eckelmann | 2012-11-07 | 4 | -19/+22 |
* | | batman-adv: add kernel-doc for enum batadv_dbg_level | Antonio Quartulli | 2012-10-29 | 1 | -4/+11 |
* | | batman-adv: pass the WIFI flag from the local to global entry | Antonio Quartulli | 2012-10-29 | 2 | -9/+28 |
* | | batman-adv: properly convert flag into a boolean value | Antonio Quartulli | 2012-10-29 | 1 | -1/+1 |
* | | batman-adv: check for more space before accessing the skb | Antonio Quartulli | 2012-10-29 | 1 | -2/+6 |
* | | batman-adv: print packets re-routing on DBG_TT and ratelimit it | Antonio Quartulli | 2012-10-29 | 1 | -4/+4 |
* | | batman-adv: properly store the roaming time | Antonio Quartulli | 2012-10-29 | 1 | -0/+6 |
* | | batman-adv: don't allow ECTP traffic on batman-adv | Simon Wunderlich | 2012-10-29 | 1 | -2/+10 |
* | | batman-adv: Only increase refcounter once for alternate router | Sven Eckelmann | 2012-10-29 | 1 | -15/+8 |
* | | batman-adv: Check return value of try_module_get | Sven Eckelmann | 2012-10-29 | 4 | -18/+12 |
* | | batman-adv: Remove extra check in batadv_bit_get_packet | Sven Eckelmann | 2012-10-29 | 1 | -13/+10 |
* | | batman-adv: Set special lockdep classes to avoid lockdep warning | Sven Eckelmann | 2012-10-29 | 1 | -0/+44 |
* | | batman-adv: return proper value in case of hash_add failure | Antonio Quartulli | 2012-10-29 | 1 | -1/+1 |