summaryrefslogtreecommitdiff
path: root/server/BandwidthControllerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* move XtBpfProgLocations.h into a new header libraryMaciej Żenczykowski2022-06-161-1/+1
* move definition of xt_bpf program pin locations to system/netdMaciej Żenczykowski2022-06-151-1/+1
* Merge "Drop duplicate clat ingress packets"Treehugger Robot2022-04-071-0/+1
|\
| * Drop duplicate clat ingress packetsHungming Chen2022-04-071-0/+1
* | BandwidthController: remove dead egress rule for clat daemonHungming Chen2022-03-251-1/+0
|/
* [NETD-BPF#5] Move bpf_shared.h from netd to moduleKen Chen2021-11-211-2/+1
* Remove non-bpf support from BandwidthControllerPatrick Rohr2020-12-291-110/+39
* Mostly remove "blacklist" and "whitelist" from netd.Lorenzo Colitti2020-07-301-2/+2
* No longer get app uid bandwidth stats for the clat daemonMaciej Żenczykowski2020-05-271-2/+4
* BandwidthController - fix typo: owner-uid --> uid-ownerMaciej Żenczykowski2020-05-271-2/+2
* BandwidthController - don't collect egress interface stats from clatdMaciej Żenczykowski2020-05-271-4/+4
* BandwidthController - consistently use -j not --jump throughoutMaciej Żenczykowski2019-12-271-70/+67
* Enable more clang-tidy checks and treat them as errorsBernie Innocenti2019-02-011-3/+2
* Nat-related commands refineLuke Huang2018-11-191-49/+29
* Fix the build problem in netdChenbo Feng2018-10-161-1/+1
* Move bpf map and program definition into shared headerChenbo Feng2018-10-161-4/+1
* Netd unconditionally enable bandwidth controlLuke Huang2018-09-101-1/+1
* Remove qtaguid support from bandwidth controllerChenbo Feng2018-08-291-67/+83
* Fix linter warnings in netd testsBernie Innocenti2018-07-021-4/+2
* Use xt_bpf programs to do bandwidth controlChenbo Feng2018-06-211-6/+22
* Fixing the BandwidthController unit testChenbo Feng2018-03-191-4/+20
* [ipsec-qtaguid] Reserve mark, add ipsec bw exemptionsBenedict Wong2017-12-151-2/+25
* Allow connectivity-critical packets in data saver mode.Lorenzo Colitti2017-09-261-8/+26
* 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-162/+0
* Delete all remaining callers of iptables.Lorenzo Colitti2017-08-191-3/+0
* Switch costly alerts to iptables-restore.Lorenzo Colitti2017-07-061-4/+8
* Add a test for costly alerts.Lorenzo Colitti2017-07-061-0/+33
* Convert set*Quota to use iptablesRestore.Lorenzo Colitti2017-07-061-43/+50
* Remove superfluous quota rule delete commands.Lorenzo Colitti2017-07-061-15/+1
* Add unit test for shared/unshared interface quotasJoel Scherpelz2017-06-261-22/+160
* Switch BandwidthController per-UID commands to iptables-restoreLorenzo Colitti2017-04-281-12/+20
* Add test coverage for BandwidthController app commands.Lorenzo Colitti2017-04-281-0/+20
* Move runIptablesAlert{,Fwd}Cmd to iptables-restore.Lorenzo Colitti2017-04-281-10/+18
* Add test coverage for IptablesAlert{,Fwd}Cmd.Lorenzo Colitti2017-04-281-0/+40
* Add a unit test for BandwidthController quota commands.Lorenzo Colitti2017-02-281-0/+62
* Use iptables pipes when fetching tether counters.Lorenzo Colitti2017-02-101-41/+39
* Use iptables pipes in BandwidthController startup.Lorenzo Colitti2017-02-101-56/+92
* Parse IPv6 tethering counters.Lorenzo Colitti2016-07-121-13/+70
* More test coverage for tethering counter parsing.Lorenzo Colitti2016-07-121-5/+43
* Add a test for getTetherStats.Lorenzo Colitti2016-07-081-4/+67
* Move iptables test code to a new IptablesBaseTest class.Lorenzo Colitti2016-03-281-42/+2
* Use iptables-restore in BandwidthController startup.Lorenzo Colitti2016-03-281-52/+84
* Add more test coverage for BandwidthController.Lorenzo Colitti2016-03-281-0/+40
* Attempt to make data saver mode work for real.Lorenzo Colitti2016-03-271-6/+8
* Add a rudimentary unit test for BandwidthController.Lorenzo Colitti2016-03-221-0/+102