aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bitarray.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to functions in headersSven Eckelmann1-1/+6
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-05-10batman-adv: Use bool as return type for boolean functionsSven Eckelmann1-7/+8
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc of main functionsSven Eckelmann1-6/+5
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-3/+8
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-5/+5
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-0/+6
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-01-07batman-adv: checkpatch - else is not generally useful after a break or returnAntonio Quartulli1-2/+1
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-09-19batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing1-3/+3
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-2/+2
2012-06-24batman-adv: Prefix bitarray static inline functions with batadv_Sven Eckelmann1-3/+3
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-5/+5
2012-06-20batman-adv: Prefix bitarray non-static functions with batadv_Sven Eckelmann1-2/+2
2012-04-11batman-adv: Replace bitarray operations with bitmapSven Eckelmann1-8/+18
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-2/+2
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells1-2/+2
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-3/+3
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+44