aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-04-28bpf, docs: Fix typo "respetively" to "respectively"Gravatar Tiezhu Yang 1-1/+1
2022-04-28bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BEGravatar Tiezhu Yang 1-1/+1
2022-04-28bpf, docs: Remove duplicated word "instructions"Gravatar Tiezhu Yang 1-1/+1
2022-04-22libbpf: Improve libbpf API documentation link positionGravatar Grant Seltzer 1-2/+1
2022-03-31docs: netdev: move the netdev-FAQ to the process pagesGravatar Jakub Kicinski 1-1/+1
2022-03-09Documentation/bpf: Add documentation for BPF_PROG_RUNGravatar Toke Høiland-Jørgensen 2-0/+118
2022-02-28bpf, docs: Add a missing colon in verifier.rstGravatar Wan Jiabing 1-1/+1
2022-02-03bpf, docs: Better document the atomic instructionsGravatar Christoph Hellwig 1-27/+49
2022-02-03bpf, docs: Better document the extended instruction formatGravatar Christoph Hellwig 1-7/+19
2022-02-03bpf, docs: Better document the legacy packet access instructionGravatar Christoph Hellwig 1-22/+32
2022-02-03bpf, docs: Better document the regular load and store instructionsGravatar Christoph Hellwig 1-5/+12
2022-02-03bpf, docs: Document the byte swapping instructionsGravatar Christoph Hellwig 1-4/+40
2022-01-27docs/bpf: clarify how btf_type_tag gets encoded in the type chainGravatar Yonghong Song 1-0/+13
2022-01-20docs/bpf: update BPF map definition exampleGravatar Andrii Nakryiko 1-18/+14
2022-01-05bpf, docs: Fully document the JMP mode modifiersGravatar Christoph Hellwig 1-6/+6
2022-01-05bpf, docs: Fully document the JMP opcodesGravatar Christoph Hellwig 1-17/+17
2022-01-05bpf, docs: Fully document the ALU opcodesGravatar Christoph Hellwig 1-15/+15
2022-01-05bpf, docs: Document the opcode classesGravatar Christoph Hellwig 1-12/+12
2022-01-05bpf, docs: Add subsections for ALU and JMP instructionsGravatar Christoph Hellwig 1-20/+32
2022-01-05bpf, docs: Add a setion to explain the basic instruction encodingGravatar Christoph Hellwig 1-1/+15
2021-12-30bpf, docs: Move the packet access instructions last in instruction-set.rstGravatar Christoph Hellwig 1-28/+27
2021-12-30bpf, docs: Generate nicer tables for instruction encodingsGravatar Christoph Hellwig 1-63/+95
2021-12-30bpf, docs: Split the comparism to classic BPF from instruction-set.rstGravatar Christoph Hellwig 3-311/+446
2021-12-30bpf, docs: Fix verifier referencesGravatar Christoph Hellwig 1-5/+2
2021-11-30bpf, docs: Split general purpose eBPF documentation out of filter.rstGravatar Christoph Hellwig 3-5/+1000
2021-11-30bpf, docs: Move handling of maps to Documentation/bpf/maps.rstGravatar Christoph Hellwig 1-0/+43
2021-11-17bpf, docs: Fix ordering of bpf documentationGravatar Dave Tucker 9-86/+80
2021-11-17bpf, docs: Rename bpf_lsm.rst to prog_lsm.rstGravatar Dave Tucker 1-0/+0
2021-11-17bpf, docs: Change underline in btf to match style guideGravatar Dave Tucker 1-22/+22
2021-11-11docs/bpf: Update documentation for BTF_KIND_TYPE_TAG supportGravatar Yonghong Song 1-1/+12
2021-10-22docs/bpf: Update documentation for BTF_KIND_DECL_TAG typedef supportGravatar Yonghong Song 1-3/+3
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGGravatar Yonghong Song 1-12/+12
2021-10-06libbpf: Add API documentation convention guidelinesGravatar Grant Seltzer 1-0/+40
2021-09-22bpf: Document BPF licensing.Gravatar Alexei Starovoitov 2-0/+101
2021-09-14docs/bpf: Add documentation for BTF_KIND_TAGGravatar Yonghong Song 1-1/+28
2021-08-18libbpf: Rename libbpf documentation index fileGravatar Grant Seltzer 2-1/+9
2021-08-16bpf: Reconfigure libbpf docs to remove unversioned APIGravatar grantseltzer 2-36/+1
2021-08-07libbpf, doc: Eliminate warnings in libbpf_naming_conventionGravatar Randy Dunlap 1-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 6-0/+494
2021-06-18bpf: Add documentation for libbpf including API autogenGravatar Grant Seltzer 5-0/+253
2021-06-17docs: bpf: bpf_lsm.rst: avoid using ReST :doc:`foo` markupGravatar Mauro Carvalho Chehab 1-6/+7
2021-05-28bpf, docs: Add llvm_reloc.rst to explain llvm bpf relocationsGravatar Yonghong Song 2-0/+241
2021-04-23bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rstGravatar Tiezhu Yang 1-0/+13
2021-04-22bpf, doc: Fix some invalid links in bpf_devel_QA.rstGravatar Tiezhu Yang 1-9/+8
2021-03-30bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABIGravatar Martin KaFai Lau 1-0/+15
2021-03-04docs/bpf: Add bpf() syscall command referenceGravatar Joe Stringer 1-3/+6
2021-03-04bpf: Document BTF_KIND_FLOAT in btf.rstGravatar Ilya Leoshkevich 1-2/+15
2021-01-23bpf, docs: Update build procedure for manually compiling LLVM and ClangGravatar Tiezhu Yang 1-4/+7
2021-01-20trace: bpf: Allow bpf to attach to bare tracepointsGravatar Qais Yousef 1-0/+6
2020-10-11bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org.Gravatar Alexei Starovoitov 1-2/+2