Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-02-03selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko
2022-02-03libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov
2022-02-03bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-03selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-03selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov
2022-02-02libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov
2022-02-02libbpf: Open code low level bpf commands.Alexei Starovoitov
2022-02-02libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov
2022-02-01selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi
2022-02-01libbpf: Deprecate xdp_cpumap, xdp_devmap and classifier sec definitionsLorenzo Bianconi
2022-02-01libbpf: Deprecate btf_ext rec_size APIsDave Marchevsky
2022-01-31selftests/bpf: Extend verifier and bpf_sock tests for dst_port loadsJakub Sitnicki
2022-01-28selftests/bpf/test_xdp_redirect: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_xdp_meta: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_tcp_check_syncookie: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_lwt_seg6local: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_xdp_vlan: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_xdp_veth: use temp netns for testingHangbin Liu
2022-01-28selftests/bpf/test_xdp_redirect_multi: use temp netns for testingHangbin Liu
2022-01-27selftests/bpf: specify pahole version requirement for btf_tag testYonghong Song
2022-01-27selftests/bpf: add a selftest with __user tagYonghong Song
2022-01-27selftests/bpf: rename btf_decl_tag.c to test_btf_decl_tag.cYonghong Song
2022-01-27selftests/bpf: fix a clang compilation errorYonghong Song
2022-01-27selftests, xsk: Fix bpf_res cleanup testMagnus Karlsson
2022-01-27selftests/bpf: fix uprobe offset calculation in selftestsAndrii Nakryiko
2022-01-26selftests/bpf: Fix a clang compilation errorYonghong Song
2022-01-26selftests: bpf: Less strict size check in sockopt_skFelix Maurer
2022-01-26perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko
2022-01-26selftests/bpf: use preferred setter/getter APIs instead of deprecated onesAndrii Nakryiko
2022-01-26bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko
2022-01-26libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko
2022-01-26libbpf: deprecate bpf_map__resize()Andrii Nakryiko
2022-01-26libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko
2022-01-25selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALLKenta Tada
2022-01-25libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada
2022-01-25selftests/bpf: Extract syscall wrapperKenta Tada
2022-01-25libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee
2022-01-25perf: Stop using bpf_object__open_buffer() APIChristy Lee
2022-01-25libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee
2022-01-25selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu
2022-01-25libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-25selftests, bpf: Do not yet switch to new libbpf XDP APIsDaniel Borkmann
2022-01-24selftests, xsk: Fix rx_full stats testMagnus Karlsson
2022-01-22selftests: net: ioam: expect support for Queue depth dataJustin Iurman