summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller2022-05-111-0/+1
* selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson2022-05-112-77/+99
* selftests: xsk: make the stats tests normal testsMagnus Karlsson2022-05-112-69/+53
* selftests: xsk: introduce validation functionsMagnus Karlsson2022-05-112-38/+82
* selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson2022-05-111-0/+7
* selftests: xsk: add timeout to testsMagnus Karlsson2022-05-112-0/+16
* selftests: xsk: fix reporting of failed testsMagnus Karlsson2022-05-114-89/+141
* selftests: xsk: run all tests for busy-pollMagnus Karlsson2022-05-114-14/+94
* selftests: xsk: do not send zero-length packetsMagnus Karlsson2022-05-112-9/+10
* selftests: xsk: cleanup bash scriptsMagnus Karlsson2022-05-112-18/+1
* libbpf: Add bpf_program__set_insns functionJiri Olsa2022-05-113-0/+41
* libbpf: Clean up ringbuf size adjustment implementationAndrii Nakryiko2022-05-111-4/+2
* selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-102-8/+133
* libbpf: Assign cookies to links in libbpf.Kui-Feng Lee2022-05-105-4/+40
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-0/+9
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-102-0/+2
* selftests/bpf: Add attach bench testJiri Olsa2022-05-102-0/+155
* selftests/bpf: Add bpf link iter testDmitrii Dolgov2022-05-103-0/+44
* selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov2022-05-101-154/+88
* selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov2022-05-101-2/+1
* selftests/bpf: Replace bpf_trace_printk in tunnel kernel codeKaixi Fan2022-05-101-97/+72
* selftests/bpf: Move vxlan tunnel testcases to test_progsKaixi Fan2022-05-103-163/+610
* bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+4
* bpftool: bpf_link_get_from_fd support for LSM programs in lskelKP Singh2022-05-101-0/+1
* selftests/bpf: Handle batch operations for map-in-map bpf-mapsTakshak Chahande2022-05-101-0/+252
* bpftool: Declare generator nameJason Wang2022-05-091-2/+2
* bpftool: Output message if no helpers found in feature probingMilan Landaverde2022-05-091-3/+15
* bpftool: Adjust for error codes from libbpf probesMilan Landaverde2022-05-091-2/+2
* selftests/bpf: Test libbpf's ringbuf size fix up logicAndrii Nakryiko2022-05-092-12/+2
* libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessaryAndrii Nakryiko2022-05-091-1/+41
* libbpf: Provide barrier() and barrier_var() in bpf_helpers.hAndrii Nakryiko2022-05-096-8/+24
* selftests/bpf: Add bpf_core_field_offset() testsAndrii Nakryiko2022-05-094-3/+56
* libbpf: Complete field-based CO-RE helpers with field offset helperAndrii Nakryiko2022-05-091-0/+12
* selftests/bpf: Use both syntaxes for field-based CO-RE helpersAndrii Nakryiko2022-05-092-10/+9
* libbpf: Improve usability of field-based CO-RE helpersAndrii Nakryiko2022-05-091-4/+21
* libbpf: Make __kptr and __kptr_ref unconditionally use btf_type_tag() attrAndrii Nakryiko2022-05-091-5/+0
* selftests/bpf: Prevent skeleton generation raceAndrii Nakryiko2022-05-091-5/+5
* selftests/bpf: Fix two memory leaks in prog_testsMykola Lysenko2022-04-281-6/+11
* selftests/bpf: Test bpf_map__set_autocreate() and related log fixup logicAndrii Nakryiko2022-04-282-1/+62
* libbpf: Allow to opt-out from creating BPF mapsAndrii Nakryiko2022-04-283-17/+133
* libbpf: Use libbpf_mem_ensure() when allocating new mapAndrii Nakryiko2022-04-281-27/+10
* libbpf: Append "..." in fixed up log if CO-RE spec is truncatedAndrii Nakryiko2022-04-281-4/+4
* selftests/bpf: Use target-less SEC() definitions in various testsAndrii Nakryiko2022-04-285-11/+52
* libbpf: Support target-less SEC() definitions for BTF-backed programsAndrii Nakryiko2022-04-281-17/+32
* libbpf: Allow "incomplete" basic tracing SEC() definitionsAndrii Nakryiko2022-04-281-18/+51
* bpf/selftests: Add granular subtest output for prog_testMykola Lysenko2022-04-272-176/+485
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-2780-757/+2488
|\
| * selftests/bpf: Add libbpf's log fixup logic selftestsAndrii Nakryiko2022-04-263-0/+163
| * libbpf: Fix up verifier log for unguarded failed CO-RE relosAndrii Nakryiko2022-04-263-4/+154
| * libbpf: Simplify bpf_core_parse_spec() signatureAndrii Nakryiko2022-04-261-19/+15