Age | Commit message (Expand) | Author |
2020-03-30 | bpf, lsm: Make BPF_LSM depend on BPF_EVENTS | KP Singh |
2020-03-30 | Merge branch 'bpf_sk_assign' | Alexei Starovoitov |
2020-03-30 | selftests: bpf: Extend sk_assign tests for UDP | Joe Stringer |
2020-03-30 | selftests: bpf: Add test for sk_assign | Lorenz Bauer |
2020-03-30 | bpf: Don't refcount LISTEN sockets in sk_assign() | Joe Stringer |
2020-03-30 | net: Track socket refcounts in skb_steal_sock() | Joe Stringer |
2020-03-30 | bpf: Add socket assign support | Joe Stringer |
2020-03-30 | bpf, doc: Add John as official reviewer to BPF subsystem | Daniel Borkmann |
2020-03-30 | bpf: btf: Fix arg verification in btf_ctx_access() | KP Singh |
2020-03-30 | bpf: Simplify reg_set_min_max_inv handling | Jann Horn |
2020-03-30 | bpf: Fix tnum constraints for 32-bit comparisons | Jann Horn |
2020-03-30 | bpf: Undo incorrect __reg_bound_offset32 handling | Daniel Borkmann |
2020-03-30 | Merge branch 'bpf-lsm' | Daniel Borkmann |
2020-03-30 | bpf: lsm: Add Documentation | KP Singh |
2020-03-30 | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM | KP Singh |
2020-03-30 | tools/libbpf: Add support for BPF_PROG_TYPE_LSM | KP Singh |
2020-03-30 | bpf: lsm: Initialize the BPF LSM hooks | KP Singh |
2020-03-30 | bpf: lsm: Implement attach, detach and execution | KP Singh |
2020-03-30 | bpf: lsm: Provide attachment points for BPF LSM programs | KP Singh |
2020-03-30 | security: Refactor declaration of LSM hooks | KP Singh |
2020-03-30 | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh |
2020-03-30 | selftests: Add test for overriding global data value before load | Toke Høiland-Jørgensen |
2020-03-30 | libbpf: Add setter for initial value for internal maps | Toke Høiland-Jørgensen |
2020-03-30 | bpf, net: Fix build issue when net ns not configured | Daniel Borkmann |
2020-03-28 | Merge branch 'ifla_xdp_expected_fd' | Alexei Starovoitov |
2020-03-28 | selftests/bpf: Add tests for attaching XDP programs | Toke Høiland-Jørgensen |
2020-03-28 | libbpf: Add function to set link XDP fd while specifying old program | Toke Høiland-Jørgensen |
2020-03-28 | tools: Add EXPECTED_FD-related definitions in if_link.h | Toke Høiland-Jørgensen |
2020-03-28 | xdp: Support specifying expected existing program when attaching XDP | Toke Høiland-Jørgensen |
2020-03-28 | bpf: Fix build warning regarding missing prototypes | Jean-Philippe Menil |
2020-03-28 | libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create | Fletcher Dunn |
2020-03-27 | Merge branch 'cgroup-helpers' | Alexei Starovoitov |
2020-03-27 | bpf: Add selftest cases for ctx_or_null argument type | Daniel Borkmann |
2020-03-27 | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann |
2020-03-27 | bpf: Allow to retrieve cgroup v1 classid from v2 hooks | Daniel Borkmann |
2020-03-27 | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann |
2020-03-27 | bpf: Enable perf event rb output for bpf cgroup progs | Daniel Borkmann |
2020-03-27 | bpf: Enable retrieval of socket cookie for bind/post-bind hook | Daniel Borkmann |
2020-03-26 | bpf: Remove unused vairable 'bpf_xdp_link_lops' | YueHaibing |
2020-03-26 | bpf: Factor out attach_type to prog_type mapping for attach/detach | Andrii Nakryiko |
2020-03-26 | bpf: Factor out cgroup storages operations | Andrii Nakryiko |
2020-03-25 | bpf: Test_verifier, #70 error message updates for 32-bit right shift | John Fastabend |
2020-03-25 | bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds() | John Fastabend |
2020-03-25 | bpf: Verifer, refactor adjust_scalar_min_max_vals | John Fastabend |
2020-03-26 | libbpf: Don't allocate 16M for log buffer by default | Stanislav Fomichev |
2020-03-26 | libbpf: Remove unused parameter `def` to get_map_field_int | Tobias Klauser |
2020-03-26 | bpf: Document bpf_inspect drgn tool | Andrey Ignatov |
2020-03-23 | samples, bpf: Refactor perf_event user program with libbpf bpf_link | Daniel T. Lee |
2020-03-23 | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee |