summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: verifier: Relax caller requirements for kfunc projection type argsDaniel Xu2024-06-123-4/+20
* bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu2024-06-121-18/+18
* bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu2024-06-121-1/+1
* bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu2024-06-121-1/+1
* bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu2024-06-121-1/+1
* bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu2024-06-121-4/+3
* bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu2024-06-121-1/+1
* kbuild: bpf: Tell pahole to DECL_TAG kfuncsDaniel Xu2024-06-121-1/+1
* bpftool: Query only cgroup-related attach typesKenta Tada2024-06-111-4/+36
* Merge branch 'intel-wired-lan-driver-updates-2024-06-03'Jakub Kicinski2024-06-1115-37/+54
|\
| * ice: use irq_update_affinity_hint()Michal Schmidt2024-06-112-4/+4
| * ice: add and use roundup_u64 instead of open coding equivalentJacob Keller2024-06-112-2/+29
| * net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko2024-06-1111-31/+21
|/
* isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-1113-0/+13
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-1150-527/+1887
|\
| * selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang2024-06-061-11/+9
| * selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang2024-06-061-12/+15
| * selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang2024-06-061-11/+9
| * selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang2024-06-061-9/+33
| * selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_caGeliang Tang2024-06-061-27/+34
| * libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko2024-06-064-7/+113
| * selftests/bpf: Add btf_field_iter selftestsAlan Maguire2024-06-061-0/+161
| * selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song2024-06-061-1/+2
| * libbpf: Remove callback-based type/string BTF field visitor helpersAndrii Nakryiko2024-06-052-132/+0
| * bpftool: Use BTF field iterator in btfgenAndrii Nakryiko2024-06-051-10/+6
| * libbpf: Make use of BTF field iterator in BTF handling codeAndrii Nakryiko2024-06-051-22/+54
| * libbpf: Make use of BTF field iterator in BPF linker codeAndrii Nakryiko2024-06-053-26/+40
| * libbpf: Add BTF field iteratorAndrii Nakryiko2024-06-052-0/+186
| * selftests/bpf: Ignore .llvm.<hash> suffix in kallsyms_find()Yonghong Song2024-06-041-1/+12
| * selftests/bpf: Fix bpf_cookie and find_vma in nested VMSong Liu2024-06-042-3/+3
| * Merge branch 'enable-bpf-programs-to-declare-arrays-of-kptr-bpf_rb_root-and-b...Alexei Starovoitov2024-06-048-110/+558
| |\
| | * selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee2024-06-042-0/+54
| | * selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee2024-06-042-0/+124
| | * selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee2024-06-042-0/+176
| | * bpf: limit the number of levels of a nested struct type.Kui-Feng Lee2024-06-041-11/+19
| | * bpf: look into the types of the fields of a struct type recursively.Kui-Feng Lee2024-06-041-23/+77
| | * bpf: create repeated fields for arrays.Kui-Feng Lee2024-06-041-4/+58
| | * bpf: refactor btf_find_struct_field() and btf_find_datasec_var().Kui-Feng Lee2024-06-041-101/+79
| | * bpf: Remove unnecessary call to btf_field_type_size().Kui-Feng Lee2024-06-042-2/+2
| | * bpf: Remove unnecessary checks on the offset of btf_field.Kui-Feng Lee2024-06-041-1/+1
| |/
| * selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang2024-06-031-3/+0
| * selftests/bpf: Check length of recv in test_sockmapGeliang Tang2024-06-031-1/+2
| * selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang2024-06-031-1/+1
| * selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang2024-06-031-4/+2
| * selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang2024-06-031-16/+14
| * selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang2024-06-031-28/+31
| * selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang2024-06-031-1/+2
| * selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang2024-06-031-3/+3
| * test_bpf: Add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-031-0/+1
| * bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard2024-06-031-7/+7