Age | Commit message (Expand) | Author | Files | Lines |
2020-03-30 | net: Track socket refcounts in skb_steal_sock() | Joe Stringer | 5 | -10/+21 |
2020-03-30 | bpf: Add socket assign support | Joe Stringer | 8 | -4/+108 |
2020-03-30 | bpf, doc: Add John as official reviewer to BPF subsystem | Daniel Borkmann | 1 | -0/+1 |
2020-03-30 | bpf: btf: Fix arg verification in btf_ctx_access() | KP Singh | 1 | -7/+17 |
2020-03-30 | bpf: Simplify reg_set_min_max_inv handling | Jann Horn | 1 | -86/+22 |
2020-03-30 | bpf: Fix tnum constraints for 32-bit comparisons | Jann Horn | 1 | -36/+72 |
2020-03-30 | bpf: Undo incorrect __reg_bound_offset32 handling | Daniel Borkmann | 1 | -19/+0 |
2020-03-30 | Merge branch 'bpf-lsm' | Daniel Borkmann | 31 | -670/+985 |
2020-03-30 | bpf: lsm: Add Documentation | KP Singh | 2 | -0/+143 |
2020-03-30 | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM | KP Singh | 3 | -0/+136 |
2020-03-30 | tools/libbpf: Add support for BPF_PROG_TYPE_LSM | KP Singh | 4 | -5/+44 |
2020-03-30 | bpf: lsm: Initialize the BPF LSM hooks | KP Singh | 4 | -5/+38 |
2020-03-30 | bpf: lsm: Implement attach, detach and execution | KP Singh | 6 | -27/+116 |
2020-03-30 | bpf: lsm: Provide attachment points for BPF LSM programs | KP Singh | 2 | -0/+36 |
2020-03-30 | security: Refactor declaration of LSM hooks | KP Singh | 3 | -627/+423 |
2020-03-30 | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 10 | -6/+49 |
2020-03-30 | selftests: Add test for overriding global data value before load | Toke Høiland-Jørgensen | 2 | -1/+62 |
2020-03-30 | libbpf: Add setter for initial value for internal maps | Toke Høiland-Jørgensen | 3 | -0/+14 |
2020-03-30 | bpf, net: Fix build issue when net ns not configured | Daniel Borkmann | 1 | -7/+2 |
2020-03-29 | Merge branch 'ifla_xdp_expected_fd' | Alexei Starovoitov | 9 | -9/+146 |
2020-03-29 | selftests/bpf: Add tests for attaching XDP programs | Toke Høiland-Jørgensen | 1 | -0/+62 |
2020-03-29 | libbpf: Add function to set link XDP fd while specifying old program | Toke Høiland-Jørgensen | 3 | -1/+42 |
2020-03-29 | tools: Add EXPECTED_FD-related definitions in if_link.h | Toke Høiland-Jørgensen | 1 | -1/+3 |
2020-03-29 | xdp: Support specifying expected existing program when attaching XDP | Toke Høiland-Jørgensen | 4 | -7/+39 |
2020-03-28 | bpf: Fix build warning regarding missing prototypes | Jean-Philippe Menil | 1 | -0/+4 |
2020-03-28 | libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create | Fletcher Dunn | 1 | -2/+14 |
2020-03-28 | Merge branch 'cgroup-helpers' | Alexei Starovoitov | 11 | -14/+336 |
2020-03-28 | bpf: Add selftest cases for ctx_or_null argument type | Daniel Borkmann | 1 | -0/+105 |
2020-03-28 | bpf: Enable retrival of pid/tgid/comm from bpf cgroup hooks | Daniel Borkmann | 1 | -0/+8 |
2020-03-28 | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann | 6 | -2/+72 |
2020-03-28 | bpf: Allow to retrieve cgroup v1 classid from v2 hooks | Daniel Borkmann | 2 | -1/+27 |
2020-03-28 | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann | 7 | -8/+103 |
2020-03-28 | bpf: Enable perf event rb output for bpf cgroup progs | Daniel Borkmann | 1 | -5/+9 |
2020-03-28 | bpf: Enable retrieval of socket cookie for bind/post-bind hook | Daniel Borkmann | 1 | -0/+14 |
2020-03-27 | bpf: Remove unused vairable 'bpf_xdp_link_lops' | YueHaibing | 1 | -1/+0 |
2020-03-27 | bpf: Factor out attach_type to prog_type mapping for attach/detach | Andrii Nakryiko | 1 | -87/+66 |
2020-03-27 | bpf: Factor out cgroup storages operations | Andrii Nakryiko | 1 | -46/+72 |
2020-03-26 | bpf: Test_verifier, #70 error message updates for 32-bit right shift | John Fastabend | 1 | -4/+2 |
2020-03-26 | bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds() | John Fastabend | 1 | -0/+1 |
2020-03-26 | bpf: Verifer, refactor adjust_scalar_min_max_vals | John Fastabend | 1 | -164/+239 |
2020-03-26 | libbpf: Don't allocate 16M for log buffer by default | Stanislav Fomichev | 2 | -13/+29 |
2020-03-26 | libbpf: Remove unused parameter `def` to get_map_field_int | Tobias Klauser | 1 | -10/+6 |
2020-03-26 | bpf: Document bpf_inspect drgn tool | Andrey Ignatov | 2 | -2/+216 |
2020-03-24 | samples, bpf: Refactor perf_event user program with libbpf bpf_link | Daniel T. Lee | 3 | -82/+159 |
2020-03-24 | samples, bpf: Move read_trace_pipe to trace_helpers | Daniel T. Lee | 7 | -23/+28 |
2020-03-23 | bpf: Add tests for bpf_sk_storage to bpf_tcp_ca | Martin KaFai Lau | 2 | -8/+47 |
2020-03-23 | bpf: Add bpf_sk_storage support to bpf_tcp_ca | Martin KaFai Lau | 1 | -0/+33 |
2020-03-20 | selftests/bpf: Fix mix of tabs and spaces | Bill Wendling | 1 | -1/+1 |
2020-03-20 | bpf, tcp: Make tcp_bpf_recvmsg static | YueHaibing | 2 | -64/+62 |
2020-03-20 | bpf, tcp: Fix unused function warnings | YueHaibing | 1 | -14/+14 |