summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-085-92/+214
|\
| * Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-081-10/+26
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-031-10/+26
| | |\
| | | * netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-311-10/+26
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-041-2/+2
| |\ \ \
| | * \ \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-0252-512/+1444
| | |\ \ \
| | * | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
| | * | | | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
| * | | | | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-032-70/+41
| |\ \ \ \ \
| | * | | | | selftests/net: return back io_uring zc send testsPavel Begunkov2022-09-012-79/+41
| | * | | | | selftests/net: temporarily disable io_uring zc testPavel Begunkov2022-09-011-0/+9
| * | | | | | Merge tag 'landlock-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-031-10/+145
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFERMickaël Salaün2022-09-021-10/+145
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-06112-507/+3020
|\ \ \ \ \ \ \
| * | | | | | | bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-11/+0
| * | | | | | | selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov2022-09-051-14/+24
| * | | | | | | selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2022-09-032-106/+43
| * | | | | | | selftests/xsk: Avoid use-after-free on ctxIan Rogers2022-09-021-3/+3
| * | | | | | | selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-0268-250/+250
| * | | | | | | selftests/xsk: Add support for zero copy testingMaciej Fijalkowski2022-09-022-4/+74
| * | | | | | | selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski2022-09-021-0/+7
| * | | | | | | selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski2022-09-023-87/+170
| * | | | | | | selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski2022-09-021-2/+2
| * | | | | | | selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski2022-09-022-27/+51
| * | | | | | | selftests/xsk: Query for native XDP supportMaciej Fijalkowski2022-09-021-2/+37
| * | | | | | | selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani2022-09-021-8/+16
| * | | | | | | bpf: Support getting tunnel flagsShmulik Ladkani2022-09-021-1/+9
| * | | | | | | selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-012-0/+161
| * | | | | | | selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20
| * | | | | | | selftests/bpf: Add test cases for htab updateHou Tao2022-08-313-0/+156
| * | | | | | | selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-0/+4
| * | | | | | | libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
| * | | | | | | bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
| * | | | | | | selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard2022-08-291-2/+3
| * | | | | | | selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2022-08-292-4/+0
| * | | | | | | bpf: Fix a few typos in BPF helpers documentationQuentin Monnet2022-08-271-8/+8
| * | | | | | | selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard2022-08-271-1/+1
| * | | | | | | selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard2022-08-261-1/+0
| * | | | | | | libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires2022-08-261-0/+23
| * | | | | | | bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-264-12/+12
| * | | | | | | bpftool: Fix a wrong type cast in btf_dumper_intLam Thai2022-08-251-1/+1
| * | | | | | | selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed2022-08-253-0/+584
| * | | | | | | selftests/bpf: extend cgroup helpersYosry Ahmed2022-08-252-47/+174
| * | | | | | | selftests/bpf: Test cgroup_iter.Hao Luo2022-08-254-1/+271
| * | | | | | | bpf: Introduce cgroup iterHao Luo2022-08-252-2/+32
| * | | | | | | selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang2022-08-251-3/+7
| * | | | | | | selftests/bpf: Add cb_refs test to s390x deny listDaniel Müller2022-08-251-0/+1
| * | | | | | | selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi2022-08-252-0/+164
| * | | | | | | selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev2022-08-244-0/+90
| * | | | | | | bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev2022-08-241-5/+17