index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-03
selftests/bpf: Test global bpf_list_head arrays.
Kui-Feng Lee
2
-0
/
+54
2024-06-03
selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
Kui-Feng Lee
2
-0
/
+124
2024-06-03
selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
Kui-Feng Lee
2
-0
/
+176
2024-06-03
bpf: limit the number of levels of a nested struct type.
Kui-Feng Lee
1
-11
/
+19
2024-06-03
bpf: look into the types of the fields of a struct type recursively.
Kui-Feng Lee
1
-23
/
+77
2024-06-03
bpf: create repeated fields for arrays.
Kui-Feng Lee
1
-4
/
+58
2024-06-03
bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
Kui-Feng Lee
1
-101
/
+79
2024-06-03
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
2
-2
/
+2
2024-06-03
bpf: Remove unnecessary checks on the offset of btf_field.
Kui-Feng Lee
1
-1
/
+1
2024-06-03
selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
Geliang Tang
1
-3
/
+0
2024-06-03
selftests/bpf: Check length of recv in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix size of map_fd in test_sockmap
Geliang Tang
1
-1
/
+1
2024-06-03
selftests/bpf: Drop prog_fd array in test_sockmap
Geliang Tang
1
-4
/
+2
2024-06-03
selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmap
Geliang Tang
1
-16
/
+14
2024-06-03
selftests/bpf: Use bpf_link attachments in test_sockmap
Geliang Tang
1
-28
/
+31
2024-06-03
selftests/bpf: Drop duplicate definition of i in test_sockmap
Geliang Tang
1
-1
/
+2
2024-06-03
selftests/bpf: Fix tx_prog_fd values in test_sockmap
Geliang Tang
1
-3
/
+3
2024-06-03
test_bpf: Add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-03
bpftool: Fix typo in MAX_NUM_METRICS macro name
Swan Beaujard
1
-7
/
+7
2024-06-03
selftests/bpf: Remove unused struct 'libcap'
Dr. David Alan Gilbert
1
-5
/
+0
2024-06-03
selftests/bpf: Remove unused 'key_t' structs
Dr. David Alan Gilbert
2
-12
/
+0
2024-06-03
selftests/bpf: Remove unused struct 'scale_test_def'
Dr. David Alan Gilbert
1
-6
/
+0
2024-06-03
riscv, bpf: Introduce shift add helper with Zba optimization
Xiao Wang
3
-8
/
+37
2024-05-31
libbpf: keep FD_CLOEXEC flag when dup()'ing FD
Andrii Nakryiko
1
-7
/
+3
2024-05-30
bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.
Kui-Feng Lee
1
-1
/
+6
2024-05-30
selftests/bpf: test struct_ops with epoll
Kui-Feng Lee
2
-0
/
+67
2024-05-30
bpf: export bpf_link_inc_not_zero.
Kui-Feng Lee
2
-1
/
+8
2024-05-30
bpf: support epoll from bpf struct_ops links.
Kui-Feng Lee
3
-5
/
+44
2024-05-30
bpf: enable detaching links of struct_ops objects.
Kui-Feng Lee
1
-5
/
+43
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
6
-18
/
+18
2024-05-30
selftests/bpf: use section names understood by libbpf in test_sockmap
Jakub Sitnicki
2
-39
/
+9
2024-05-29
selftests/bpf: Add selftest for bits iter
Yafang Shao
2
-0
/
+155
2024-05-29
bpf: Add bits iterator
Yafang Shao
1
-0
/
+119
2024-05-28
selftests/bpf: Use start_server_str in do_test in bpf_tcp_ca
Geliang Tang
1
-11
/
+55
2024-05-28
selftests/bpf: Use post_socket_cb in start_server_str
Geliang Tang
2
-4
/
+8
2024-05-28
selftests/bpf: Use post_socket_cb in connect_to_fd_opts
Geliang Tang
3
-5
/
+19
2024-05-28
selftests/bpf: Add start_server_str helper
Geliang Tang
2
-6
/
+18
2024-05-28
selftests/bpf: Drop struct post_socket_opts
Geliang Tang
4
-7
/
+5
2024-05-28
libbpf: Configure log verbosity with env variable
Mykyta Yatsenko
3
-2
/
+36
2024-05-28
net: usb: remove unused structs 'usb_context'
Dr. David Alan Gilbert
2
-10
/
+0
2024-05-28
net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'
Dr. David Alan Gilbert
1
-11
/
+0
2024-05-28
net: ethernet: mlx4: remove unused struct 'mlx4_port_config'
Dr. David Alan Gilbert
1
-6
/
+0
2024-05-28
net: ethernet: liquidio: remove unused structs
Dr. David Alan Gilbert
2
-11
/
+0
2024-05-28
net: ethernet: starfire: remove unused structs
Dr. David Alan Gilbert
1
-8
/
+0
2024-05-28
net/core: move the lockdep-init of sk_callback_lock to sk_init_common()
Gou Hao
1
-12
/
+6
2024-05-28
net/core: remove redundant sk_callback_lock initialization
Gou Hao
1
-1
/
+0
2024-05-28
bpf, net: Use DEV_STAT_INC()
yunshui
1
-4
/
+4
2024-05-27
mISDN: remove unused struct 'bf_ctx'
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-26
bpf, docs: Fix instruction.rst indentation
Dave Thaler
1
-13
/
+13
2024-05-25
bpf, docs: Clarify call local offset
Dave Thaler
1
-3
/
+4
[next]