1. 0b3a990 Merge "define necessary bpf helper functions" by Maciej Żenczykowski · 3 years, 4 months ago
  2. fa1baa1 define necessary bpf helper functions by eric.yan · 3 years, 4 months ago
  3. eeb5887 cache kernelVersion(), make isAtLeastKernelVersion() cheaper by Maciej Żenczykowski · 3 years, 4 months ago
  4. 6f49c95 bpf_helpers.h - add #define's for S/T bpfloader versions by Maciej Żenczykowski · 3 years, 4 months ago
  5. 28e5347 BpfMap: cache bpf map file descriptors by Maciej Żenczykowski · 3 years, 4 months ago
  6. b411547 BpfMap: wrap native fd with ParcelFileDescriptor to avoid fd leak by Hungming Chen · 3 years, 4 months ago
  7. ba48d10 Make libtcutils visible to netd tests by Patrick Rohr · 3 years, 5 months ago
  8. 556c801 TcUtils: add tcQdiscAddDevClsact by Hungming Chen · 3 years, 6 months ago
  9. 4806feb Allow use of shared bpf headers by recovery by Stephane Lee · 3 years, 6 months ago
  10. c434f7f Merge "BpfUtils.h - switch to GTEST_SKIP in all 4 SKIP macros" by Ken Chen · 3 years, 6 months ago
  11. 0a31b34 BpfUtils.h - switch to GTEST_SKIP in all 4 SKIP macros by Ken Chen · 3 years, 6 months ago
  12. e48ee4a Bpf Util Lib in Common Location by Tyler Wear · 3 years, 7 months ago
  13. 4f8654c Merge "Fix wrong nla_type for matchall" by Maciej Żenczykowski · 3 years, 7 months ago
  14. 20dcaf5 Fix wrong nla_type for matchall by Patrick Rohr · 3 years, 7 months ago
  15. 62b3d9f Merge "expose bpf_syscall_wrappers to art apex" by Maciej Żenczykowski · 3 years, 7 months ago
  16. 4395ff6 Merge "switch from libbpf_android to bpf_headers" by Maciej Żenczykowski · 3 years, 7 months ago
  17. 2645d23 Merge "bpf_headers/bpf_syscall_wrappers - remove visibility restrictions" by Maciej Żenczykowski · 3 years, 7 months ago
  18. a11e698 expose bpf_syscall_wrappers to art apex by Maciej Żenczykowski · 3 years, 7 months ago
  19. c805004 switch from libbpf_android to bpf_headers by Maciej Żenczykowski · 3 years, 7 months ago
  20. 6b1d684 bpf_headers/bpf_syscall_wrappers - remove visibility restrictions by Maciej Żenczykowski · 3 years, 7 months ago
  21. b751aee Merge "Add attach bpf with flags and detach single bpf" by Maciej Żenczykowski · 3 years, 7 months ago
  22. cfe2f2a Add attach bpf with flags and detach single bpf by KaiWen Zheng · 3 years, 7 months ago
  23. b0df189 bpf_headers for vendor. by Steven Moreland · 3 years, 7 months ago
  24. 23077d5 Include libtcutils inside libnet_utils_device_common_bpfjni by Patrick Rohr · 3 years, 8 months ago
  25. ae85125 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net by Bob Badour · 3 years, 8 months ago
  26. 51fecf1 libclat: Use space indentation instead of tab by Hungming Chen · 3 years, 8 months ago
  27. ba9eeab Merge "Add BPF_ANNOTATE_KV_PAIR to BPF map definition macros" by Maciej Żenczykowski · 3 years, 8 months ago
  28. 4772d85 Merge changes from topic "configure_bpf_for_clat" by Maciej Żenczykowski · 3 years, 8 months ago
  29. b7bc68f Merge changes from topic "bpfinterfacemap" by Maciej Żenczykowski · 3 years, 8 months ago
  30. 945c8b2 Clean up bpf_headers visibility by Ken Chen · 3 years, 8 months ago
  31. 32a6e9c Add visibility for use bpfmap by BpfInterfaceMapUpdater by markchien · 3 years, 8 months ago
  32. 5687545 Add BPF_ANNOTATE_KV_PAIR to BPF map definition macros by Connor O'Brien · 3 years, 8 months ago
  33. 171da02 Merge changes from topic "tc-police" by Maciej Żenczykowski · 3 years, 8 months ago
  34. 76ee610 Add libnettestutils as a networking test utility by Ken Chen · 3 years, 8 months ago
  35. 28c717a Move logging helper to own file by Patrick Rohr · 3 years, 8 months ago
  36. eb3a8c7 Add tc police support to jni lib by Patrick Rohr · 3 years, 8 months ago
  37. e815a74 Add functionality to attach tc-police action to ingress qdisc by Patrick Rohr · 3 years, 8 months ago
  38. 1f7ba25 Add tests for adding / deleting bpf filter by Patrick Rohr · 3 years, 8 months ago
  39. 42b58ae Add support to attach / replace / detach clsact qdisc to libtcutils by Patrick Rohr · 3 years, 8 months ago
  40. 27846ff Add tests for libtcutils by Patrick Rohr · 3 years, 8 months ago
  41. 0c34e9a0 Fix kernelversion.h by Patrick Rohr · 3 years, 8 months ago
  42. cd3f28f make bpf_headers visible to libclat by Hungming Chen · 3 years, 8 months ago
  43. 37b2575 make bpf_syscall_wrappers visible to libclat by Hungming Chen · 3 years, 8 months ago
  44. a973c0b Add bpf_headers visibility for CtsNativeNetPlatformTestCases by Ken Chen · 3 years, 8 months ago
  45. 321a9f0 Merge "[NETD-TC#12] Fix dependency on libtraffic_controller" by Wayne Ma · 3 years, 8 months ago
  46. 67a69e7 [NETD-TC#12] Fix dependency on libtraffic_controller by Wayne Ma · 3 years, 8 months ago
  47. e7f26e2 Move BpfUtils -- move kernelVersion code to its own header by Patrick Rohr · 3 years, 8 months ago
  48. f714f1b Move BpfUtils -- add JNI wrapper for libtcutils by Patrick Rohr · 3 years, 8 months ago
  49. 299a85e Move BpfUtils -- make libtcutils visible to package/modules/Connectivity by Patrick Rohr · 3 years, 8 months ago
  50. 776c40c Move BpfUtils -- add libtcutils by Patrick Rohr · 3 years, 8 months ago
  51. a408d3c Move BpfUtils -- make BpfSyscallWrappers visible to libtcutils by Patrick Rohr · 3 years, 8 months ago
  52. 15d8ebe bpf_connectivity_headers -> bpf_headers -> bpf_syscall_wrappers by Maciej Żenczykowski · 3 years, 9 months ago
  53. aa4d848 Add apex_available and min_sdk_version to libip_checksum by Hungming Chen · 3 years, 9 months ago
  54. 45c7b15 [NETD-BPF#23] Move a few headers to frameworks/libs/net by Ken Chen · 3 years, 9 months ago
  55. 0f1ee4c Rename bpf_map_utils to bpf_headers by Ken Chen · 3 years, 9 months ago
  56. c57b00d Clarify that JNI libraries used for jarjar'd classes must be statically linked. by Lorenzo Colitti · 3 years, 9 months ago
  57. 98dfa53 Merge "Move libipchecksum to frameworks/libs/net." by Maciej Żenczykowski · 3 years, 9 months ago
  58. 0aab036 Move libipchecksum to frameworks/libs/net. by Lorenzo Colitti · 3 years, 9 months ago
  59. 2b71c97 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net by Bob Badour · 3 years, 9 months ago
  60. 38edd75 Merge "[NETD-BPF#30] bpf_map_utils add visibility for libnetd_mainline" by Ken Chen · 3 years, 9 months ago
  61. 4bce28b [NETD-BPF#25] Add bpf_syscall_wrappers visibility for libnetd_mainline by Ken Chen · 3 years, 11 months ago
  62. eb911f1 [NETD-BPF#30] bpf_map_utils add visibility for libnetd_mainline by Ken Chen · 3 years, 11 months ago
  63. de0bb52 [NETD-BPF#15] Move BPF map definition and utils to frameworks/libs/net/ by Ken Chen · 3 years, 11 months ago
  64. 9efcabc Allow MediaProvider to use BPF utilities by Alessio Balsini · 3 years, 10 months ago
  65. 307c3db switch to using OWNERS from master branch of Connectivity module by Maciej Żenczykowski · 3 years, 10 months ago
  66. f3448f9 Separate bpf and struct util from netlink util library by markchien · 3 years, 10 months ago
  67. aafd9c1 bpfmap: Move to Common Util Location by Tyler Wear · 3 years, 11 months ago
  68. ae05481 export bpf headers to Connectivity Service by Tyler Wear · 4 years ago
  69. 1bd069f Allow lmkd to use bpf_syscall_wrappers by Suren Baghdasaryan · 4 years, 3 months ago
  70. 88dfe23 Move to renamed NDK symbol AFileDescriptor_getFd by Orion Hodson · 4 years, 4 months ago
  71. 1b8c744 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net by Bob Badour · 4 years, 7 months ago
  72. 0d05d57 add maze to OWNERS for common/native by Maciej Żenczykowski · 4 years, 8 months ago
  73. a728a70 Wrap BPF system calls into a versioned module by Maciej Żenczykowski · 4 years, 8 months ago
  74. 4ec55ea Share JNI file descriptor helper code by Orion Hodson · 4 years, 9 months ago