summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-30bpf, lsm: Make BPF_LSM depend on BPF_EVENTSKP Singh
2020-03-30Merge branch 'bpf_sk_assign'Alexei Starovoitov
2020-03-30selftests: bpf: Extend sk_assign tests for UDPJoe Stringer
2020-03-30selftests: bpf: Add test for sk_assignLorenz Bauer
2020-03-30bpf: Don't refcount LISTEN sockets in sk_assign()Joe Stringer
2020-03-30net: Track socket refcounts in skb_steal_sock()Joe Stringer
2020-03-30bpf: Add socket assign supportJoe Stringer
2020-03-30bpf, doc: Add John as official reviewer to BPF subsystemDaniel Borkmann
2020-03-30bpf: btf: Fix arg verification in btf_ctx_access()KP Singh
2020-03-30bpf: Simplify reg_set_min_max_inv handlingJann Horn
2020-03-30bpf: Fix tnum constraints for 32-bit comparisonsJann Horn
2020-03-30bpf: Undo incorrect __reg_bound_offset32 handlingDaniel Borkmann
2020-03-30Merge branch 'bpf-lsm'Daniel Borkmann
2020-03-30bpf: lsm: Add DocumentationKP Singh
2020-03-30bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh
2020-03-30tools/libbpf: Add support for BPF_PROG_TYPE_LSMKP Singh
2020-03-30bpf: lsm: Initialize the BPF LSM hooksKP Singh
2020-03-30bpf: lsm: Implement attach, detach and executionKP Singh
2020-03-30bpf: lsm: Provide attachment points for BPF LSM programsKP Singh
2020-03-30security: Refactor declaration of LSM hooksKP Singh
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-30selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen
2020-03-30libbpf: Add setter for initial value for internal mapsToke Høiland-Jørgensen
2020-03-30bpf, net: Fix build issue when net ns not configuredDaniel Borkmann
2020-03-28Merge branch 'ifla_xdp_expected_fd'Alexei Starovoitov
2020-03-28selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen
2020-03-28libbpf: Add function to set link XDP fd while specifying old programToke Høiland-Jørgensen
2020-03-28tools: Add EXPECTED_FD-related definitions in if_link.hToke Høiland-Jørgensen
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen
2020-03-28bpf: Fix build warning regarding missing prototypesJean-Philippe Menil
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn
2020-03-27Merge branch 'cgroup-helpers'Alexei Starovoitov
2020-03-27bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann
2020-03-27bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooksDaniel Borkmann
2020-03-27bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-27bpf: Allow to retrieve cgroup v1 classid from v2 hooksDaniel Borkmann
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann
2020-03-27bpf: Enable perf event rb output for bpf cgroup progsDaniel Borkmann
2020-03-27bpf: Enable retrieval of socket cookie for bind/post-bind hookDaniel Borkmann
2020-03-26bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing
2020-03-26bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko
2020-03-26bpf: Factor out cgroup storages operationsAndrii Nakryiko
2020-03-25bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend
2020-03-25bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()John Fastabend
2020-03-25bpf: Verifer, refactor adjust_scalar_min_max_valsJohn Fastabend
2020-03-26libbpf: Don't allocate 16M for log buffer by defaultStanislav Fomichev
2020-03-26libbpf: Remove unused parameter `def` to get_map_field_intTobias Klauser
2020-03-26bpf: Document bpf_inspect drgn toolAndrey Ignatov
2020-03-23samples, bpf: Refactor perf_event user program with libbpf bpf_linkDaniel T. Lee
2020-03-23samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee