summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-02-02libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov2-3/+29
2022-02-02libbpf: Open code low level bpf commands.Alexei Starovoitov1-2/+42
2022-02-02libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-02-01selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi5-5/+5
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi1-3/+11
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky1-2/+4
2022-01-31selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki4-21/+162
2022-01-28selftests/bpf/test_xdp_redirect: use temp netns for testingHangbin Liu1-14/+16
2022-01-28selftests/bpf/test_xdp_meta: use temp netns for testingHangbin Liu1-18/+20
2022-01-28selftests/bpf/test_tcp_check_syncookie: use temp netns for testingHangbin Liu1-2/+3
2022-01-28selftests/bpf/test_lwt_seg6local: use temp netns for testingHangbin Liu1-82/+88
2022-01-28selftests/bpf/test_xdp_vlan: use temp netns for testingHangbin Liu1-32/+34
2022-01-28selftests/bpf/test_xdp_veth: use temp netns for testingHangbin Liu1-18/+21
2022-01-28selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu1-29/+31
2022-01-27selftests/bpf: specify pahole version requirement for btf_tag testYonghong Song1-0/+2
2022-01-27selftests/bpf: add a selftest with __user tagYonghong Song3-0/+151
2022-01-27selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.cYonghong Song2-4/+4
2022-01-27selftests/bpf: fix a clang compilation errorYonghong Song1-1/+1
2022-01-27selftests, xsk: Fix bpf_res cleanup testMagnus Karlsson2-32/+50
2022-01-27selftests/bpf: fix uprobe offset calculation in selftestsAndrii Nakryiko6-66/+63
2022-01-26selftests/bpf: Fix a clang compilation errorYonghong Song1-1/+1
2022-01-26selftests: bpf: Less strict size check in sockopt_skFelix Maurer1-1/+2
2022-01-26perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko1-2/+2
2022-01-26selftests/bpf: use preferred setter/getter APIs instead of deprecated onesAndrii Nakryiko4-4/+4
2022-01-26bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2-5/+5
2022-01-26libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko1-0/+26
2022-01-26libbpf: deprecate bpf_map__resize()Andrii Nakryiko1-0/+1
2022-01-26libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko6-16/+37
2022-01-25selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALLKenta Tada2-0/+119
2022-01-25libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada1-0/+34
2022-01-25selftests/bpf: Extract syscall wrapperKenta Tada2-14/+20
2022-01-25libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee2-1/+2
2022-01-25perf: Stop using bpf_object__open_buffer() APIChristy Lee2-3/+5
2022-01-25libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee1-0/+1
2022-01-25selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu2-0/+74
2022-01-25libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu1-0/+1
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu1-0/+11
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski82-338/+2670
2022-01-25selftests, bpf: Do not yet switch to new libbpf XDP APIsDaniel Borkmann7-47/+50
2022-01-24selftests, xsk: Fix rx_full stats testMagnus Karlsson1-1/+4
2022-01-22selftests: net: ioam: expect support for Queue depth dataJustin Iurman1-4/+1
2022-01-22bpf: selftests: add CPUMAP/DEVMAP selftests for xdp fragsLorenzo Bianconi6-1/+185
2022-01-22bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftestLorenzo Bianconi2-0/+146
2022-01-22net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-0/+18
2022-01-22libbpf: Add SEC name for xdp frags programsLorenzo Bianconi1-0/+8
2022-01-22bpf: selftests: update xdp_adjust_tail selftest to include xdp fragsEelco Chaudron3-7/+160
2022-01-22bpf: add frags support to xdp copy helpersEelco Chaudron2-31/+82
2022-01-22bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi1-0/+7
2022-01-22bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi1-0/+5
2022-01-21selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu2-0/+90