summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu
2022-02-21selftests: fib_test: Add a test case for IPv4 broadcast neighboursIdo Schimmel
2022-02-17selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang
2022-02-17selftests: mptcp: join: check for tools only if neededMatthieu Baerts
2022-02-17selftests: mptcp: join: create tmp files only if neededMatthieu Baerts
2022-02-17selftests: mptcp: join: remove unused varsMatthieu Baerts
2022-02-17selftests: mptcp: join: exit after usage()Matthieu Baerts
2022-02-17selftests: mptcp: simplify pm_nl_change_endpointGeliang Tang
2022-02-17selftests: mptcp: increase timeout to 20 minutesMatthieu Baerts
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun
2022-02-17Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub...Linus Torvalds
2022-02-17libbpf: Fix memleak in libbpf_netlink_recv()Andrii Nakryiko
2022-02-17selftests: net: basic test for IPV6_2292*Jakub Kicinski
2022-02-17selftests: net: test IPV6_HOPLIMITJakub Kicinski
2022-02-17selftests: net: test IPV6_TCLASSJakub Kicinski
2022-02-17selftests: net: test IPV6_DONTFRAGJakub Kicinski
2022-02-17perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa
2022-02-16selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez
2022-02-16libbpf: Expose bpf_core_{add,free}_cands() to bpftoolMauricio Vásquez
2022-02-16libbpf: Split bpf_core_apply_relo()Mauricio Vásquez
2022-02-16perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez
2022-02-16libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2022-02-16libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa
2022-02-16perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark
2022-02-16perf cs-etm: No-op refactor of synth opt usageJames Clark
2022-02-16libperf: Fix 32-bit build for tests uint64_t printfRob Herring
2022-02-16tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2022-02-16perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer
2022-02-15selftests/bpf: Add Skeleton templated wrapper as an exampleAndrii Nakryiko
2022-02-15bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko
2022-02-15selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang
2022-02-14selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"Colin Ian King
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti
2022-02-12libbpf: Use dynamically allocated buffer when receiving netlink messagesToke Høiland-Jørgensen
2022-02-11selftests/bpf: Add test for bpf_timer overwriting crashKumar Kartikeya Dwivedi