1. ccb0451 SKIP_IF_BPF_NOT_SUPPORTED is a no-op by Maciej Żenczykowski · 4 years, 8 months ago
  2. 7db39b9 Use UidOwnerMatchType rather than IptJumpOp in TrafficController by Patrick Rohr · 4 years, 8 months ago
  3. 7920397 Refactoring string uid vectors by Patrick Rohr · 4 years, 8 months ago
  4. fa0036f Add Restricted Mode Firewall Chain by Patrick Rohr · 4 years, 9 months ago
  5. cdd79f1 Mostly remove "blacklist" and "whitelist" from netd. by Lorenzo Colitti · 5 years ago
  6. dfd5a43 Convert netd tests to Result::ok() by Bernie Innocenti · 6 years ago
  7. a307454 libbpf_android doesn't use libnetdutils by Steven Moreland · 6 years ago
  8. 11ec78b share eBPF struct definitions between ebpf and C++ netd by Maciej Żenczykowski · 6 years ago
  9. 84f48cd replace NO_PERMISSIONS with PERMISSION_NONE by Chenbo Feng · 6 years ago
  10. 82075e5 Adjust overflow protection by Chenbo Feng · 6 years ago
  11. 84d9f9f Improve the locking design inside TrafficController by Chenbo Feng · 6 years ago
  12. dfc75ef Fix the unit test for stats swap by Chenbo Feng · 6 years ago
  13. b049513 Add overflow protection for network stats maps by Chenbo Feng · 6 years ago
  14. ec27ff2 Block incoming non-VPN packets to apps under fully-routed VPN by Rubin Xu · 7 years ago
  15. ef01d8d Set the rlimit for unit tests by Chenbo Feng · 6 years ago
  16. bf660aa Do not block system uid from creating inet socket by Chenbo Feng · 7 years ago
  17. 47dd073 Get bpf level when check bpf support by Chenbo Feng · 7 years ago
  18. a5161a0 Enable more clang-tidy checks and treat them as errors by Bernie Innocenti · 7 years ago
  19. b4a4fa1 Don't call into system_server for permissions check by Chenbo Feng · 7 years ago
  20. 48eaed3 Use bpf maps to store permission information by Chenbo Feng · 7 years ago
  21. f434e86 Take non-incremental network stats from bpf maps by Chenbo Feng · 7 years ago
  22. abf8a34 Let lock_guard deduce its template argument by Bernie Innocenti · 7 years ago
  23. 703798e Merge all uid owner match map into one by Chenbo Feng · 7 years ago
  24. 093d662 Disable TrafficController testcases when BPF is unavailable by Bernie Innocenti · 7 years ago
  25. 26e53f3 Merge "Fix linter warnings in netd tests" by Treehugger Robot · 7 years ago
  26. 7e25ec0 Fix linter warnings in netd tests by Bernie Innocenti · 7 years ago
  27. c16827b Remove bpf map iterator class by Chenbo Feng · 7 years ago
  28. 453914f Merge "Use xt_bpf programs to do bandwidth control" by Treehugger Robot · 7 years ago
  29. 95892f3 Use xt_bpf programs to do bandwidth control by Chenbo Feng · 7 years ago
  30. 15bb55c netd: Enable clang-tidy and fix all warnings by Bernie Innocenti · 7 years ago
  31. bc4a15f Use a separate map to store per app stats by Chenbo Feng · 7 years ago
  32. 4f6c237 refactor bpf maps into class by Chenbo Feng · 7 years ago
  33. c3bfd3e Use bpf get first key to iterate the maps by Chenbo Feng · 7 years ago
  34. 837ddfc Check for first api level before turn on eBPF by Chenbo Feng · 7 years ago
  35. ef1cab3 Remove the deleted stats from map by Chenbo Feng · 7 years ago
  36. 89c12f1 Add xt_owner module support in trafficController by Chenbo Feng · 7 years ago
  37. eac6c47 Simplify the traffic stats entry struct by Chenbo Feng · 8 years ago
  38. 63ad559 Fix the incorrect test setup for trafficController by Chenbo Feng · 8 years ago
  39. f43bf81 Add BPF helper function for system server by Chenbo Feng · 8 years ago
  40. 23e5c7f Skip the BPF tests if the kernel does not support BPF. by Lorenzo Colitti · 8 years ago
  41. ed37fea Add unit test cases for TrafficController by Chenbo Feng · 8 years ago