aboutsummaryrefslogtreecommitdiff
path: root/net/batman-adv/bridge_loop_avoidance.c
AgeCommit message (Expand)Author
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-06batman-adv: check incoming packet type for blaSimon Wunderlich
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann
2012-06-25batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann
2012-06-20batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann
2012-06-20batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann
2012-06-18batman-adv: Return error codes instead of -1 on failuresSven Eckelmann
2012-06-18batman-adv: trivial endianness annotationsAl Viro
2012-06-18batman-adv: get rid of pointless cast in memcpy()Al Viro
2012-06-18batman-adv: Initialize lockdep class keys for hashesSven Eckelmann
2012-05-11batman-adv: update copyright yearsAntonio Quartulli
2012-04-18batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli
2012-04-18batman-adv: remove duplicated line in commentAntonio Quartulli
2012-04-11batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich
2012-04-11batman-adv: add broadcast duplicate checkSimon Wunderlich
2012-04-11batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich
2012-04-11batman-adv: export claim tables through debugfsSimon Wunderlich
2012-04-11batman-adv: add basic bridge loop avoidance codeSimon Wunderlich