Age | Commit message (Expand) | Author | Files | Lines |
2013-08-11 | batman-adv: fix potential kernel paging errors for unicast transmissions | Linus Lüssing | 1 | -0/+2 |
2013-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2013-06-10 | batman-adv: Don't handle address updates when bla is disabled | Simon Wunderlich | 1 | -0/+4 |
2013-05-29 | batman-adv: print the VID properly | Antonio Quartulli | 1 | -16/+21 |
2013-05-29 | batman-adv: change VID semantic in the BLA code | Antonio Quartulli | 1 | -24/+27 |
2013-05-29 | batman-adv: use eth_hdr() when it makes sense | Antonio Quartulli | 1 | -4/+4 |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 1 | -1/+1 |
2013-02-28 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -24/+15 |
2013-01-19 | batman-adv: update copyright years | Antonio Quartulli | 1 | -1/+1 |
2013-01-19 | batman-adv: rename batadv_claim struct to make clear it is used by bla | Marek Lindner | 1 | -20/+21 |
2013-01-19 | batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla | Marek Lindner | 1 | -25/+27 |
2013-01-19 | batman-adv: a delayed_work has to be initialised once | Antonio Quartulli | 1 | -12/+6 |
2013-01-12 | batman-adv: use the const qualifier in hash functions | Antonio Quartulli | 1 | -1/+1 |
2013-01-12 | batman-adv: remove useless blank lines before and after brackets | Antonio Quartulli | 1 | -4/+0 |
2013-01-12 | batman-adv: unify and properly print hex values | Antonio Quartulli | 1 | -9/+9 |
2012-11-21 | batman-adv: Fix broadcast duplist for fragmentation | Simon Wunderlich | 1 | -11/+7 |
2012-11-21 | batman-adv: fix bla compare function | Simon Wunderlich | 1 | -2/+16 |
2012-11-15 | batman-adv: wait multiple periods before activating bla | Simon Wunderlich | 1 | -1/+8 |
2012-11-15 | batman-adv: allow bla traffic only after first worker period | Simon Wunderlich | 1 | -1/+19 |
2012-11-15 | batman-adv: send announcement when backbone gw is registered | Simon Wunderlich | 1 | -4/+10 |
2012-11-15 | batman-adv: don't rely on positions in struct for hashing | Simon Wunderlich | 1 | -14/+6 |
2012-10-29 | batman-adv: consolidate duplicated primary_if checking code | Marek Lindner | 1 | -30/+6 |
2012-10-18 | batman-adv: Fix potential broadcast BLA-duplicate-check race condition | Linus Lüssing | 1 | -5/+14 |
2012-10-18 | batman-adv: Fix broadcast packet CRC calculation | Linus Lüssing | 1 | -4/+4 |
2012-08-23 | batman-adv: Reduce accumulated length of simple statements | Sven Eckelmann | 1 | -2/+1 |
2012-08-23 | batman-adv: Don't break statements after assignment operator | Sven Eckelmann | 1 | -4/+3 |
2012-08-23 | batman-adv: Split batadv_priv in sub-structures for features | Sven Eckelmann | 1 | -55/+60 |
2012-08-23 | batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure | Marek Lindner | 1 | -2/+3 |
2012-08-23 | batman-adv: rename bridge loop avoidance claim types | Simon Wunderlich | 1 | -9/+9 |
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 | 1 | -0/+65 |
2012-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+11 |
2012-07-11 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 1 | -17/+34 |
2012-07-06 | batman-adv: check incoming packet type for bla | Simon Wunderlich | 1 | -4/+11 |
2012-07-02 | batman-adv: Prefix types structs with batadv_ | Sven Eckelmann | 1 | -91/+97 |
2012-07-02 | batman-adv: Prefix packet structs with batadv_ | Sven Eckelmann | 1 | -6/+6 |
2012-07-02 | batman-adv: Prefix hash struct and typedef with batadv_ | Sven Eckelmann | 1 | -10/+10 |
2012-07-02 | batman-adv: Prefix main enum with BATADV_ | Sven Eckelmann | 1 | -23/+23 |
2012-07-02 | batman-adv: Prefix packet enum with BATADV_ | Sven Eckelmann | 1 | -17/+17 |
2012-07-02 | batman-adv: Prefix hard-interface enum with BATADV_ | Sven Eckelmann | 1 | -1/+1 |
2012-06-28 | batman-adv: Prefix main defines with BATADV_ | Sven Eckelmann | 1 | -9/+11 |
2012-06-28 | batman-adv: Prefix bridge_loop_avoidance defines with BATADV_ | Sven Eckelmann | 1 | -2/+2 |
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 main static inline functions with batadv_ | Sven Eckelmann | 1 | -81/+84 |
2012-06-24 | batman-adv: Prefix originator static inline functions with batadv_ | Sven Eckelmann | 1 | -2/+2 |
2012-06-24 | batman-adv: Prefix hash static inline functions with batadv_ | Sven Eckelmann | 1 | -5/+8 |
2012-06-24 | batman-adv: Prefix hard-interface static inline functions with batadv_ | Sven Eckelmann | 1 | -14/+14 |
2012-06-21 | batman-adv: Reformat multiline comments to consistent style | Sven Eckelmann | 1 | -48/+19 |
2012-06-21 | batman-adv: Prefix main non-static functions with batadv_ | Sven Eckelmann | 1 | -1/+1 |
2012-06-21 | batman-adv: Prefix translation-table non-static functions with batadv_ | Sven Eckelmann | 1 | -2/+2 |