summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bitarray.c
AgeCommit message (Expand)AuthorLines
2015-01-07batman-adv: checkpatch - Please don't use multiple blank linesAntonio Quartulli-1/+0
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich-1/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli-3/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli-1/+1
2012-10-29batman-adv: Remove extra check in batadv_bit_get_packetSven Eckelmann-13/+10
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann-1/+1
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann-2/+2
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann-10/+10
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann-5/+5
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann-4/+4
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann-10/+7
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann-4/+4
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann-109/+9
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann-4/+4
2012-02-17batman-adv: Update copyright yearsSven Eckelmann-1/+1
2011-11-20batman-adv: Fix range check for expected packetsSimon Wunderlich-1/+1
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli-3/+3
2011-06-20batman-adv: Reduce usage of charSven Eckelmann-2/+2
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells-2/+2
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann-1/+1
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann-2/+2
2011-01-31batman-adv: Update copyright yearsSven Eckelmann-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann-0/+201