summaryrefslogtreecommitdiff
path: root/server/TetherControllerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename OffloadUtils to TcUtilsPatrick Rohr2021-10-151-1/+1
* TetherController - remove everything related to TetherOffloadStatsMaciej Żenczykowski2021-03-171-21/+0
* TetherControllerTest - remove needless fake bpf mapsMaciej Żenczykowski2021-03-161-23/+0
* remove dead code compiler warns aboutMaciej Żenczykowski2021-03-161-1/+0
* TetherController - remove a bunch of no longer used RPC support codeMaciej Żenczykowski2021-03-161-55/+0
* use proper types for tether limit/stats bpf map keys/valuesMaciej Żenczykowski2021-01-211-2/+2
* SKIP_IF_BPF_NOT_SUPPORTED is a no-opMaciej Żenczykowski2021-01-121-6/+0
* Add binder call tetherOffloadSetInterfaceQuotaHungming Chen2020-06-051-0/+42
* Add binder call tetherOffloadGetStatsHungming Chen2020-05-291-38/+22
* ebpf tethering - add a map to store data limit, part 2Maciej Żenczykowski2020-05-101-0/+4
* TetherControllerTest: Add tests for getTetherStats with BPF mapsHungming Chen2020-03-051-3/+82
* Remove sscanf() in TetherController.waynema2019-01-151-1/+2
* Nat-related commands refineLuke Huang2018-11-191-47/+62
* netd: PPTP Helperhiroaki.yokoyama2018-08-271-23/+33
* netd: Active FTP HelperTyler Wear2018-06-141-0/+8
* Support adding multiple tethering upstreams.Remi NGUYEN VAN2018-03-281-18/+62
* Add tests to add/remove/re-add a NAT.Remi NGUYEN VAN2018-03-201-24/+70
* Don't complain when finding no tether stats.Lorenzo Colitti2017-09-151-4/+21
* Swap TX and RX in addForwardChainStats for clarity.Lorenzo Colitti2017-09-051-3/+3
* Remove the gettetherstats command.Lorenzo Colitti2017-09-051-44/+33
* Add a binder RPC for tethering stats.Lorenzo Colitti2017-09-051-2/+2
* Rename natctrl_* iptables rules to tetherctrl_*Lorenzo Colitti2017-08-311-33/+33
* Remove support for filtering tether stats.Lorenzo Colitti2017-08-311-56/+14
* Move all tethering functionality into TetherController.Lorenzo Colitti2017-08-311-0/+351