summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-01-27selftests/bpf/test_lwt_seg6local: use temp netns for testingHangbin Liu
2022-01-27selftests/bpf/test_xdp_vlan: use temp netns for testingHangbin Liu
2022-01-27selftests/bpf/test_xdp_veth: use temp netns for testingHangbin Liu
2022-01-27selftests/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-26selftests/bpf: fix uprobe offset calculation in selftestsAndrii Nakryiko
2022-01-26selftests/bpf: Fix a clang compilation errorYonghong Song
2022-01-25selftests: bpf: Less strict size check in sockopt_skFelix Maurer
2022-01-25perf: use generic bpf_program__set_type() to set BPF prog typeAndrii Nakryiko
2022-01-25selftests/bpf: use preferred setter/getter APIs instead of deprecated onesAndrii Nakryiko
2022-01-25bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko
2022-01-25libbpf: deprecate bpf_program__is_<type>() and bpf_program__set_<type>() APIsAndrii Nakryiko
2022-01-25libbpf: deprecate bpf_map__resize()Andrii Nakryiko
2022-01-25libbpf: hide and discourage inconsistently named gettersAndrii Nakryiko
2022-01-24selftests/bpf: Add a test to confirm PT_REGS_PARM4_SYSCALLKenta Tada
2022-01-24libbpf: Fix the incorrect register read for syscalls on x86_64Kenta Tada
2022-01-24selftests/bpf: Extract syscall wrapperKenta Tada
2022-01-24libbpf: Mark bpf_object__open_xattr() deprecatedChristy Lee
2022-01-24perf: Stop using bpf_object__open_buffer() APIChristy Lee
2022-01-24libbpf: Mark bpf_object__open_buffer() API deprecatedChristy Lee
2022-01-24selftests/bpf: Add test for sleepable bpf iterator programsKenny Yu
2022-01-24libbpf: Add "iter.s" section for sleepable bpf iterator programsKenny Yu
2022-01-24bpf: Add bpf_copy_from_user_task() helperKenny Yu
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24selftests, bpf: Do not yet switch to new libbpf XDP APIsDaniel Borkmann
2022-01-24selftests, xsk: Fix rx_full stats testMagnus Karlsson
2022-01-21selftests: net: ioam: expect support for Queue depth dataJustin Iurman
2022-01-21bpf: selftests: add CPUMAP/DEVMAP selftests for xdp fragsLorenzo Bianconi
2022-01-21bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftestLorenzo Bianconi
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi
2022-01-21libbpf: Add SEC name for xdp frags programsLorenzo Bianconi
2022-01-21bpf: selftests: update xdp_adjust_tail selftest to include xdp fragsEelco Chaudron
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi
2022-01-20selftests: bpf: test BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20selftests/bpf: switch to new libbpf XDP APIsAndrii Nakryiko
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko
2022-01-20libbpf: streamline low-level XDP APIsAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-20selftests/bpf: convert remaining legacy map definitionsAndrii Nakryiko
2022-01-20selftests/bpf: fail build on compilation warningAndrii Nakryiko
2022-01-20selftests: mptcp: fix ipv6 routing setupPaolo Abeni
2022-01-20selftests/bpf: Do not fail build if CONFIG_NF_CONNTRACK=m/nKumar Kartikeya Dwivedi
2022-01-20selftests: bpf: Fix bind on used portFelix Maurer
2022-01-20bpf: selftests: Get rid of CHECK macro in xdp_bpf2bpf.cLorenzo Bianconi