summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-17selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add failure test cases for spin lock pairingKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Update spinlock selftestKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Add __contains macro to bpf_experimental.hKumar Kartikeya Dwivedi
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi
2022-11-17bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi
2022-11-17bpf: Permit NULL checking pointer with non-zero fixed offsetKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi
2022-11-17bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi
2022-11-17selftests/bpf: Pass target triple to get_sys_includes macroBjörn Töpel
2022-11-17selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-makeBjörn Töpel
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao
2022-11-17bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rstDaniel Müller
2022-11-16selftests/bpf: fix memory leak of lsm_cgroupWang Yufen
2022-11-15selftests/bpf: allow unpriv bpf for selftests by defaultEduard Zingerman
2022-11-15bpftool: Check argc first before "file" in do_batch()Tiezhu Yang
2022-11-15docs/bpf: Fix sample code in MAP_TYPE_ARRAY docsDonald Hunter
2022-11-15Merge branch 'propagate nullness information for reg to reg comparisons'Alexei Starovoitov
2022-11-15selftests/bpf: check nullness propagation for reg to reg comparisonsEduard Zingerman
2022-11-15bpf: propagate nullness information for reg to reg comparisonsEduard Zingerman
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-15dev: Move received_rps counter next to RPS members in softnet dataToke Høiland-Jørgensen
2022-11-15bpf/docs: Document how to run CI without patch submissionDaniel Müller
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14bpf: Fix copy_map_value, zero_map_valueKumar Kartikeya Dwivedi
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi
2022-11-14bpf: Remove local kptr references in documentationKumar Kartikeya Dwivedi
2022-11-14Merge branch 'libbpf: Fixed various checkpatch issues'Andrii Nakryiko
2022-11-14libbpf: checkpatch: Fixed code alignments in ringbuf.cKang Minchul
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul
2022-11-14libbpf: checkpatch: Fixed code alignments in btf.cKang Minchul
2022-11-14bpf, docs: Fixup cpumap sphinx >= 3.1 warningMaryam Tahhan
2022-11-14libbpf: Fix uninitialized warning in btf_dump_dump_type_dataDavid Michael
2022-11-14Merge tag 'mlx5-updates-2022-11-12' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller