summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2020-03-21add LICENSE() macroTreehugger Robot
2020-02-19add support for marking ebpf programs as being only for some kernel versionsMaciej Żenczykowski
2020-02-18Pull AID_* constants from shared location.Maciej Żenczykowski
2020-02-18add DEFINE_BPF_MAP_GWO macro for group write-only mapsMaciej Żenczykowski
2020-02-14bpfloader: add option to set owner & group for pinned programsConnor O'Brien
2020-02-14add bpf_map_def support for setting uid/gid/modeMaciej Żenczykowski
2020-02-14bpfloader - add AID_* constants to bpf_map_def.hMaciej Żenczykowski
2020-01-29refactor bpf_map_def into a single header fileMaciej Żenczykowski
2020-01-24bpf_helpers - add more const annotationsMaciej Żenczykowski
2019-11-13bpf: move time in state struct definitions into a single shared headerConnor O'Brien
2019-10-31move networking bpf helpers to system/netdMaciej Żenczykowski
2019-05-14bpf_helpers.h - change unsafe_bpf_map_* to bpf_map_*_unsafeMaciej Żenczykowski
2019-04-20Reapply "Provide a macro to define a map along with type safe accessors"Maciej Żenczykowski
2019-04-19Revert "Provide a macro to define a map along with type safe accessors"Maciej Żenczykowski
2019-04-19Provide a macro to define a map along with type safe accessorsMaciej Żenczykowski
2019-04-17Add support for the bpf_probe_read_str bpf functionJoel Fernandes
2019-04-02bpf_helpers.h - define more kernel provided functionsMaciej Żenczykowski
2019-02-26Move netd specific program back to netdandroid-q-preview-1Chenbo Feng
2019-02-12netd: Use common BPF helper for C programJoel Fernandes (Google)
2019-01-29Add bpf program to control socket creationChenbo Feng
2019-01-28Add cgroup socket bpf kernel program supportChenbo Feng
2019-01-22Do not take cumulative network stats anymoreChenbo Feng
2019-01-07New bpfloader netd kernel programChenbo Feng