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
*
selftests: bonding: create directly devices in the target namespaces
Zhengchao Shao
2023-08-28
1
-5
/
+3
*
selftests: tls: test some invalid inputs for setsockopt
Sabrina Dubroca
2023-08-28
1
-0
/
+25
*
selftests: tls: add getsockopt test
Sabrina Dubroca
2023-08-28
1
-0
/
+35
*
selftests: tls: add test variants for aria-gcm
Sabrina Dubroca
2023-08-28
2
-0
/
+25
*
tools/net/ynl: Add support for create flags
Donald Hunter
2023-08-28
3
-8
/
+22
*
tools/net/ynl: Implement nlattr array-nest decoding in ynl
Donald Hunter
2023-08-28
1
-0
/
+13
*
tools/net/ynl: Add support for netlink-raw families
Donald Hunter
2023-08-28
1
-33
/
+91
*
tools/net/ynl: Fix extack parsing with fixed header genlmsg
Donald Hunter
2023-08-28
1
-25
/
+40
*
tools/ynl: Add mcast-group schema parsing to ynl
Donald Hunter
2023-08-28
1
-0
/
+31
*
tools: ynl-gen: fix uAPI generation after tempfile changes
Jakub Kicinski
2023-08-26
1
-10
/
+20
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-26
44
-255
/
+2847
|
\
|
*
selftests/bpf: Add tests for rbtree API interaction in sleepable progs
Dave Marchevsky
2023-08-25
2
-0
/
+99
|
*
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
2023-08-25
1
-0
/
+26
|
*
selftests/bpf: Enable cpu v4 tests for RV64
Pu Lehui
2023-08-24
6
-6
/
+12
|
*
selftests/bpf: Add a local kptr test with no special fields
Yonghong Song
2023-08-24
2
-0
/
+51
|
*
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
2023-08-24
1
-1
/
+1
|
*
selftests/bpf: add uprobe_multi test binary to .gitignore
Andrii Nakryiko
2023-08-24
1
-0
/
+1
|
*
libbpf: Add bpf_object__unpin()
Daniel Xu
2023-08-24
3
-0
/
+17
|
*
selftests/bpf: Add selftest for allow_ptr_leaks
Yafang Shao
2023-08-23
2
-1
/
+48
|
*
libbpf: Free btf_vmlinux when closing bpf_object
Hao Luo
2023-08-23
1
-0
/
+1
|
*
selftests/bpf: Add test for bpf_obj_drop with bad reg->off
Kumar Kartikeya Dwivedi
2023-08-22
1
-0
/
+20
|
*
selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptr
Yonghong Song
2023-08-22
2
-1
/
+74
|
*
selftests/bpf: Add extra link to uprobe_multi tests
Jiri Olsa
2023-08-22
2
-0
/
+22
|
*
selftests/bpf: Add uprobe_multi pid filter tests
Jiri Olsa
2023-08-22
2
-12
/
+126
|
*
selftests/bpf: Add uprobe_multi cookie test
Jiri Olsa
2023-08-22
1
-0
/
+78
|
*
selftests/bpf: Add uprobe_multi usdt bench test
Jiri Olsa
2023-08-22
2
-0
/
+55
|
*
selftests/bpf: Add uprobe_multi usdt test code
Jiri Olsa
2023-08-22
1
-1
/
+25
|
*
selftests/bpf: Add uprobe_multi bench test
Jiri Olsa
2023-08-22
2
-0
/
+55
|
*
selftests/bpf: Add uprobe_multi test program
Jiri Olsa
2023-08-22
2
-0
/
+72
|
*
selftests/bpf: Add uprobe_multi link test
Jiri Olsa
2023-08-22
1
-0
/
+69
|
*
selftests/bpf: Add uprobe_multi api test
Jiri Olsa
2023-08-22
1
-0
/
+65
|
*
selftests/bpf: Add uprobe_multi skel test
Jiri Olsa
2023-08-22
2
-0
/
+167
|
*
selftests/bpf: Move get_time_ns to testing_helpers.h
Jiri Olsa
2023-08-22
3
-17
/
+10
|
*
libbpf: Add uprobe multi link support to bpf_program__attach_usdt
Jiri Olsa
2023-08-22
2
-17
/
+82
|
*
libbpf: Add uprobe multi link detection
Jiri Olsa
2023-08-22
2
-0
/
+38
|
*
libbpf: Add support for u[ret]probe.multi[.s] program sections
Jiri Olsa
2023-08-22
1
-0
/
+36
|
*
libbpf: Add bpf_program__attach_uprobe_multi function
Jiri Olsa
2023-08-22
3
-0
/
+166
|
*
libbpf: Add bpf_link_create support for multi uprobes
Jiri Olsa
2023-08-22
2
-1
/
+21
|
*
libbpf: Add elf_resolve_pattern_offsets function
Jiri Olsa
2023-08-22
3
-1
/
+67
|
*
libbpf: Add elf_resolve_syms_offsets function
Jiri Olsa
2023-08-22
2
-0
/
+112
|
*
libbpf: Add elf symbol iterator
Jiri Olsa
2023-08-22
1
-64
/
+115
|
*
libbpf: Add elf_open/elf_close functions
Jiri Olsa
2023-08-22
3
-42
/
+57
|
*
libbpf: Move elf_find_func_offset* functions to elf object
Jiri Olsa
2023-08-22
4
-186
/
+202
|
*
libbpf: Add uprobe_multi attach type and link names
Jiri Olsa
2023-08-22
1
-0
/
+2
|
*
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
2023-08-22
1
-0
/
+1
|
*
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
2023-08-22
1
-0
/
+1
|
*
bpf: Add multi uprobe link
Jiri Olsa
2023-08-22
1
-0
/
+16
|
*
bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
Jiri Olsa
2023-08-22
1
-1
/
+3
|
*
selftests/bpf: Fix a selftest compilation error
Yonghong Song
2023-08-18
1
-1
/
+1
|
*
selftests/bpf: Add CO-RE relocs kfunc flavors tests
Dave Marchevsky
2023-08-18
2
-0
/
+53
[next]