index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-30
bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM
KP Singh
3
-0
/
+136
2020-03-30
tools/libbpf: Add support for BPF_PROG_TYPE_LSM
KP Singh
4
-5
/
+44
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2
-0
/
+3
2020-03-30
selftests: Add test for overriding global data value before load
Toke Høiland-Jørgensen
2
-1
/
+62
2020-03-30
libbpf: Add setter for initial value for internal maps
Toke Høiland-Jørgensen
3
-0
/
+14
2020-03-29
selftests/bpf: Add tests for attaching XDP programs
Toke Høiland-Jørgensen
1
-0
/
+62
2020-03-29
libbpf: Add function to set link XDP fd while specifying old program
Toke Høiland-Jørgensen
3
-1
/
+42
2020-03-29
tools: Add EXPECTED_FD-related definitions in if_link.h
Toke Høiland-Jørgensen
1
-1
/
+3
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
1
-2
/
+14
2020-03-28
bpf: Add selftest cases for ctx_or_null argument type
Daniel Borkmann
1
-0
/
+105
2020-03-28
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-1
/
+20
2020-03-28
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-1
/
+15
2020-03-26
bpf: Test_verifier, #70 error message updates for 32-bit right shift
John Fastabend
1
-4
/
+2
2020-03-26
libbpf: Don't allocate 16M for log buffer by default
Stanislav Fomichev
2
-13
/
+29
2020-03-26
libbpf: Remove unused parameter `def` to get_map_field_int
Tobias Klauser
1
-10
/
+6
2020-03-24
samples, bpf: Move read_trace_pipe to trace_helpers
Daniel T. Lee
2
-0
/
+24
2020-03-23
bpf: Add tests for bpf_sk_storage to bpf_tcp_ca
Martin KaFai Lau
2
-8
/
+47
2020-03-20
selftests/bpf: Fix mix of tabs and spaces
Bill Wendling
1
-1
/
+1
2020-03-20
bpftool: Add struct_ops support
Martin KaFai Lau
5
-1
/
+743
2020-03-20
bpftool: Translate prog_id to its bpf prog_name
Martin KaFai Lau
2
-12
/
+107
2020-03-20
bpftool: Print as a string for char array
Martin KaFai Lau
1
-0
/
+41
2020-03-20
bpftool: Print the enum's name instead of value
Martin KaFai Lau
1
-4
/
+36
2020-03-17
bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition
Wenbo Zhang
1
-1
/
+1
2020-03-17
selftests/bpf: Reset process and thread affinity after each test/sub-test
Andrii Nakryiko
2
-1
/
+42
2020-03-17
selftests/bpf: Fix test_progs's parsing of test numbers
Andrii Nakryiko
1
-6
/
+7
2020-03-17
selftests/bpf: Fix race in tcp_rtt test
Andrii Nakryiko
1
-2
/
+2
2020-03-17
selftests/bpf: Fix nanosleep for real this time
Andrii Nakryiko
2
-11
/
+7
2020-03-17
selftest/bpf: Fix compilation warning in sockmap_parse_prog.c
Andrii Nakryiko
1
-1
/
+0
2020-03-15
selftests: mlxsw: RED: Test RED ECN nodrop offload
Petr Machata
3
-8
/
+61
2020-03-15
selftests: qdiscs: RED: Add nodrop tests
Petr Machata
1
-0
/
+68
2020-03-15
selftests: qdiscs: Add TDC test for RED
Petr Machata
1
-0
/
+117
2020-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
65
-472
/
+2380
2020-03-14
selftests/bpf: Add vmlinux.h selftest exercising tracing of syscalls
Andrii Nakryiko
3
-1
/
+133
2020-03-14
libbpf: Provide CO-RE variants of PT_REGS macros
Andrii Nakryiko
1
-0
/
+103
2020-03-14
libbpf: Ignore incompatible types with matching name during CO-RE relocation
Andrii Nakryiko
1
-0
/
+4
2020-03-14
selftests/bpf: Ensure consistent test failure output
Andrii Nakryiko
2
-9
/
+9
2020-03-13
selftests/bpf: Fix spurious failures in accept due to EAGAIN
Jakub Sitnicki
1
-19
/
+58
2020-03-13
tools/bpf: Move linux/types.h for selftests and bpftool
Tobias Klauser
3
-4
/
+4
2020-03-13
selftests/bpf: Fix usleep() implementation
Andrii Nakryiko
1
-1
/
+10
2020-03-13
selftests/bpf: Make tcp_rtt test more robust to failures
Andrii Nakryiko
1
-12
/
+20
2020-03-13
selftests/bpf: Guarantee that useep() calls nanosleep() syscall
Andrii Nakryiko
1
-0
/
+9
2020-03-13
tools: bpftool: Restore message on failure to guess program type
Quentin Monnet
4
-11
/
+35
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
31
-236
/
+305
2020-03-13
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
3
-1
/
+102
2020-03-13
tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...
Carlos Neira
5
-1
/
+287
2020-03-13
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
1
-1
/
+19
2020-03-13
tools: bpftool: Fix minor bash completion mistakes
Quentin Monnet
1
-8
/
+21
2020-03-13
tools: bpftool: Allow all prog/map handles for pinning objects
Quentin Monnet
4
-32
/
+7
2020-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+32
2020-03-13
libbpf: Split BTF presence checks into libbpf- and kernel-specific parts
Andrii Nakryiko
1
-5
/
+12
[next]