summaryrefslogtreecommitdiff
path: root/src/core/bpf
Commit message (Expand)AuthorAgeFilesLines
* meson: move bpf hookup into main meson build fileLennart Poettering2023-04-241-113/+0
* tree-wide: Use correct SPDX license identifierJan Janssen2023-02-241-1/+1
* bpf: fix restrict_fs on s390xIlya Leoshkevich2023-01-311-3/+7
* bpf: disable -fstack-protector in mesonSam James2023-01-191-0/+2
* libbpf: Remove use of deprecated APIsDaan De Meyer2022-10-062-2/+2
* Revert "bpf: fix is_allow_list section"James Hilliard2022-10-011-1/+1
* bpf: fix is_allow_list sectionJames Hilliard2022-08-031-1/+1
* bpf: set gcc std and compile flagsJames Hilliard2022-08-011-0/+3
* meson: add experimental bpf-gcc compiler supportJames Hilliard2022-06-101-11/+32
* bpf: use __always_inline macro in restrict-ifaces.bpf.cJames Hilliard2022-06-091-1/+1
* meson: always get libbpf include directory from pkgconfigYu Watanabe2022-05-161-5/+1
* tree-wide: move `unsigned` to the start of type declarationFrantisek Sumsal2022-02-101-1/+1
* meson: use full argument names for bpftool gen commandsJames Hilliard2022-02-011-4/+4
* meson: use bpftool based strip when availableJames Hilliard2022-01-311-7/+17
* meson: generate better arch defines for clang bpf compilationZbigniew Jędrzejewski-Szmek2022-01-041-2/+20
* meson: use subdir_done() to reduce indentYu Watanabe2021-12-104-110/+118
* bpf: refactor skeleton generationJames Hilliard2021-12-077-23/+150
* bpf: fix SPDX short identifier for LGPL-2.1-or-laterZbigniew Jędrzejewski-Szmek2021-10-181-1/+1
* bpf: add restrict_fs BPF programIago López Galeiras2021-10-062-0/+92
* tree-wide: fix SPDX short identifier for LGPL-2.1-or-laterLuca Boccassi2021-10-012-2/+2
* core: add RestrictNetworkInterfaces= BPF program source codeMauricio Vásquez2021-08-182-0/+66
* bpf: add ip proto matching to socket-bind progJulia Kartseva2021-06-292-14/+26
* tree-wide: fix typoYu Watanabe2021-05-041-1/+1
* meson, bpf: add build rule for socket-bind programJulia Kartseva2021-04-261-0/+14
* bpf: add socket-bind BPF program code sourcesJulia Kartseva2021-04-262-0/+150