aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller54-126/+774
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+265
2021-07-21selftests: net: add ESP-in-UDP PMTU testVadim Fedorenko2-7/+260
2021-07-21selftests: net: Test for the IOAM insertion with IPv6Justin Iurman4-0/+702
2021-07-20selftests: net: veth: add tests for set_channelPaolo Abeni1-1/+182
2021-07-18Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds36-98/+391
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong6-42/+38
2021-07-18perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-17Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-9/+23
2021-07-17Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+3
2021-07-16perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller15-144/+1368
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang1-3/+5
2021-07-15selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-15selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-1/+1
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+7
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+5
2021-07-15perf trace: Free strings in trace__parse_events_option()Riccardo Mancini1-0/+3
2021-07-15perf trace: Free syscall tp fields in evsel->privRiccardo Mancini1-1/+16
2021-07-15perf trace: Free syscall->arg_fmtRiccardo Mancini1-1/+15
2021-07-15perf trace: Free malloc'd trace fields on exitRiccardo Mancini1-1/+10
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov3-0/+231
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov2-0/+352
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+73
2021-07-15perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-15perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-15perf script: Release zstd dataRiccardo Mancini1-0/+1
2021-07-15perf session: Cleanup trace_eventRiccardo Mancini1-0/+1
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-15perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-15perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-15perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-15perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-15perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-15perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-15perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-15perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser1-1/+0