summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Add existing connection bpf_*_ct_lookup() testDaniel Xu2022-08-152-0/+77
| * bpftool: Clear errno after libcap's checksQuentin Monnet2022-08-151-0/+10
| * bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet2022-08-151-2/+4
| * bpftool: Fix a typo in a commentQuentin Monnet2022-08-151-1/+1
| * libbpf: Add names for auxiliary mapsHangbin Liu2022-08-112-4/+4
| * libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko2022-08-101-0/+5
| * selftests/bpf: add destructive kfunc testArtem Savkov2022-08-102-0/+50
| * selftests/xsk: Update poll test casesShibin Koikkara Reeny2022-08-102-40/+134
| * selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong2022-08-092-2/+39
| * selftests/bpf: Fix vmtest.sh getopts optstringDaniel Xu2022-08-091-1/+1
| * selftests/bpf: Fix vmtest.sh -h to not require rootDaniel Xu2022-08-091-16/+16
| * selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach2022-08-092-0/+98
| * bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2022-08-091-0/+13
| * bpf: Improve docstring for BPF_F_USER_BUILD_ID flagDave Marchevsky2022-08-081-2/+12
| * libbpf: Do not require executable permission for shared librariesHengqi Chen2022-08-081-3/+5
| * libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko2022-08-081-5/+3
| * selftests/bpf: Clean up sys_nanosleep usesJoanne Koong2022-08-083-32/+32
| * libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard2022-08-042-9/+9
| * bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by nameManu Bretelle2022-08-041-3/+12
| * libbpf: Initialize err in probe_map_createFlorian Fainelli2022-08-041-1/+1
| * libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard2022-08-041-0/+4
* | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1115-45/+889
|\ \
| * | selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-103-24/+48
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-107-5/+311
| |\ \
| | * | selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | * | selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | * | selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| | * | bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-101-2/+2
| | * | selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2022-08-092-0/+70
| | * | selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpfStanislav Fomichev2022-08-081-0/+95
| | |/
| * | selftests: netfilter: add test case for nf trace infrastructureFlorian Westphal2022-08-051-5/+76
| * | selftests: add few test cases for tap driverCezar Bulinaru2022-08-053-2/+437
| * | selftests: mptcp: make sendfile selftest workFlorian Westphal2022-08-051-9/+17
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-113-37/+45
|\ \
| * | KVM: selftests: Test all possible "invalid" PERF_CAPABILITIES.LBR_FMT valsSean Christopherson2022-08-101-5/+12
| * | KVM: selftests: Use getcpu() instead of sched_getcpu() in rseq_testGavin Shan2022-08-101-15/+27
| * | KVM: selftests: Make rseq compatible with glibc-2.35Gavin Shan2022-08-102-22/+9
| * | selftests: kvm: fix compilationPaolo Bonzini2022-08-101-0/+2
* | | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-08-104-83/+110
|\ \ \
| * | | cxl/hdm: Commit decoder state to hardwareDan Williams2022-07-251-0/+46
| * | | cxl/region: Add region creation supportBen Widawsky2022-07-211-0/+1
| * | | cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams2022-07-211-3/+7
| * | | cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams2022-07-211-7/+16
| * | | tools/testing/cxl: Fix decoder default stateDan Williams2022-07-101-1/+0
| * | | tools/testing/cxl: Add partition supportDan Williams2022-07-102-63/+28
| * | | tools/testing/cxl: Expand CFMWS windowsDan Williams2022-07-101-5/+5
| * | | tools/testing/cxl: Move cxl_test resources to the top of memoryDan Williams2022-07-101-1/+2
| * | | cxl/mem: Convert partition-info to resourcesDan Williams2022-07-091-1/+1
| * | | cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams2022-07-091-1/+1
| * | | tools/testing/cxl: Fix cxl_hdm_decode_init() calling conventionDan Williams2022-06-281-3/+5