summaryrefslogtreecommitdiff
path: root/Documentation/bpf
AgeCommit message (Expand)Author
2023-01-24bpf, docs: Fix modulo zero, division by zero, overflow, and underflowDave Thaler
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-20docs: BPF_MAP_TYPE_SOCK[MAP|HASH]Maryam Tahhan
2022-12-14docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEDonald Hunter
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter
2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet
2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet
2022-12-04bpf, docs: BPF Iterator DocumentSreevani Sreejith
2022-12-04docs/bpf: Add KF_RCU documentationYonghong Song
2022-12-02bpf, docs: Correct the example of BPF_XORZheng Yejian
2022-11-25docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentationMaryam Tahhan
2022-11-25docs/bpf: Update btf selftests program and add linkRong Tao
2022-11-24docs/bpf: Fix sphinx warnings in BPF map docsDonald Hunter
2022-11-23docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTERDonald Hunter
2022-11-23docs/bpf: Fix sphinx warnings for devmapMaryam Tahhan
2022-11-23docs/bpf: Fix sphinx warnings for cpumapMaryam Tahhan
2022-11-23docs/bpf: Add table of BPF program types to libbpf docsDonald Hunter
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi
2022-11-17bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rstDaniel Müller
2022-11-15docs/bpf: Fix sample code in MAP_TYPE_ARRAY docsDonald Hunter
2022-11-15bpf/docs: Document how to run CI without patch submissionDaniel Müller
2022-11-14bpf: Remove local kptr references in documentationKumar Kartikeya Dwivedi
2022-11-14bpf, docs: Fixup cpumap sphinx >= 3.1 warningMaryam Tahhan
2022-11-11bpf, docs: Document BPF_MAP_TYPE_ARRAYDave Tucker
2022-11-11docs/bpf: Document BPF map types QUEUE and STACKDonald Hunter
2022-11-11docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPSDonald Hunter
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan
2022-11-11docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE mapDonald Hunter
2022-11-04Documentation: bpf: Escape underscore in BPF type name prefixBagas Sanjaya
2022-11-03bpf: Document UAPI details for special BPF typesKumar Kartikeya Dwivedi
2022-10-25docs/bpf: Add documentation for new cgroup local storageYonghong Song
2022-10-20bpf, docs: Reformat BPF maps page to be more readableDonald Hunter
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-10-03Documentation: bpf: Add implementation notes documentations to table of contentsBagas Sanjaya
2022-10-01bpf, docs: Delete misformatted table.Alexei Starovoitov
2022-09-30bpf, docs: Add TOC and fix formatting.Dave Thaler
2022-09-30bpf, docs: Add Clang note about BPF_ALUDave Thaler
2022-09-30bpf, docs: Move Clang notes to a separate fileDave Thaler
2022-09-30bpf, docs: Linux byteswap noteDave Thaler
2022-09-30bpf, docs: Move legacy packet instructions to a separate fileDave Thaler
2022-09-27Delete duplicate words from kernel docsAkhil Raj
2022-09-27Remove duplicate words inside documentationAkhil Raj
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-08-10bpf: add destructive kfunc flagArtem Savkov
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires
2022-08-04bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a functionPaul E. McKenney
2022-08-04bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABIPaul E. McKenney