summaryrefslogtreecommitdiff
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov1-5/+7
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov3-5/+5
2023-03-03bpf, docs: Fix final bpf docs build failureDavid Vernet1-3/+4
2023-03-03bpf, docs: Fix link to netdev-FAQ targetDavid Vernet1-7/+7
2023-03-02bpf, docs: Fix __uninit kfunc doc sectionDavid Vernet1-1/+1
2023-03-01bpf: Add __uninit kfunc annotationJoanne Koong1-0/+17
2023-02-28bpf, docs: Document BPF insn encoding in term of stored bytesJose E. Marchesi1-22/+24
2023-02-27bpf, docs: Fix link to BTF docBagas Sanjaya1-2/+1
2023-02-23bpf: Add bpf_cgroup_from_id() kfuncTejun Heo1-3/+7
2023-02-23bpf, docs: Add explanation of endiannessDave Thaler1-2/+14
2023-02-15Documentation: bpf: Add missing line break separator in node_data struct code...Bagas Sanjaya1-0/+1
2023-02-14bpf, documentation: Add graph documentation for non-owning refsDave Marchevsky2-1/+268
2023-02-08bpf, docs: Add note about type conventionDave Thaler1-0/+7
2023-02-08bpf/docs: Update design QA to be consistent with kfunc lifecycle docsToke Høiland-Jørgensen1-7/+18
2023-02-08bpf, docs: Use consistent names for the same fieldDave Thaler1-36/+77
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet1-5/+120
2023-02-03docs/bpf: Add description of register liveness tracking algorithmEduard Zingerman1-0/+295
2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet1-3/+17
2023-01-28Documentation: bpf: correct spellingRandy Dunlap4-7/+7
2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initDavid Vernet1-0/+43
2023-01-25bpf/docs: Document how nested trusted fields may be definedDavid Vernet1-1/+21
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet3-0/+405
2023-01-24bpf, docs: Fix modulo zero, division by zero, overflow, and underflowDave Thaler1-2/+14
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+498
2022-12-21docs: BPF_MAP_TYPE_SOCK[MAP|HASH]Maryam Tahhan1-0/+498
2022-12-14docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEDonald Hunter1-26/+30
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter1-0/+155
2022-12-08bpf/docs: Document struct cgroup * kfuncsDavid Vernet1-0/+115
2022-12-08bpf/docs: Document struct task_struct * kfuncsDavid Vernet1-0/+83
2022-12-05bpf, docs: BPF Iterator DocumentSreevani Sreejith2-0/+486
2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song1-0/+9
2022-12-02bpf, docs: Correct the example of BPF_XORZheng Yejian1-2/+2
2022-11-25docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentationMaryam Tahhan1-0/+192
2022-11-25docs/bpf: Update btf selftests program and add linkRong Tao1-1/+6
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsDonald Hunter5-20/+99
2022-11-24docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERDonald Hunter1-0/+174
2022-11-24docs/bpf: Fix sphinx warnings for devmapMaryam Tahhan1-26/+42
2022-11-24docs/bpf: Fix sphinx warnings for cpumapMaryam Tahhan1-22/+34
2022-11-24docs/bpf: Add table of BPF program types to libbpf docsDonald Hunter3-0/+209
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-16/+14
2022-11-19bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan3-0/+304
2022-11-18bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi1-0/+24
2022-11-17bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rstDaniel Müller1-0/+3
2022-11-16docs/bpf: Fix sample code in MAP_TYPE_ARRAY docsDonald Hunter1-1/+1
2022-11-15bpf/docs: Document how to run CI without patch submissionDaniel Müller1-0/+24
2022-11-15bpf: Remove local kptr references in documentationKumar Kartikeya Dwivedi1-5/+6
2022-11-14bpf, docs: Fixup cpumap sphinx >= 3.1 warningMaryam Tahhan1-2/+1
2022-11-11bpf, docs: Document BPF_MAP_TYPE_ARRAYDave Tucker1-0/+250
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKDonald Hunter1-0/+122
2022-11-11docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPSDonald Hunter1-0/+126