summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorLines
2022-12-14docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEDonald Hunter-26/+30
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter-0/+155
2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet-0/+115
2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet-0/+83
2022-12-04bpf, docs: BPF Iterator DocumentSreevani Sreejith-0/+486
2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song-0/+9
2022-12-02bpf, docs: Correct the example of BPF_XORZheng Yejian-2/+2
2022-11-25docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentationMaryam Tahhan-0/+192
2022-11-25docs/bpf: Update btf selftests program and add linkRong Tao-1/+6
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsDonald Hunter-20/+99
2022-11-23docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERDonald Hunter-0/+174
2022-11-23docs/bpf: Fix sphinx warnings for devmapMaryam Tahhan-26/+42
2022-11-23docs/bpf: Fix sphinx warnings for cpumapMaryam Tahhan-22/+34
2022-11-23docs/bpf: Add table of BPF program types to libbpf docsDonald Hunter-0/+209
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet-16/+14
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan-0/+304
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi-0/+24
2022-11-17bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rstDaniel Müller-0/+3
2022-11-15docs/bpf: Fix sample code in MAP_TYPE_ARRAY docsDonald Hunter-1/+1
2022-11-15bpf/docs: Document how to run CI without patch submissionDaniel Müller-0/+24
2022-11-14bpf: Remove local kptr references in documentationKumar Kartikeya Dwivedi-5/+6
2022-11-14bpf, docs: Fixup cpumap sphinx >= 3.1 warningMaryam Tahhan-2/+1
2022-11-11bpf, docs: Document BPF_MAP_TYPE_ARRAYDave Tucker-0/+250
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKDonald Hunter-0/+122
2022-11-11docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPSDonald Hunter-0/+126
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan-0/+166
2022-11-11docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE mapDonald Hunter-0/+181
2022-11-04Documentation: bpf: Escape underscore in BPF type name prefixBagas Sanjaya-4/+4
2022-11-03bpf: Document UAPI details for special BPF typesKumar Kartikeya Dwivedi-0/+44
2022-10-25docs/bpf: Add documentation for new cgroup local storageYonghong Song-0/+109
2022-10-20bpf, docs: Reformat BPF maps page to be more readableDonald Hunter-36/+65
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-185/+255
2022-10-03Documentation: bpf: Add implementation notes documentations to table of contentsBagas Sanjaya-0/+2
2022-10-01bpf, docs: Delete misformatted table.Alexei Starovoitov-17/+0
2022-09-30bpf, docs: Add TOC and fix formatting.Dave Thaler-132/+136
2022-09-30bpf, docs: Add Clang note about BPF_ALUDave Thaler-0/+6
2022-09-30bpf, docs: Move Clang notes to a separate fileDave Thaler-6/+24
2022-09-30bpf, docs: Linux byteswap noteDave Thaler-4/+5
2022-09-30bpf, docs: Move legacy packet instructions to a separate fileDave Thaler-35/+68
2022-09-27Delete duplicate words from kernel docsAkhil Raj-1/+1
2022-09-27Remove duplicate words inside documentationAkhil Raj-2/+2
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi-8/+16
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+15
2022-08-10bpf: add destructive kfunc flagArtem Savkov-0/+9
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires-0/+6
2022-08-04bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a functionPaul E. McKenney-0/+7
2022-08-04bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABIPaul E. McKenney-0/+12
2022-08-04bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABIPaul E. McKenney-0/+6
2022-07-21bpf: Add documentation for kfuncsKumar Kartikeya Dwivedi-0/+171
2022-07-19bpf, docs: document BPF_MAP_TYPE_HASH and variantsDonald Hunter-0/+185