summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bridge_loop_avoidance.c
Commit message (Expand)AuthorAgeFilesLines
...
* batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing2013-08-101-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-0/+4
|\
| * batman-adv: Don't handle address updates when bla is disabledSimon Wunderlich2013-06-101-0/+4
* | batman-adv: print the VID properlyAntonio Quartulli2013-05-291-16/+21
* | batman-adv: change VID semantic in the BLA codeAntonio Quartulli2013-05-291-24/+27
* | batman-adv: use eth_hdr() when it makes senseAntonio Quartulli2013-05-291-4/+4
|/
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-24/+15
* batman-adv: update copyright yearsAntonio Quartulli2013-01-191-1/+1
* batman-adv: rename batadv_claim struct to make clear it is used by blaMarek Lindner2013-01-191-20/+21
* batman-adv: rename batadv_backbone_gw struct to make clear it is used by blaMarek Lindner2013-01-191-25/+27
* batman-adv: a delayed_work has to be initialised onceAntonio Quartulli2013-01-191-12/+6
* batman-adv: use the const qualifier in hash functionsAntonio Quartulli2013-01-121-1/+1
* batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-121-4/+0
* batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-121-9/+9
* batman-adv: Fix broadcast duplist for fragmentationSimon Wunderlich2012-11-211-11/+7
* batman-adv: fix bla compare functionSimon Wunderlich2012-11-211-2/+16
* batman-adv: wait multiple periods before activating blaSimon Wunderlich2012-11-141-1/+8
* batman-adv: allow bla traffic only after first worker periodSimon Wunderlich2012-11-141-1/+19
* batman-adv: send announcement when backbone gw is registeredSimon Wunderlich2012-11-141-4/+10
* batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2012-11-141-14/+6
* batman-adv: consolidate duplicated primary_if checking codeMarek Lindner2012-10-291-30/+6
* batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-181-5/+14
* batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-181-4/+4
* batman-adv: Reduce accumulated length of simple statementsSven Eckelmann2012-08-231-2/+1
* batman-adv: Don't break statements after assignment operatorSven Eckelmann2012-08-231-4/+3
* batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann2012-08-231-55/+60
* batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructureMarek Lindner2012-08-231-2/+3
* batman-adv: rename bridge loop avoidance claim typesSimon Wunderlich2012-08-231-9/+9
* batman-adv: correct comments in bridge loop avoidanceSimon Wunderlich2012-08-231-2/+3
* batman-adv: Add the backbone gateway list to debugfsSimon Wunderlich2012-08-231-0/+65
* 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