summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test for get_netns_cookieXu Liu2021-08-192-0/+100
* selftests/bpf: Fix flaky send_signal testYonghong Song2021-08-171-0/+16
* selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song2021-08-171-25/+20
* selftests/bpf: Support glob matching for test selector.Yucong Sun2021-08-171-16/+62
* selftests/bpf: Also print test name in subtest status messageYucong Sun2021-08-171-2/+2
* selftests/bpf: Correctly display subtest skip statusYucong Sun2021-08-171-12/+13
* selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun2021-08-171-2/+2
* selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun2021-08-171-1/+6
* selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun2021-08-171-1/+8
* selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang2021-08-171-4/+12
* selftest/bpf: Change udp to inet in some function namesJiang Wang2021-08-171-13/+17
* selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang2021-08-171-0/+2
* selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIsHengqi Chen2021-08-171-0/+34
* selftests/bpf: Add ref_ctr_offset selftestsAndrii Nakryiko2021-08-173-11/+50
* libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko2021-08-172-4/+17
* selftests/bpf: Add bpf_cookie selftests for high-level APIsAndrii Nakryiko2021-08-172-0/+339
* selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}Andrii Nakryiko2021-08-173-60/+70
* selftests/bpf: Test low-level perf BPF link APIAndrii Nakryiko2021-08-172-0/+105
* libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko2021-08-173-25/+127
* libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko2021-08-173-18/+54
* libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko2021-08-171-21/+90
* libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko2021-08-171-4/+5
* libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-08-171-5/+5
* bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-0/+16
* bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-0/+7
* bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-0/+2
* selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima2021-08-152-4/+6
* selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima2021-08-154-0/+108
* selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev2021-08-141-0/+16
* selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich2021-08-141-5/+15
* libbpf: Support weak typed ksyms.Hao Luo2021-08-143-7/+96
* selftests/bpf: Fix running of XDP bonding testsJussi Maki2021-08-131-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-3/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-08-072-3/+4
| |\
| | * libbpf: Do not close un-owned FD 0 on errorsDaniel Xu2021-08-071-2/+1
| | * libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-071-1/+3
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-1013-175/+628
|\ \ \
| * | | selftests/bpf: Add tests for XDP bondingJussi Maki2021-08-091-0/+520
| * | | selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2021-08-092-2/+2
| * | | selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko2021-08-062-9/+9
| * | | selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet2021-08-061-1/+1
| * | | selftests/bpf: Move netcnt test under test_progsStanislav Fomichev2021-08-057-163/+96
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-067-20/+248
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-051-2/+163
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-2/+163
| | |\ \ \
| | | * | | selftests/net/ipsec: Add test for xfrm_spdattr_type_tDmitry Safonov2021-07-211-2/+163
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-08-053-5/+43
| |\ \ \ \ \
| | * | | | | KVM: selftests: fix hyperv_clock testMaxim Levitsky2021-08-041-1/+1
| | * | | | | KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2021-08-032-4/+42
| * | | | | | Merge tag 'perf-tools-fixes-for-v5.14-2021-08-01' of git://git.kernel.org/pub...Linus Torvalds2021-08-013-13/+42
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |