summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-01-24bpftool: Display cookie for kprobe multi linkJiri Olsa1-15/+63
2024-01-24bpftool: Display cookie for perf event link probesJiri Olsa1-0/+14
2024-01-24selftests/bpf: Add fill_link_info test for perf eventJiri Olsa2-0/+46
2024-01-24selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa1-5/+21
2024-01-24selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa1-12/+36
2024-01-24bpftool: Fix wrong free call in do_show_linkJiri Olsa1-1/+1
2024-01-24bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa1-0/+1
2024-01-24bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa1-0/+6
2024-01-24bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2-3/+3
2024-01-24bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi1-1/+1
2024-01-24bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi1-5/+5
2024-01-24libbpf: call dup2() syscall directlyAndrii Nakryiko1-1/+11
2024-01-24selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao1-1/+1
2024-01-24selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-01-24libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-01-24bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann1-3/+4
2024-01-24selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima7-0/+953
2024-01-24selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2024-01-24bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-24bpf: Minor improvements for bpf_cmp.Alexei Starovoitov1-9/+12
2024-01-24selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song1-0/+41
2024-01-24bpf: Track aligned st store as imprecise spilled registersYonghong Song1-8/+8
2024-01-24selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy1-0/+133
2024-01-24bpf: Assign ID to scalars on spillMaxim Mikityanskiy2-4/+4
2024-01-24selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy1-0/+31
2024-01-24selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman1-0/+24
2024-01-24selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy1-5/+3
2024-01-24selftests/bpf: Update LLVM Phabricator linksNathan Chancellor3-18/+18
2024-01-24selftests/bpf: detect testing prog flags supportAndrii Nakryiko7-7/+37
2024-01-24selftests/bpf: fix test_loader check messageAndrii Nakryiko1-1/+1
2024-01-24selftests/bpf: Test the inlining of bpf_kptr_xchg()Hou Tao2-0/+99
2024-01-24selftests/bpf: Factor out get_xlated_program() helperHou Tao4-89/+50
2024-01-19Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds21-26/+783
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds3-70/+98
2024-01-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+207
2024-01-19Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2-0/+177
2024-01-19Merge tag 'x86_sgx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-57/+78
2024-01-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-12/+586
2024-01-18selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanesAmit Cohen1-1/+17
2024-01-18selftests: mlxsw: qos_pfc: Remove wrong descriptionAmit Cohen1-1/+0
2024-01-18mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel1-1/+55
2024-01-18mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen1-1/+51
2024-01-18selftests: bonding: Add more missing config optionsBenjamin Poirier1-0/+5
2024-01-18selftests: netdevsim: add a config fileJakub Kicinski1-0/+10
2024-01-18libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko1-9/+66
2024-01-18selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko1-3/+161
2024-01-18libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2-0/+80
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-2/+420
2024-01-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-691/+1921
2024-01-17Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+161