summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-01-20bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-20Merge tag 'linux-kselftest-fixes-6.2-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-19selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module testsJiri Olsa
2023-01-19selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman
2023-01-19selftests/net: toeplitz: fix race on tpacket_v3 block closeWillem de Bruijn
2023-01-19selftests/net: mv bpf/nat6to4.c to net folderHangbin Liu
2023-01-18selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang
2023-01-18perf test build-id: Fix test check for PE fileAthira Rajeev
2023-01-18perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...Athira Rajeev
2023-01-18perf expr: Prevent normalize() from reading into undefined memory in the expr...Sohom Datta
2023-01-18tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-18perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-18tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-18tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo
2023-01-17bpf/selftests: Add verifier tests for loading sleepable programsJiri Olsa
2023-01-17tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-17tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2023-01-16Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds
2023-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2023-01-15selftests/bpf: add ipip6 and ip6ip decap to test_tc_tunnelZiyang Xuan
2023-01-15bpf: Add ipip6 and ip6ip decap support for bpf_skb_adjust_room()Ziyang Xuan
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-13selftests: mptcp: userspace: validate v4-v6 subflows mixMatthieu Baerts
2023-01-13selftests/bpf: Fix missing space errorRoberto Valenzuela
2023-01-13libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong
2023-01-13bpftool: Always disable stack protection for BPF objectsHolger Hoffstätte
2023-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-12Merge tag 'net-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-12Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-01-12Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-01-12kselftest: Fix error message for unconfigured LLVM buildsMark Brown
2023-01-12test/vsock: vsock_perf utilityArseniy Krasnov
2023-01-12test/vsock: add big message testArseniy Krasnov
2023-01-12test/vsock: rework message bounds testArseniy Krasnov
2023-01-11selftests/xsk: automatically switch XDP programsMagnus Karlsson
2023-01-11selftests/xsk: automatically restore packet streamMagnus Karlsson
2023-01-11selftests/xsk: merge dual and single thread dispatchersMagnus Karlsson
2023-01-11selftests/xsk: add test when some packets are XDP_DROPedMagnus Karlsson
2023-01-11selftests/xsk: get rid of built-in XDP programMagnus Karlsson
2023-01-11selftests/xsk: remove unnecessary code in control pathMagnus Karlsson
2023-01-11selftests/xsk: load and attach XDP program only once per modeMagnus Karlsson
2023-01-11selftests/xsk: remove namespacesMagnus Karlsson
2023-01-11selftests/xsk: replace asm acquire/release implementationsMagnus Karlsson
2023-01-11selftests/xsk: add debug option for creating netdevsMagnus Karlsson
2023-01-11selftests/xsk: remove unused variable outstanding_txMagnus Karlsson
2023-01-11selftests/xsk: print correct error codes when exitingMagnus Karlsson
2023-01-11selftests/xsk: submit correct number of frames in populate_fill_ringMagnus Karlsson
2023-01-11selftests/xsk: do not close unused file descriptorsMagnus Karlsson