summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov
2022-09-02selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau
2022-09-02selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller
2022-09-02selftests/xsk: Add support for zero copy testingMaciej Fijalkowski
2022-09-02selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski
2022-09-02selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski
2022-09-02selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski
2022-09-02selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski
2022-09-02selftests/xsk: Query for native XDP supportMaciej Fijalkowski
2022-09-02selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani
2022-09-01selftests: net: dsa: symlink the tc_actions.sh testVladimir Oltean
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao
2022-09-01selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-31net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-08-31selftests/bpf: Add test cases for htab updateHou Tao
2022-08-31selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau
2022-08-31selftests: net: sort .gitignore fileAxel Rasmussen
2022-08-31libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard
2022-08-30bpftool: Add support for querying cgroup_iter linkHao Luo
2022-08-29selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard
2022-08-29selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-27perf stat: Capitalize topdown metrics' namesZhengjun Xing
2022-08-27perf docs: Update the documentation for the save_type filterKan Liang
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers
2022-08-27perf record: Fix manpage formatting of description of support to hybrid systemsAndi Kleen
2022-08-27perf test: Stat test for repeat with a weak groupIan Rogers
2022-08-27perf stat: Clear evsel->reset_group for each stat runIan Rogers
2022-08-27tools kvm headers arm64: Update KVM header from the kernel sourcesArnaldo Carvalho de Melo
2022-08-27perf python: Fix build when PYTHON_CONFIG is user suppliedJames Clark
2022-08-26bpf: Fix a few typos in BPF helpers documentationQuentin Monnet
2022-08-26selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard
2022-08-26selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-08-25libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-25selftests/net: fix reinitialization of TEST_PROGS in net self tests.Adel Abouchaev
2022-08-25selftests/bpf: Add regression test for pruning fixKumar Kartikeya Dwivedi
2022-08-25bpftool: Fix a wrong type cast in btf_dumper_intLam Thai
2022-08-25selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed
2022-08-25selftests/bpf: extend cgroup helpersYosry Ahmed
2022-08-25selftests/bpf: Test cgroup_iter.Hao Luo