| Commit message (Expand) | Author | Files | Lines |
2020-08-03 | tools, build: Propagate build failures from tools/build/Makefile.build | Andrii Nakryiko | 1 | -1/+2 |
2020-08-02 | selftests/bpf: Fix spurious test failures in core_retro selftest | Andrii Nakryiko | 2 | -2/+19 |
2020-08-02 | tools/bpftool: Add documentation and bash-completion for `link detach` | Andrii Nakryiko | 2 | -2/+10 |
2020-08-02 | tools/bpftool: Add `link detach` subcommand | Andrii Nakryiko | 1 | -1/+36 |
2020-08-02 | selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_links | Andrii Nakryiko | 5 | -29/+73 |
2020-08-02 | libbpf: Add bpf_link detach APIs | Andrii Nakryiko | 6 | -0/+25 |
2020-08-02 | bpf: Add support for forced LINK_DETACH command | Andrii Nakryiko | 6 | -2/+64 |
2020-08-02 | bpf, selftests: Use single cgroup helpers for both test_sockmap/progs | John Fastabend | 15 | -132/+43 |
2020-07-31 | Documentation/bpf: Use valid and new links in index.rst | Tiezhu Yang | 2 | -6/+8 |
2020-07-31 | libbpf: Fix register in PT_REGS MIPS macros | Jerry Crunchtime | 1 | -2/+2 |
2020-07-31 | udp, bpf: Ignore connections in reuseport group after BPF sk lookup | Jakub Sitnicki | 2 | -2/+2 |
2020-07-31 | libbpf: Make destructors more robust by handling ERR_PTR(err) cases | Andrii Nakryiko | 3 | -8/+7 |
2020-07-31 | selftests/bpf: Omit nodad flag when adding addresses to loopback | Jakub Sitnicki | 1 | -2/+2 |
2020-07-31 | selftests/bpf: Don't destroy failed link | Andrii Nakryiko | 1 | -14/+28 |
2020-07-31 | selftests/bpf: Add xdpdrv mode for test_xdp_redirect | Hangbin Liu | 1 | -32/+52 |
2020-07-31 | selftests/bpf: Verify socket storage in cgroup/sock_{create, release} | Stanislav Fomichev | 1 | -0/+19 |
2020-07-31 | bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK | Stanislav Fomichev | 2 | -0/+13 |
2020-07-31 | selftests/bpf: Test bpf_iter buffer access with negative offset | Yonghong Song | 2 | -0/+34 |
2020-07-31 | bpf: Add missing newline characters in verifier error messages | Yonghong Song | 1 | -2/+2 |
2020-07-31 | bpf, arm64: Add BPF exception tables | Jean-Philippe Brucker | 3 | -9/+108 |
2020-07-29 | bpf: Fix build without CONFIG_NET when using BPF XDP link | Andrii Nakryiko | 1 | -0/+2 |
2020-07-29 | bpf, selftests: use :: 1 for localhost in tcp_server.py | John Fastabend | 3 | -4/+4 |
2020-07-28 | xdp: Prevent kernel-infoleak in xsk_getsockopt() | Peilin Ye | 1 | -1/+1 |
2020-07-28 | bpf: Fix swapped arguments in calls to check_buffer_access | Colin Ian King | 1 | -4/+4 |
2020-07-28 | selftests/bpf: Add new bpf_iter context structs to fix build on old kernels | Andrii Nakryiko | 1 | -0/+18 |
2020-07-28 | bpf: Fix bpf_ringbuf_output() signature to return long | Andrii Nakryiko | 2 | -2/+2 |
2020-07-27 | tools, bpftool: Add LSM type to array of prog names | Quentin Monnet | 1 | -0/+1 |
2020-07-27 | tools, bpftool: Skip type probe if name is not found | Quentin Monnet | 1 | -0/+8 |
2020-07-26 | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands | Andrii Nakryiko | 28 | -218/+2 |
2020-07-26 | selftests/bpf: Add BPF XDP link selftests | Andrii Nakryiko | 2 | -0/+149 |
2020-07-26 | libbpf: Add support for BPF XDP link | Andrii Nakryiko | 5 | -3/+21 |
2020-07-26 | bpf: Implement BPF XDP link-specific introspection APIs | Andrii Nakryiko | 2 | -0/+34 |
2020-07-26 | bpf, xdp: Implement LINK_UPDATE for BPF XDP link | Andrii Nakryiko | 1 | -0/+43 |
2020-07-26 | bpf, xdp: Add bpf_link-based XDP attachment API | Andrii Nakryiko | 4 | -7/+178 |
2020-07-26 | bpf, xdp: Extract common XDP program attachment logic | Andrii Nakryiko | 1 | -74/+91 |
2020-07-26 | bpf, xdp: Maintain info on attached XDP BPF programs in net_device | Andrii Nakryiko | 3 | -75/+105 |
2020-07-26 | bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALL | Andrii Nakryiko | 1 | -26/+55 |
2020-07-26 | bpf: Fix build on architectures with special bpf_user_pt_regs_t | Song Liu | 1 | -5/+4 |
2020-07-26 | bpf/local_storage: Fix build without CONFIG_CGROUP | YiFei Zhu | 1 | -2/+2 |
2020-07-26 | Documentation/bpf: Document CGROUP_STORAGE map type | YiFei Zhu | 2 | -0/+178 |
2020-07-26 | selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingress | YiFei Zhu | 3 | -27/+311 |
2020-07-26 | bpf: Make cgroup storages shared between programs on the same cgroup | YiFei Zhu | 4 | -143/+164 |