index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-09
tools/libpf: Add offsetof/container_of macro in bpf_helpers.h
Yonghong Song
1
-0
/
+14
2020-05-09
tools/libbpf: Add bpf_iter support
Yonghong Song
6
-0
/
+91
2020-05-09
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
1
-1
/
+38
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
1
-0
/
+6
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow any port in bpf_bind helper
Stanislav Fomichev
4
-4
/
+176
2020-05-09
selftests/bpf: Move existing common networking parts into network_helpers
Stanislav Fomichev
22
-53
/
+90
2020-05-09
selftests/bpf: Generalize helpers to control background listener
Stanislav Fomichev
4
-113
/
+108
2020-05-06
Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...
Alexei Starovoitov
7
-1
/
+132
2020-05-02
ptp: Add adjust_phase to ptp_clock_caps capability.
Vincent Cheng
1
-2
/
+4
2020-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
46
-555
/
+3591
2020-05-01
selftests/bpf: Use reno instead of dctcp
Stanislav Fomichev
2
-4
/
+3
2020-05-01
bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
Stanislav Fomichev
3
-2
/
+59
2020-05-01
bpf: Add selftest for BPF_ENABLE_STATS
Song Liu
2
-0
/
+63
2020-05-01
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
3
-0
/
+12
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+11
2020-04-30
selftests/bpf: Test allowed maps for bpf_sk_select_reuseport
Jakub Sitnicki
2
-1
/
+56
2020-04-30
libbpf: Fix false uninitialized variable warning
Andrii Nakryiko
1
-1
/
+1
2020-04-29
selftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test
Jakub Sitnicki
3
-52
/
+53
2020-04-29
selftests/bpf: Test that lookup on SOCKMAP/SOCKHASH is allowed
Jakub Sitnicki
2
-30
/
+70
2020-04-29
tools: bpftool: Make libcap dependency optional
Quentin Monnet
3
-5
/
+38
2020-04-29
tools: bpftool: Allow unprivileged users to probe features
Quentin Monnet
4
-16
/
+100
2020-04-29
tools: bpftool: For "feature probe" define "full_mode" bool as global
Quentin Monnet
1
-8
/
+7
2020-04-28
selftests/bpf: Add runqslower binary to .gitignore
Andrii Nakryiko
1
-1
/
+1
2020-04-28
selftests/bpf: Fix bpf_link leak in ns_current_pid_tgid selftest
Andrii Nakryiko
1
-4
/
+1
2020-04-28
selftests/bpf: Disable ASAN instrumentation for mmap()'ed memory read
Andrii Nakryiko
1
-0
/
+5
2020-04-28
libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id()
Andrii Nakryiko
1
-1
/
+4
2020-04-28
selftests/bpf: Fix invalid memory reads in core_relo selftest
Andrii Nakryiko
1
-1
/
+1
2020-04-28
selftests/bpf: Fix memory leak in extract_build_id()
Andrii Nakryiko
1
-0
/
+1
2020-04-28
selftests/bpf: Fix memory leak in test selector
Andrii Nakryiko
1
-4
/
+16
2020-04-28
libbpf: Fix memory leak and possible double-free in hashmap__clear
Andrii Nakryiko
1
-0
/
+7
2020-04-28
selftests/bpf: Convert test_hashmap into test_progs test
Andrii Nakryiko
3
-144
/
+140
2020-04-28
selftests/bpf: Add SAN_CFLAGS param to selftests build to allow sanitizers
Andrii Nakryiko
1
-3
/
+4
2020-04-28
selftests/bpf: Ensure test flavors use correct skeletons
Andrii Nakryiko
1
-1
/
+1
2020-04-28
libbpf: Add BTF-defined map-in-map support
Andrii Nakryiko
4
-23
/
+384
2020-04-28
libbpf: Refactor map creation logic and fix cleanup leak
Andrii Nakryiko
1
-105
/
+121
2020-04-28
libbpf: Refactor BTF-defined map definition parsing logic
Andrii Nakryiko
1
-92
/
+103
2020-04-28
bpftool: Add link bash completions
Andrii Nakryiko
1
-0
/
+39
2020-04-28
bpftool: Add bpftool-link manpage
Andrii Nakryiko
1
-0
/
+118
2020-04-28
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
4
-1
/
+345
2020-04-28
bpftool: Expose attach_type-to-string array to non-cgroup code
Andrii Nakryiko
2
-33
/
+47
2020-04-28
selftests/bpf: Test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
Andrii Nakryiko
2
-20
/
+104
2020-04-28
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
3
-3
/
+26
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+31
2020-04-28
selftests/bpf: fix test_sysctl_prog with alu32
Alexei Starovoitov
1
-1
/
+1
2020-04-28
docs: networking: convert filter.txt to ReST
Mauro Carvalho Chehab
2
-2
/
+2
2020-04-28
selftests: tls: run all tests for TLS 1.2 and TLS 1.3
Jakub Kicinski
1
-76
/
+17
2020-04-28
kselftest: add fixture variants
Jakub Kicinski
1
-26
/
+122
2020-04-28
kselftest: run tests by fixture
Jakub Kicinski
1
-9
/
+14
[next]