aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-02-15Documentation: bpf: Add missing line break separator in node_data struct code...Gravatar Bagas Sanjaya 1-0/+1
2023-02-13bpf, documentation: Add graph documentation for non-owning refsGravatar Dave Marchevsky 2-1/+268
2023-02-08bpf, docs: Add note about type conventionGravatar Dave Thaler 1-0/+7
2023-02-08bpf/docs: Update design QA to be consistent with kfunc lifecycle docsGravatar Toke Høiland-Jørgensen 1-7/+18
2023-02-07bpf, docs: Use consistent names for the same fieldGravatar Dave Thaler 1-36/+77
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsGravatar David Vernet 1-5/+120
2023-02-02docs/bpf: Add description of register liveness tracking algorithmGravatar Eduard Zingerman 1-0/+295
2023-02-02bpf: Document usage of the new __bpf_kfunc macroGravatar David Vernet 1-3/+17
2023-01-28Documentation: bpf: correct spellingGravatar Randy Dunlap 4-7/+7
2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initGravatar David Vernet 1-0/+43
2023-01-25bpf/docs: Document how nested trusted fields may be definedGravatar David Vernet 1-1/+21
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileGravatar David Vernet 3-0/+405
2023-01-24bpf, docs: Fix modulo zero, division by zero, overflow, and underflowGravatar Dave Thaler 1-2/+14
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+498
2022-12-20docs: BPF_MAP_TYPE_SOCK[MAP|HASH]Gravatar Maryam Tahhan 1-0/+498
2022-12-14docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEGravatar Donald Hunter 1-26/+30
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEGravatar Donald Hunter 1-0/+155
2022-12-07bpf/docs: Document struct cgroup * kfuncsGravatar David Vernet 1-0/+115
2022-12-07bpf/docs: Document struct task_struct * kfuncsGravatar David Vernet 1-0/+83
2022-12-04bpf, docs: BPF Iterator DocumentGravatar Sreevani Sreejith 2-0/+486
2022-12-04docs/bpf: Add KF_RCU documentationGravatar Yonghong Song 1-0/+9
2022-12-02bpf, docs: Correct the example of BPF_XORGravatar Zheng Yejian 1-2/+2
2022-11-25docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentationGravatar Maryam Tahhan 1-0/+192
2022-11-25docs/bpf: Update btf selftests program and add linkGravatar Rong Tao 1-1/+6
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsGravatar Donald Hunter 5-20/+99
2022-11-23docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERGravatar Donald Hunter 1-0/+174
2022-11-23docs/bpf: Fix sphinx warnings for devmapGravatar Maryam Tahhan 1-26/+42
2022-11-23docs/bpf: Fix sphinx warnings for cpumapGravatar Maryam Tahhan 1-22/+34
2022-11-23docs/bpf: Add table of BPF program types to libbpf docsGravatar Donald Hunter 3-0/+209
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsGravatar David Vernet 1-16/+14
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTGravatar Maryam Tahhan 3-0/+304
2022-11-17bpf: Support constant scalar arguments for kfuncsGravatar Kumar Kartikeya Dwivedi 1-0/+24
2022-11-17bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rstGravatar Daniel Müller 1-0/+3
2022-11-15docs/bpf: Fix sample code in MAP_TYPE_ARRAY docsGravatar Donald Hunter 1-1/+1
2022-11-15bpf/docs: Document how to run CI without patch submissionGravatar Daniel Müller 1-0/+24
2022-11-14bpf: Remove local kptr references in documentationGravatar Kumar Kartikeya Dwivedi 1-5/+6
2022-11-14bpf, docs: Fixup cpumap sphinx >= 3.1 warningGravatar Maryam Tahhan 1-2/+1
2022-11-11bpf, docs: Document BPF_MAP_TYPE_ARRAYGravatar Dave Tucker 1-0/+250
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKGravatar Donald Hunter 1-0/+122
2022-11-11docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPSGravatar Donald Hunter 1-0/+126
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapGravatar Maryam Tahhan 1-0/+166
2022-11-11docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE mapGravatar Donald Hunter 1-0/+181
2022-11-04Documentation: bpf: Escape underscore in BPF type name prefixGravatar Bagas Sanjaya 1-4/+4
2022-11-03bpf: Document UAPI details for special BPF typesGravatar Kumar Kartikeya Dwivedi 1-0/+44
2022-10-25docs/bpf: Add documentation for new cgroup local storageGravatar Yonghong Song 1-0/+109
2022-10-20bpf, docs: Reformat BPF maps page to be more readableGravatar Donald Hunter 1-36/+65
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 5-185/+255
2022-10-03Documentation: bpf: Add implementation notes documentations to table of contentsGravatar Bagas Sanjaya 1-0/+2
2022-10-01bpf, docs: Delete misformatted table.Gravatar Alexei Starovoitov 1-17/+0
2022-09-30bpf, docs: Add TOC and fix formatting.Gravatar Dave Thaler 1-132/+136