summaryrefslogtreecommitdiff
path: root/server/BandwidthController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use CLAT_MARK from the netd AIDL interface.Lorenzo Colitti2022-06-161-3/+2
* BandwidthController - remove an unused variableMaciej Żenczykowski2022-06-161-2/+0
* remove specific clat iptables drop rulesMaciej Żenczykowski2022-04-111-3/+1
* Merge "Drop duplicate clat ingress packets"Treehugger Robot2022-04-071-0/+5
|\
| * Drop duplicate clat ingress packetsHungming Chen2022-04-071-0/+5
* | BandwidthController: remove dead egress rule for clat daemonHungming Chen2022-03-251-3/+0
|/
* Remove unused TrafficController includePatrick Rohr2022-02-021-1/+0
* [NETD-TC#1] Move manipulateSpecialApps out of BandwidthController.waynema2021-11-181-27/+0
* BandwidthController.cpp - fix a clang warning: abseil-string-find-startswithMaciej Żenczykowski2021-01-221-2/+3
* Remove unused IptJumpOp valuePatrick Rohr2020-12-301-2/+0
* Use UidOwnerMatchType rather than IptJumpOp in TrafficControllerPatrick Rohr2020-12-301-6/+6
* Refactoring string uid vectorsPatrick Rohr2020-12-291-10/+10
* Remove unused code from BandwidthControllerPatrick Rohr2020-12-291-24/+0
* Remove non-bpf support from BandwidthControllerPatrick Rohr2020-12-291-64/+24
* Mostly remove "blacklist" and "whitelist" from netd.Lorenzo Colitti2020-07-301-12/+12
* No longer get app uid bandwidth stats for the clat daemonMaciej Żenczykowski2020-05-271-2/+6
* BandwidthController - fix typo: owner-uid --> uid-ownerMaciej Żenczykowski2020-05-271-1/+1
* BandwidthController - don't collect egress interface stats from clatdMaciej Żenczykowski2020-05-271-4/+24
* BandwidthController - cleanup some needless StringPrintf'sMaciej Żenczykowski2020-05-251-4/+2
* BandwidthController: fix performance-no-automatic-move warning.Yabin Cui2020-04-291-3/+2
* BandwidthController - fix bugprone-suspicious-missing-comma warningsMaciej Żenczykowski2020-04-221-3/+3
* BandwidthController - consistently use -j not --jump throughoutMaciej Żenczykowski2019-12-271-56/+53
* Remove unused deps on liblogwrapBernie Innocenti2019-06-051-1/+0
* Nat-related commands refineLuke Huang2018-11-191-85/+31
* Nat-related commands portingLuke Huang2018-11-191-9/+9
* Firewall-related commands portingLuke Huang2018-10-241-1/+2
* Move bpf map and program definition into shared headerChenbo Feng2018-10-161-4/+0
* Check for ignored StatusOr resultsBernie Innocenti2018-10-161-1/+2
* bandwidth-related commands portingLuke Huang2018-09-111-25/+46
* Netd unconditionally enable bandwidth controlLuke Huang2018-09-101-9/+1
* Remove qtaguid support from bandwidth controllerChenbo Feng2018-08-291-11/+6
* Merge all uid owner match map into oneChenbo Feng2018-08-061-54/+53
* Merge "Use xt_bpf programs to do bandwidth control"Treehugger Robot2018-06-221-8/+28
|\
| * Use xt_bpf programs to do bandwidth controlChenbo Feng2018-06-211-8/+28
* | netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-10/+6
|/
* Rename <cutils/log.h> to <log/log.h>Logan Chien2018-04-231-1/+1
* Use bpf map to read the interface statsChenbo Feng2018-03-261-5/+2
* Fixing the BandwidthController unit testChenbo Feng2018-03-191-4/+9
* Use xt_bpf module to record the iface statsChenbo Feng2018-03-151-39/+57
* [ipsec-qtaguid] Reserve mark, add ipsec bw exemptionsBenedict Wong2017-12-151-0/+54
* Allow connectivity-critical packets in data saver mode.Lorenzo Colitti2017-09-261-5/+19
* Add costly interface rules to make forwarding in both directionsErik Kline2017-09-201-0/+4
* Move all tethering functionality into TetherController.Lorenzo Colitti2017-08-311-186/+0
* Delete all remaining callers of iptables.Lorenzo Colitti2017-08-191-2/+0
* Remove now-unused strncpyAndCheck.Lorenzo Colitti2017-07-161-6/+0
* Delete the last iptables commands in BandwidthController.Lorenzo Colitti2017-07-061-53/+0
* Switch costly alerts to iptables-restore.Lorenzo Colitti2017-07-061-24/+27
* Minor improvements to shared quota error handling.Lorenzo Colitti2017-07-061-8/+20
* Convert set*Quota to use iptablesRestore.Lorenzo Colitti2017-07-061-30/+21
* Refactor interface quota code before moving to iptables-restore.Joel Scherpelz2017-07-061-174/+89