summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools, bpftool: Fix wrong return value in do_dump()Tianjia Zhang2020-08-031-1/+1
* tools, build: Propagate build failures from tools/build/Makefile.buildAndrii Nakryiko2020-08-031-1/+2
* selftests/bpf: Fix spurious test failures in core_retro selftestAndrii Nakryiko2020-08-022-2/+19
* Merge branch 'link_detach'Alexei Starovoitov2020-08-0220-34/+208
|\
| * tools/bpftool: Add documentation and bash-completion for `link detach`Andrii Nakryiko2020-08-022-2/+10
| * tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-021-1/+36
| * selftests/bpf: Add link detach tests for cgroup, netns, and xdp bpf_linksAndrii Nakryiko2020-08-025-29/+73
| * libbpf: Add bpf_link detach APIsAndrii Nakryiko2020-08-026-0/+25
| * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-026-2/+64
|/
* bpf, selftests: Use single cgroup helpers for both test_sockmap/progsJohn Fastabend2020-08-0215-132/+43
* Documentation/bpf: Use valid and new links in index.rstTiezhu Yang2020-07-312-6/+8
* libbpf: Fix register in PT_REGS MIPS macrosJerry Crunchtime2020-07-311-2/+2
* udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-312-2/+2
* libbpf: Make destructors more robust by handling ERR_PTR(err) casesAndrii Nakryiko2020-07-313-8/+7
* selftests/bpf: Omit nodad flag when adding addresses to loopbackJakub Sitnicki2020-07-311-2/+2
* selftests/bpf: Don't destroy failed linkAndrii Nakryiko2020-07-311-14/+28
* selftests/bpf: Add xdpdrv mode for test_xdp_redirectHangbin Liu2020-07-311-32/+52
* selftests/bpf: Verify socket storage in cgroup/sock_{create, release}Stanislav Fomichev2020-07-311-0/+19
* bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCKStanislav Fomichev2020-07-312-0/+13
* selftests/bpf: Test bpf_iter buffer access with negative offsetYonghong Song2020-07-312-0/+34
* bpf: Add missing newline characters in verifier error messagesYonghong Song2020-07-311-2/+2
* bpf, arm64: Add BPF exception tablesJean-Philippe Brucker2020-07-313-9/+108
* bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko2020-07-291-0/+2
* bpf, selftests: use :: 1 for localhost in tcp_server.pyJohn Fastabend2020-07-293-4/+4
* xdp: Prevent kernel-infoleak in xsk_getsockopt()Peilin Ye2020-07-281-1/+1
* bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King2020-07-281-4/+4
* selftests/bpf: Add new bpf_iter context structs to fix build on old kernelsAndrii Nakryiko2020-07-281-0/+18
* bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-282-2/+2
* tools, bpftool: Add LSM type to array of prog namesQuentin Monnet2020-07-271-0/+1
* tools, bpftool: Skip type probe if name is not foundQuentin Monnet2020-07-271-0/+8
* Merge branch 'bpf_link-XDP'Alexei Starovoitov2020-07-2639-383/+658
|\
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-2628-218/+2
| * selftests/bpf: Add BPF XDP link selftestsAndrii Nakryiko2020-07-262-0/+149
| * libbpf: Add support for BPF XDP linkAndrii Nakryiko2020-07-265-3/+21
| * bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-262-0/+34
| * bpf, xdp: Implement LINK_UPDATE for BPF XDP linkAndrii Nakryiko2020-07-261-0/+43
| * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-264-7/+178
| * bpf, xdp: Extract common XDP program attachment logicAndrii Nakryiko2020-07-261-74/+91
| * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-263-75/+105
| * bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko2020-07-261-26/+55
|/
* bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu2020-07-261-5/+4
* bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu2020-07-261-2/+2
* Merge branch 'shared-cgroup-storage'Alexei Starovoitov2020-07-2611-143/+905
|\
| * Documentation/bpf: Document CGROUP_STORAGE map typeYiFei Zhu2020-07-262-0/+178
| * selftests/bpf: Test CGROUP_STORAGE behavior on shared egress + ingressYiFei Zhu2020-07-263-27/+311
| * bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-264-143/+164
| * selftests/bpf: Test CGROUP_STORAGE map can't be used by multiple progsYiFei Zhu2020-07-264-11/+99
| * selftests/bpf: Add test for CGROUP_STORAGE map on multiple attachesYiFei Zhu2020-07-262-0/+191
|/
* Merge branch 'fix-bpf_get_stack-with-PEBS'Alexei Starovoitov2020-07-2610-21/+462
|\
| * selftests/bpf: Add get_stackid_cannot_attachSong Liu2020-07-261-0/+91