summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-30KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld
2021-11-29wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian
2021-11-29wireguard: selftests: actually test for routing loopsJason A. Donenfeld
2021-11-29wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld
2021-11-29libbpf: Silence uninitialized warning/error in btf_dump_dump_type_dataAlan Maguire
2021-11-29selftests: net: bridge: fix typo in vlan_filtering dependency testIvan Vecera
2021-11-28selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen
2021-11-28libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAYHengqi Chen
2021-11-26af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima
2021-11-26selftests: net: bridge: add test for vlan_filtering dependencyNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast_router testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast query and query response interval testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast_querier_interval testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast_membership_interval testNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast_startup_query_count/interval testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast_last_member_count/interval testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast igmp/mld version testsNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast querier testNikolay Aleksandrov
2021-11-26selftests: net: bridge: add vlan mcast snooping control testNikolay Aleksandrov
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26bpf, mips: Fix build errors about __NR_bpf undeclaredTiezhu Yang
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-26KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov
2021-11-26KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features testVitaly Kuznetsov
2021-11-26selftests: sev_migrate_tests: free all VMsPaolo Bonzini
2021-11-26selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini
2021-11-25selftests: tls: test for correct proto_opsJakub Kicinski
2021-11-25selftests: tls: test splicing decrypted recordsJakub Kicinski
2021-11-25selftests: tls: test splicing cmsgsJakub Kicinski
2021-11-25selftests: tls: add tests for handling of bad recordsJakub Kicinski
2021-11-25selftests: tls: factor out cmsg send/receiveJakub Kicinski
2021-11-25selftests: tls: add helper for creating sock pairsJakub Kicinski
2021-11-26selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko
2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko
2021-11-26selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko
2021-11-26libbpf: Fix using invalidated memory in bpf_linkerAndrii Nakryiko
2021-11-26libbpf: Fix glob_syms memory leak in bpf_linkerAndrii Nakryiko
2021-11-26libbpf: Don't call libc APIs with NULL pointersAndrii Nakryiko
2021-11-26libbpf: Fix potential misaligned memory access in btf_ext__new()Andrii Nakryiko
2021-11-26tools/resolve_btf_ids: Close ELF file on errorAndrii Nakryiko
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-25libbpf: Prevent deprecation warnings in xsk.cAndrii Nakryiko
2021-11-25libbpf: Use bpf_map_create() consistently internallyAndrii Nakryiko
2021-11-25libbpf: Unify low-level map creation APIs w/ new bpf_map_create()Andrii Nakryiko
2021-11-25selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko