summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-05libbpf: Add BTF field iteratorAndrii Nakryiko
2024-06-04selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()Yonghong Song
2024-06-04selftests/bpf: Fix bpf_cookie and find_vma in nested VMSong Liu
2024-06-03Merge branch 'enable-bpf-programs-to-declare-arrays-of-kptr-bpf_rb_root-and-b...Alexei Starovoitov
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee
2024-06-03bpf: limit the number of levels of a nested struct type.Kui-Feng Lee
2024-06-03bpf: look into the types of the fields of a struct type recursively.Kui-Feng Lee
2024-06-03bpf: create repeated fields for arrays.Kui-Feng Lee
2024-06-03bpf: refactor btf_find_struct_field() and btf_find_datasec_var().Kui-Feng Lee
2024-06-03bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee
2024-06-03bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Check length of recv in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang
2024-06-03test_bpf: Add missing MODULE_DESCRIPTION()Jeff Johnson
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard
2024-06-03selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert
2024-06-03selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang
2024-05-31libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko
2024-05-30Merge branch 'Notify user space when a struct_ops object is detached/unregist...Martin KaFai Lau
2024-05-30bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee
2024-05-30bpf: export bpf_link_inc_not_zero.Kui-Feng Lee
2024-05-30bpf: support epoll from bpf struct_ops links.Kui-Feng Lee
2024-05-30bpf: enable detaching links of struct_ops objects.Kui-Feng Lee
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki
2024-05-29Merge branch 'bpf-add-a-generic-bits-iterator'Andrii Nakryiko
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao
2024-05-29bpf: Add bits iteratorYafang Shao
2024-05-28Merge branch 'use network helpers, part 5'Martin KaFai Lau
2024-05-28selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang
2024-05-28selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang
2024-05-28selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang
2024-05-28selftests/bpf: Add start_server_str helperGeliang Tang
2024-05-28selftests/bpf: Drop struct post_socket_optsGeliang Tang
2024-05-28libbpf: Configure log verbosity with env variableMykyta Yatsenko
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-28net: usb: remove unused structs 'usb_context'Dr. David Alan Gilbert
2024-05-28net: ethernet: 8390: ne2k-pci: remove unused struct 'ne2k_pci_card'Dr. David Alan Gilbert
2024-05-28net: ethernet: mlx4: remove unused struct 'mlx4_port_config'Dr. David Alan Gilbert