Age | Commit message (Expand) | Author |
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 |
2020-03-23 | bpf: Add tests for bpf_sk_storage to bpf_tcp_ca | Martin KaFai Lau |
2020-03-23 | bpf: Add bpf_sk_storage support to bpf_tcp_ca | Martin KaFai Lau |
2020-03-20 | selftests/bpf: Fix mix of tabs and spaces | Bill Wendling |
2020-03-20 | bpf, tcp: Make tcp_bpf_recvmsg static | YueHaibing |
2020-03-20 | bpf, tcp: Fix unused function warnings | YueHaibing |
2020-03-20 | bpftool: Add struct_ops support | Martin KaFai Lau |
2020-03-20 | bpftool: Translate prog_id to its bpf prog_name | Martin KaFai Lau |
2020-03-20 | bpftool: Print as a string for char array | Martin KaFai Lau |
2020-03-20 | bpftool: Print the enum's name instead of value | Martin KaFai Lau |
2020-03-19 | bpf: Support llvm-objcopy for vmlinux BTF | Fangrui Song |
2020-03-17 | bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition | Wenbo Zhang |
2020-03-17 | selftests/bpf: Reset process and thread affinity after each test/sub-test | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix test_progs's parsing of test numbers | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix race in tcp_rtt test | Andrii Nakryiko |
2020-03-17 | selftests/bpf: Fix nanosleep for real this time | Andrii Nakryiko |
2020-03-17 | selftest/bpf: Fix compilation warning in sockmap_parse_prog.c | Andrii Nakryiko |
2020-03-16 | sfc: fix XDP-redirect in this driver | Jesper Dangaard Brouer |
2020-03-16 | remoteproc: clean up notification config | Alex Elder |
2020-03-16 | net: kcm: kcmproc.c: Fix RCU list suspicious usage warning | Madhuparna Bhowmik |