summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-4/+11
|\
| * batman-adv: check incoming packet type for blaSimon Wunderlich2012-07-061-4/+11
* | net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-17/+34
* | batman-adv: Prefix types structs with batadv_Sven Eckelmann2012-07-011-91/+97
* | batman-adv: Prefix packet structs with batadv_Sven Eckelmann2012-07-011-6/+6
* | batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann2012-07-011-10/+10
* | batman-adv: Prefix main enum with BATADV_Sven Eckelmann2012-07-011-23/+23
* | batman-adv: Prefix packet enum with BATADV_Sven Eckelmann2012-07-011-17/+17
* | batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann2012-07-011-1/+1
* | batman-adv: Prefix main defines with BATADV_Sven Eckelmann2012-06-281-9/+11
* | batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann2012-06-281-2/+2
* | batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_Sven Eckelmann2012-06-251-152/+168
* | batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann2012-06-251-81/+84
* | batman-adv: Prefix originator static inline functions with batadv_Sven Eckelmann2012-06-241-2/+2
* | batman-adv: Prefix hash static inline functions with batadv_Sven Eckelmann2012-06-241-5/+8
* | batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann2012-06-241-14/+14
* | batman-adv: Reformat multiline comments to consistent styleSven Eckelmann2012-06-201-48/+19
* | batman-adv: Prefix main non-static functions with batadv_Sven Eckelmann2012-06-201-1/+1
* | batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* | batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann2012-06-201-2/+2
* | batman-adv: Prefix hash non-static functions with batadv_Sven Eckelmann2012-06-201-4/+4
* | batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_Sven Eckelmann2012-06-201-14/+14
* | batman-adv: Return error codes instead of -1 on failuresSven Eckelmann2012-06-181-3/+3
* | batman-adv: trivial endianness annotationsAl Viro2012-06-181-3/+3
* | batman-adv: get rid of pointless cast in memcpy()Al Viro2012-06-181-1/+1
* | batman-adv: Initialize lockdep class keys for hashesSven Eckelmann2012-06-181-0/+13
|/
* batman-adv: update copyright yearsAntonio Quartulli2012-05-111-1/+1
* batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)Antonio Quartulli2012-04-181-6/+4
* batman-adv: remove duplicated line in commentAntonio Quartulli2012-04-181-1/+0
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-111-6/+115
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-111-0/+75
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-111-0/+50
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-111-0/+53
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-111-0/+1296
OpenPOWER on IntegriCloud