summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires
2022-12-06net: xsk: Don't include <linux/rculist.h>Christophe JAILLET
2022-12-06Merge branch 'Refactor verifier prune and jump point handling'Alexei Starovoitov
2022-12-06bpf: remove unnecessary prune and jump pointsAndrii Nakryiko
2022-12-06bpf: mostly decouple jump history management from is_state_visited()Andrii Nakryiko
2022-12-06bpf: decouple prune and jump pointsAndrii Nakryiko
2022-12-06bpf: Loosen alloc obj test in verifier's reg_btf_recordDave Marchevsky
2022-12-06bpf: Don't use rcu_users to refcount in task kfuncsDavid Vernet
2022-12-06Merge branch 'BPF selftests fixes'Andrii Nakryiko
2022-12-06selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=yDaan De Meyer
2022-12-06selftests/bpf: Use "is not set" instead of "=n"Daan De Meyer
2022-12-06selftests/bpf: Install all required files to run selftestsDaan De Meyer
2022-12-06libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))Timo Hunziker
2022-12-06selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]Martin KaFai Lau
2022-12-06bpftool: Fix memory leak in do_build_table_cbMiaoqian Lin
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui
2022-12-05Merge branch 'xfrm: interface: Add unstable helpers for XFRM metadata'Martin KaFai Lau
2022-12-05selftests/bpf: add xfrm_info testsEyal Birger
2022-12-05tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.hEyal Birger
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger
2022-12-05xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger
2022-12-04selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard
2022-12-04bpf, sockmap: fix race in sock_map_free()Eric Dumazet
2022-12-04bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen
2022-12-04bpf: Add sleepable prog tests for cgrp local storageYonghong Song
2022-12-04bpf: Enable sleeptable support for cgrp local storageYonghong Song
2022-12-04bpf, docs: BPF Iterator DocumentSreevani Sreejith
2022-12-04bpf: Do not mark certain LSM hook arguments as trustedYonghong Song
2022-12-04Merge branch 'bpf: Handle MEM_RCU type properly'Alexei Starovoitov
2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song
2022-12-04selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semanticsYonghong Song
2022-12-04bpf: Handle MEM_RCU type properlyYonghong Song
2022-12-02libbpf: Improve usability of libbpf MakefileXin Liu
2022-12-02selftests/bpf: Add GCC compatible builtins to bpf_legacy.hJames Hilliard
2022-12-02bpf, docs: Correct the example of BPF_XORZheng Yejian
2022-12-01selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky
2022-12-01bpf: Fix release_on_unlock release logic for multiple refsDave Marchevsky
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song
2022-12-01selftests/bpf: Add ingress tests for txmsg with apply_bytesPengcheng Yang
2022-12-01bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-01bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-11-30bpf: Tighten ptr_to_btf_id checks.Alexei Starovoitov
2022-12-01selftests/bpf: Add bench test to arm64 and s390x denylistDaniel Borkmann
2022-11-30selftests/bpf: Make sure enum-less bpf_enable_stats() API works in C++ modeAndrii Nakryiko
2022-11-30libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2022-11-30selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...Martin KaFai Lau
2022-11-30selftests/bpf: Remove serial from tests using {open,close}_netnsMartin KaFai Lau
2022-11-30selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netnsMartin KaFai Lau