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/bpf: do not pass NULL for non-nullable params in dummy_st_ops
Eduard Zingerman
2024-04-25
2
-3
/
+6
*
selftests/bpf: adjust dummy_st_ops_success to detect additional error
Eduard Zingerman
2024-04-25
1
-2
/
+11
*
selftests/bpf: Add ring_buffer__consume_n test.
Andrea Righi
2024-04-25
3
-1
/
+113
*
bpf: Add bpf_guard_preempt() convenience macro
Alexei Starovoitov
2024-04-25
2
-5
/
+24
*
selftests: bpf: crypto: add benchmark for crypto functions
Vadim Fedorenko
2024-04-25
4
-0
/
+302
*
selftests: bpf: crypto skcipher algo selftests
Vadim Fedorenko
2024-04-25
5
-0
/
+505
*
selftests/bpf: Fix wq test.
Alexei Starovoitov
2024-04-24
2
-1
/
+16
*
selftests/bpf: Use make_sockaddr in test_sock_addr
Geliang Tang
2024-04-24
1
-52
/
+12
*
selftests/bpf: Use connect_to_addr in test_sock_addr
Geliang Tang
2024-04-24
1
-34
/
+2
*
selftests/bpf: Use start_server_addr in test_sock_addr
Geliang Tang
2024-04-24
3
-35
/
+7
*
selftests/bpf: Use log_err in open_netns/close_netns
Geliang Tang
2024-04-24
6
-6
/
+39
*
selftests/bpf: Fix a fd leak in error paths in open_netns
Geliang Tang
2024-04-24
1
-0
/
+2
*
selftests/bpf: Add tests for preempt kfuncs
Kumar Kartikeya Dwivedi
2024-04-24
2
-0
/
+144
*
selftests/bpf: wq: add bpf_wq_start() checks
Benjamin Tissoires
2024-04-24
3
-3
/
+40
*
selftests/bpf: add checks for bpf_wq_set_callback()
Benjamin Tissoires
2024-04-24
5
-7
/
+111
*
selftests/bpf: wq: add bpf_wq_init() checks
Benjamin Tissoires
2024-04-24
4
-0
/
+97
*
selftests/bpf: add bpf_wq tests
Benjamin Tissoires
2024-04-24
2
-0
/
+140
*
tools: sync include/uapi/linux/bpf.h
Benjamin Tissoires
2024-04-24
1
-0
/
+4
*
selftests/bpf: Use connect_to_addr in sk_assign
Geliang Tang
2024-04-20
1
-25
/
+1
*
selftests/bpf: Use connect_to_addr in cls_redirect
Geliang Tang
2024-04-20
1
-17
/
+1
*
selftests/bpf: Update arguments of connect_to_addr
Geliang Tang
2024-04-20
3
-7
/
+15
*
selftests/bpf: Use start_server_addr in sk_assign
Geliang Tang
2024-04-20
1
-25
/
+4
*
selftests/bpf: Use start_server_addr in cls_redirect
Geliang Tang
2024-04-20
1
-18
/
+2
*
selftests/bpf: Add start_server_addr helper
Geliang Tang
2024-04-20
2
-2
/
+14
*
libbpf: Fix dump of subsequent char arrays
Quentin Deslandes
2024-04-17
1
-0
/
+4
*
libbpf: Fix misaligned array closing bracket
Quentin Deslandes
2024-04-17
1
-0
/
+1
*
bpftool: Address minor issues in bash completion
Quentin Monnet
2024-04-16
1
-36
/
+25
*
bpftool: Update documentation where progs/maps can be passed by name
Quentin Monnet
2024-04-16
4
-4
/
+4
*
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
2024-04-12
4
-77
/
+60
*
bpftool: Fix typo in error message
Thorsten Blum
2024-04-12
1
-1
/
+1
*
selftests/bpf: Export send_recv_data helper
Geliang Tang
2024-04-11
3
-80
/
+104
*
selftests/bpf: Add struct send_recv_arg
Geliang Tang
2024-04-11
1
-12
/
+22
*
selftests/bpf: Fix umount cgroup2 error in test_sockmap
Geliang Tang
2024-04-11
1
-1
/
+1
*
selftests/bpf: Enable tests for atomics with cpuv4
Yonghong Song
2024-04-11
1
-1
/
+1
*
selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
Yonghong Song
2024-04-11
5
-2
/
+206
*
selftests/bpf: Refactor out helper functions for a few tests
Yonghong Song
2024-04-11
2
-17
/
+30
*
bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
Yonghong Song
2024-04-11
1
-0
/
+9
*
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
2024-04-11
3
-0
/
+10
*
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
2024-04-11
1
-0
/
+5
*
selftests/bpf: Add tests for atomics in bpf_arena.
Alexei Starovoitov
2024-04-09
4
-0
/
+366
*
selftests/bpf: eliminate warning of get_cgroup_id_from_path()
Jason Xing
2024-04-09
1
-1
/
+1
*
libbpf: Add ring__consume_n / ring_buffer__consume_n
Andrea Righi
2024-04-06
3
-3
/
+50
*
libbpf: ringbuf: Allow to consume up to a certain amount of items
Andrea Righi
2024-04-06
1
-7
/
+12
*
libbpf: Start v1.5 development cycle
Andrea Righi
2024-04-06
2
-1
/
+4
*
selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL
David Vernet
2024-04-05
4
-2
/
+135
*
selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.
Kui-Feng Lee
2024-04-05
2
-0
/
+37
*
selftests/bpf: add test for bpf_for_each_map_elem() with different maps
Philo Lu
2024-04-05
2
-0
/
+111
*
selftests/bpf: add fp-leaking precise subprog result tests
Andrii Nakryiko
2024-04-05
2
-0
/
+107
*
bpf: Pack struct bpf_fib_lookup
Anton Protopopov
2024-04-05
1
-1
/
+1
*
bpftool: Mount bpffs on provided dir instead of parent dir
Sahil Siddiq
2024-04-05
5
-16
/
+92
[next]