summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee
2024-01-23bpf: add struct_ops_tab to btf.Kui-Feng Lee
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee
2024-01-23bpf: get type information with BTF_ID_LISTKui-Feng Lee
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee
2024-01-23Merge branch 'bpf-add-cookies-retrieval-for-perf-kprobe-multi-links'Alexei Starovoitov
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa
2024-01-23bpftool: Fix wrong free call in do_show_linkJiri Olsa
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi
2024-01-23libbpf: call dup2() syscall directlyAndrii Nakryiko
2024-01-23Merge branch 'enable-the-inline-of-kptr_xchg-for-arm64'Alexei Starovoitov
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao
2024-01-23bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao
2024-01-23bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_KDave Thaler
2024-01-23bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.Kuniyuki Iwashima
2024-01-23bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-01-23libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-01-23bpf: Sync uapi bpf.h header for the tooling infraDaniel Borkmann
2024-01-23bpf, docs: Fix bpf_redirect_peer header docVictor Stewart
2024-01-23Merge branch 'bpf: tcp: Support arbitrary SYN Cookie at TC.'Martin KaFai Lau
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima
2024-01-23bpf: tcp: Support arbitrary SYN Cookie.Kuniyuki Iwashima
2024-01-23bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check().Kuniyuki Iwashima
2024-01-23bpf: tcp: Handle BPF SYN Cookie in skb_steal_sock().Kuniyuki Iwashima
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov
2024-01-23tcp: Move skb_steal_sock() to request_sock.hKuniyuki Iwashima
2024-01-23bpftool: Silence build warning about calloc()Tiezhu Yang
2024-01-23tcp: Move tcp_ns_to_ts() to tcp.hKuniyuki Iwashima
2024-01-23bpf: Minor improvements for bpf_cmp.Alexei Starovoitov
2024-01-23docs/bpf: Fix an incorrect statement in verifier.rstYonghong Song
2024-01-23selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song
2024-01-23selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy
2024-01-23bpf: Add the get_reg_width functionMaxim Mikityanskiy
2024-01-23bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy
2024-01-23selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy
2024-01-23bpf: Make bpf_for_each_spilled_reg consider narrow spillsMaxim Mikityanskiy
2024-01-23selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman
2024-01-23bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman
2024-01-23selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy