aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-08batman-adv: Switch to kstrtox.h for kstrtou64Sven Eckelmann1-1/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-05-25batman-adv: Fix includes for *_MAX constantsSven Eckelmann1-0/+1
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-02-09batman-adv: Add gateway mesh genl configurationSven Eckelmann1-0/+1
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-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+9
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-9/+9
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-9/+9
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+5
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann1-0/+5
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-08-09batman-adv: make GW election code protocol specificAntonio Quartulli1-3/+2
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: split tvlv into a separate fileMarkus Pargmann1-0/+1
2016-06-30batman-adv: Keep includes ordered by filenameSven Eckelmann1-1/+1
2016-06-30batman-adv: move GW mode and selection class to private data structureAntonio Quartulli1-3/+3
2016-02-29batman-adv: add throughput override attribute to hard_ifacesAntonio Quartulli1-2/+2
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-1/+1
2016-01-09batman-adv: Add function to convert string to batadv throughputSven Eckelmann1-68/+49
2015-08-25batman-adv: Fix gw_bandwidth calculation on 32 bit systemsSven Eckelmann1-7/+42
2015-08-25batman-adv: Return EINVAL on invalid gw_bandwidth changeSven Eckelmann1-2/+2
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann1-1/+4
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-6/+5
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-1/+10
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2014-10-14batman-adv: replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli1-1/+1
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-83/+147
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-1/+1
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-13/+13
2012-06-25batman-adv: Prefix gateway_common local static functions with batadv_Sven Eckelmann1-5/+5
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-6/+3
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann1-3/+4
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-1/+1
2012-06-18batman-adv: only store changed gw_bandwidth valuesMarek Lindner1-0/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-4/+4
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-2/+2
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2011-11-20batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann1-2/+2
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-3/+3
2011-06-09batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann1-2/+2