aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.c
Commit message (Expand)AuthorAge
* batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-18
* batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-18
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-23
* batman-adv: Don't break statements after assignment operatorSven Eckelmann2012-08-23
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-23
* batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner2012-08-23
* batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich2012-08-23
* batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich2012-08-23
* batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich2012-08-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-11
|\
| * batman-adv: check incoming packet type for blaSimon Wunderlich2012-07-05
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* | batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-01
* | batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-01
* | batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-01
* | batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-01
* | batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-01
* | batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-01
* | batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-28
* | batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann2012-06-28
* | batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann2012-06-25
* | batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-25
* | batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-24
* | batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-24
* | batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-24
* | batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-20
* | batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-20
* | batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-20
* | batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-20
* | batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-20
* | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-20
* | batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-18
* | batman-adv: trivial endianness annotationsAl Viro2012-06-18
* | batman-adv: get rid of pointless cast in memcpy()Al Viro2012-06-18
* | batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-18
|/
* batman-adv: update copyright yearsAntonio Quartulli2012-05-11
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-18
* batman-adv: remove duplicated line in commentAntonio Quartulli2012-04-18
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-11
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-11
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-11
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-11
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-11