summaryrefslogtreecommitdiffstats
path: root/server/TrafficControllerTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* SKIP_IF_BPF_NOT_SUPPORTED is a no-opMaciej Żenczykowski2021-01-121-75/+0
* Use UidOwnerMatchType rather than IptJumpOp in TrafficControllerPatrick Rohr2020-12-301-24/+24
* Refactoring string uid vectorsPatrick Rohr2020-12-291-62/+62
* Add Restricted Mode Firewall ChainPatrick Rohr2020-12-021-0/+2
* Mostly remove "blacklist" and "whitelist" from netd.Lorenzo Colitti2020-07-301-27/+27
* Convert netd tests to Result::ok()Bernie Innocenti2020-02-121-60/+60
* libbpf_android doesn't use libnetdutilsSteven Moreland2020-01-171-83/+82
* share eBPF struct definitions between ebpf and C++ netdMaciej Żenczykowski2020-01-141-11/+11
* replace NO_PERMISSIONS with PERMISSION_NONEChenbo Feng2019-05-071-13/+13
* Adjust overflow protectionChenbo Feng2019-04-181-1/+46
* Improve the locking design inside TrafficControllerChenbo Feng2019-04-171-2/+6
* Fix the unit test for stats swapChenbo Feng2019-04-171-39/+48
* Add overflow protection for network stats mapsChenbo Feng2019-04-121-0/+2
* Block incoming non-VPN packets to apps under fully-routed VPNRubin Xu2019-04-111-33/+142
* Set the rlimit for unit testsChenbo Feng2019-04-091-0/+1
* Do not block system uid from creating inet socketChenbo Feng2019-04-031-15/+25
* Get bpf level when check bpf supportChenbo Feng2019-02-151-2/+0
* Enable more clang-tidy checks and treat them as errorsBernie Innocenti2019-02-011-11/+0
* Don't call into system_server for permissions checkChenbo Feng2019-01-291-17/+116
* Use bpf maps to store permission informationChenbo Feng2019-01-291-7/+129
* Take non-incremental network stats from bpf mapsChenbo Feng2019-01-231-2/+2
* Let lock_guard deduce its template argumentBernie Innocenti2018-08-101-1/+1
* Merge all uid owner match map into oneChenbo Feng2018-08-061-112/+97
* Disable TrafficController testcases when BPF is unavailableBernie Innocenti2018-07-091-0/+4
* Merge "Fix linter warnings in netd tests"Treehugger Robot2018-07-021-2/+2
|\
| * Fix linter warnings in netd testsBernie Innocenti2018-07-021-2/+2
* | Remove bpf map iterator classChenbo Feng2018-06-261-11/+21
|/
* Merge "Use xt_bpf programs to do bandwidth control"android-p-preview-4android-n-iot-release-smart-displayTreehugger Robot2018-06-221-0/+85
|\
| * Use xt_bpf programs to do bandwidth controlChenbo Feng2018-06-211-0/+85
* | netd: Enable clang-tidy and fix all warningsBernie Innocenti2018-06-071-2/+2
|/
* Use a separate map to store per app statsChenbo Feng2018-05-291-0/+19
* refactor bpf maps into classChenbo Feng2018-05-291-153/+148
* Use bpf get first key to iterate the mapsChenbo Feng2018-05-161-3/+2
* Check for first api level before turn on eBPFChenbo Feng2018-05-111-5/+0
* Remove the deleted stats from mapChenbo Feng2018-05-011-19/+6
* Add xt_owner module support in trafficControllerChenbo Feng2018-04-121-0/+126
* Simplify the traffic stats entry structChenbo Feng2018-02-281-13/+13
* Fix the incorrect test setup for trafficControllerChenbo Feng2018-01-231-0/+5
* Add BPF helper function for system serverChenbo Feng2018-01-231-8/+11
* Skip the BPF tests if the kernel does not support BPF.Lorenzo Colitti2018-01-121-0/+28
* Add unit test cases for TrafficControllerChenbo Feng2018-01-111-0/+325