summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-03-19bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko
2024-03-19selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song
2024-03-19selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song
2024-03-18libbpbpf: Check bpf_map/bpf_program fd validityMykyta Yatsenko
2024-03-15selftests/bpf: Remove second semicolonColin Ian King
2024-03-14selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps.Kui-Feng Lee
2024-03-14libbpf: Skip zeroed or null fields if not found in the kernel type.Kui-Feng Lee
2024-03-14libbpf: Prevent null-pointer dereference when prog to load has no BTFQuentin Monnet
2024-03-14bpftool: Fix missing pids during link showYonghong Song
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-11nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov
2024-03-11bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov
2024-03-11libbpf: Recognize __arena global variables.Andrii Nakryiko
2024-03-11bpftool: Recognize arena map typeAlexei Starovoitov
2024-03-11libbpf: Add support for bpf_arena.Alexei Starovoitov
2024-03-11libbpf: Add __arg_arena to bpf_helpers.hAlexei Starovoitov
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski
2024-03-11selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAILGeliang Tang
2024-03-11selftests: mptcp: declare event macros in mptcp_libGeliang Tang
2024-03-11selftests: mptcp: add mptcp_lib_verify_listener_eventsGeliang Tang
2024-03-11selftests: mptcp: print_test out of verify_listener_eventsGeliang Tang
2024-03-11selftests: mptcp: extract mptcp_lib_check_expectedGeliang Tang
2024-03-11selftests: mptcp: call test_fail without argumentGeliang Tang
2024-03-11selftests: mptcp: print test results with colorsGeliang Tang
2024-03-11selftests: mptcp: use += operator to append stringsGeliang Tang
2024-03-11selftests: mptcp: print test results with countersGeliang Tang
2024-03-11selftests: mptcp: add print_title in mptcp_libGeliang Tang
2024-03-11selftests: mptcp: export TEST_COUNTER variableGeliang Tang
2024-03-11selftests: mptcp: sockopt: print every test resultGeliang Tang
2024-03-11selftests: mptcp: connect: fix misaligned outputGeliang Tang