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