Age | Commit message (Expand) | Author | Files | Lines |
2021-07-28 | tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option | Peilin Ye | 1 | -0/+24 |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 54 | -126/+774 |
2021-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -7/+265 |
2021-07-21 | selftests: net: add ESP-in-UDP PMTU test | Vadim Fedorenko | 2 | -7/+260 |
2021-07-21 | selftests: net: Test for the IOAM insertion with IPv6 | Justin Iurman | 4 | -0/+702 |
2021-07-20 | selftests: net: veth: add tests for set_channel | Paolo Abeni | 1 | -1/+182 |
2021-07-18 | Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub... | Linus Torvalds | 36 | -98/+391 |
2021-07-18 | perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set | Yang Jihong | 1 | -4/+29 |
2021-07-18 | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel | Yang Jihong | 6 | -42/+38 |
2021-07-18 | perf data: Close all files in close_dir() | Riccardo Mancini | 1 | -1/+1 |
2021-07-18 | perf probe-file: Delete namelist in del_events() on the error path | Riccardo Mancini | 1 | -2/+2 |
2021-07-17 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of git://git.kernel.org/pub/... | Linus Torvalds | 6 | -9/+23 |
2021-07-17 | Merge tag 'linux-kselftest-fixes-5.14-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+3 |
2021-07-16 | perf test bpf: Free obj_buf | Riccardo Mancini | 1 | -0/+2 |
2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 15 | -144/+1368 |
2021-07-15 | selftests/bpf: Add test cases for redirection between udp and unix | Cong Wang | 1 | -0/+170 |
2021-07-15 | selftests/bpf: Add a test case for unix sockmap | Cong Wang | 1 | -0/+97 |
2021-07-15 | selftests/bpf: Factor out add_to_sockmap() | Cong Wang | 1 | -38/+21 |
2021-07-15 | selftests/bpf: Factor out udp_socketpair() | Cong Wang | 1 | -38/+40 |
2021-07-15 | sock_map: Lift socket state restriction for datagram sockets | Cong Wang | 1 | -3/+5 |
2021-07-15 | selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probe | Jiri Olsa | 2 | -2/+27 |
2021-07-15 | libbpf: Allow specification of "kprobe/function+offset" | Alan Maguire | 1 | -2/+22 |
2021-07-15 | libbpf: Add bpf_program__attach_kprobe_opts function | Jiri Olsa | 1 | -9/+25 |
2021-07-15 | selftests/bpf: Add test for bpf_get_func_ip helper | Jiri Olsa | 2 | -0/+101 |
2021-07-15 | bpf: Add bpf_get_func_ip helper for kprobe programs | Jiri Olsa | 1 | -1/+1 |
2021-07-15 | bpf: Add bpf_get_func_ip helper for tracing programs | Jiri Olsa | 1 | -0/+7 |
2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+5 |
2021-07-15 | perf trace: Free strings in trace__parse_events_option() | Riccardo Mancini | 1 | -0/+3 |
2021-07-15 | perf trace: Free syscall tp fields in evsel->priv | Riccardo Mancini | 1 | -1/+16 |
2021-07-15 | perf trace: Free syscall->arg_fmt | Riccardo Mancini | 1 | -1/+15 |
2021-07-15 | perf trace: Free malloc'd trace fields on exit | Riccardo Mancini | 1 | -1/+10 |
2021-07-15 | selftests/bpf: Add a test with bpf_timer in inner map. | Alexei Starovoitov | 3 | -0/+231 |
2021-07-15 | selftests/bpf: Add bpf_timer test. | Alexei Starovoitov | 2 | -0/+352 |
2021-07-15 | bpf: Introduce bpf timers. | Alexei Starovoitov | 1 | -0/+73 |
2021-07-15 | perf lzma: Close lzma stream on exit | Riccardo Mancini | 1 | -3/+5 |
2021-07-15 | perf script: Fix memory 'threads' and 'cpus' leaks on exit | Riccardo Mancini | 1 | -0/+7 |
2021-07-15 | perf script: Release zstd data | Riccardo Mancini | 1 | -0/+1 |
2021-07-15 | perf session: Cleanup trace_event | Riccardo Mancini | 1 | -0/+1 |
2021-07-15 | perf inject: Close inject.output on exit | Riccardo Mancini | 1 | -2/+6 |
2021-07-15 | perf report: Free generated help strings for sort option | Riccardo Mancini | 3 | -13/+24 |
2021-07-15 | perf env: Fix memory leak of cpu_pmu_caps | Riccardo Mancini | 1 | -0/+1 |
2021-07-15 | perf test maps__merge_in: Fix memory leak of maps | Riccardo Mancini | 1 | -0/+2 |
2021-07-15 | perf dso: Fix memory leak in dso__new_map() | Riccardo Mancini | 1 | -1/+3 |
2021-07-15 | perf test event_update: Fix memory leak of unit | Riccardo Mancini | 1 | -1/+3 |
2021-07-15 | perf test event_update: Fix memory leak of evlist | Riccardo Mancini | 1 | -1/+1 |
2021-07-15 | perf test session_topology: Delete session->evlist | Riccardo Mancini | 1 | -0/+1 |
2021-07-15 | perf env: Fix sibling_dies memory leak | Riccardo Mancini | 1 | -0/+1 |
2021-07-15 | perf probe: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -1/+3 |
2021-07-15 | perf map: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -0/+2 |
2021-07-15 | perf inject: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -2/+3 |