index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
12
-66
/
+170
|
\
|
*
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-09-23
3
-7
/
+5
|
|
\
|
|
*
selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS
Shuah Khan
2021-09-19
1
-4
/
+1
|
|
*
selftests: net: af_unix: Fix incorrect args in test result msg
Shuah Khan
2021-09-19
1
-2
/
+3
|
|
*
net: update NXP copyright text
Vladimir Oltean
2021-09-17
1
-1
/
+1
|
*
|
Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-09-19
2
-8
/
+65
|
|
\
\
|
|
*
|
selftests/powerpc: Add scv versions of the basic TM syscall tests
Nicholas Piggin
2021-09-13
2
-8
/
+65
|
*
|
|
perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()
Andrii Nakryiko
2021-09-18
1
-0
/
+3
|
*
|
|
libperf evsel: Make use of FD robust.
Ian Rogers
2021-09-18
1
-23
/
+41
|
*
|
|
perf machine: Initialize srcline string member in add_location struct
Michael Petlan
2021-09-18
1
-0
/
+1
|
*
|
|
perf script: Fix ip display when type != attr->type
Adrian Hunter
2021-09-18
1
-11
/
+13
|
*
|
|
perf annotate: Fix fused instr logic for assembly functions
Ravi Bangoria
2021-09-18
3
-17
/
+42
|
|
|
/
|
|
/
|
*
|
|
selftests: mptcp: add mptcp getsockopt test cases
Florian Westphal
2021-09-18
4
-3
/
+714
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-09-17
49
-671
/
+2238
|
\
\
\
|
*
|
|
selftests/bpf: Fix a few compiler warnings
Yonghong Song
2021-09-17
2
-5
/
+3
|
*
|
|
libbpf: Constify all high-level program attach APIs
Andrii Nakryiko
2021-09-17
2
-52
/
+52
|
*
|
|
libbpf: Schedule open_opts.attach_prog_fd deprecation since v0.7
Andrii Nakryiko
2021-09-17
3
-0
/
+10
|
*
|
|
selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API
Andrii Nakryiko
2021-09-17
1
-17
/
+26
|
*
|
|
libbpf: Allow skipping attach_func_name in bpf_program__set_attach_target()
Andrii Nakryiko
2021-09-17
1
-1
/
+12
|
*
|
|
libbpf: Deprecated bpf_object_open_opts.relaxed_core_relocs
Andrii Nakryiko
2021-09-17
1
-0
/
+1
|
*
|
|
selftests/bpf: Stop using relaxed_core_relocs which has no effect
Andrii Nakryiko
2021-09-17
1
-2
/
+1
|
*
|
|
libbpf: Use pre-setup sec_def in libbpf_find_attach_btf_id()
Andrii Nakryiko
2021-09-17
1
-9
/
+5
|
*
|
|
bpf: Update bpf_get_smp_processor_id() documentation
Matteo Croce
2021-09-15
1
-1
/
+1
|
*
|
|
libbpf: Add sphinx code documentation comments
Grant Seltzer
2021-09-15
1
-0
/
+70
|
*
|
|
selftests/bpf: Skip btf_tag test if btf_tag attribute not supported
Yonghong Song
2021-09-15
3
-1
/
+31
|
*
|
|
selftests/bpf: Add a test with a bpf program with btf_tag attributes
Yonghong Song
2021-09-15
2
-0
/
+53
|
*
|
|
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
2021-09-15
1
-17
/
+175
|
*
|
|
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
2021-09-15
2
-0
/
+248
|
*
|
|
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
2021-09-15
1
-2
/
+2
|
*
|
|
selftests/bpf: Test libbpf API function btf__add_tag()
Yonghong Song
2021-09-15
2
-1
/
+27
|
*
|
|
bpftool: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-15
1
-0
/
+12
|
*
|
|
libbpf: Add support for BTF_KIND_TAG
Yonghong Song
2021-09-15
6
-3
/
+118
|
*
|
|
libbpf: Rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
Yonghong Song
2021-09-15
1
-8
/
+8
|
*
|
|
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
2021-09-15
1
-1
/
+13
|
*
|
|
btf: Change BTF_KIND_* macros to enums
Yonghong Song
2021-09-15
1
-19
/
+22
|
*
|
|
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
2021-09-15
1
-2
/
+3
|
*
|
|
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
2021-09-15
1
-3
/
+19
|
*
|
|
libbpf: Minimize explicit iterator of section definition array
Andrii Nakryiko
2021-09-15
1
-27
/
+19
|
*
|
|
libbpf: Simplify BPF program auto-attach code
Andrii Nakryiko
2021-09-15
1
-39
/
+22
|
*
|
|
libbpf: Ensure BPF prog types are set before relocations
Andrii Nakryiko
2021-09-15
1
-42
/
+51
|
*
|
|
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
2021-09-15
1
-9
/
+3
|
*
|
|
libbpf: Introduce legacy kprobe events support
Rafael David Tinoco
2021-09-14
1
-4
/
+124
|
*
|
|
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
2021-09-14
6
-15
/
+33
|
*
|
|
bpf, selftests: Replicate tailcall limit test for indirect call case
Daniel Borkmann
2021-09-13
2
-5
/
+54
|
*
|
|
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
2021-09-13
9
-52
/
+243
|
*
|
|
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-0
/
+22
|
*
|
|
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
2021-09-10
3
-0
/
+63
|
*
|
|
bpf: Add hardware timestamp field to __sk_buff
Vadim Fedorenko
2021-09-10
1
-0
/
+2
|
*
|
|
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2021-09-10
2
-0
/
+25
|
*
|
|
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2021-09-10
2
-18
/
+132
[next]