aboutsummaryrefslogtreecommitdiff
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-30bpf, docs: Add Clang note about BPF_ALUGravatar Dave Thaler 1-0/+6
2022-09-30bpf, docs: Move Clang notes to a separate fileGravatar Dave Thaler 2-6/+24
2022-09-30bpf, docs: Linux byteswap noteGravatar Dave Thaler 2-4/+5
2022-09-30bpf, docs: Move legacy packet instructions to a separate fileGravatar Dave Thaler 2-35/+68
2022-09-27Delete duplicate words from kernel docsGravatar Akhil Raj 1-1/+1
2022-09-27Remove duplicate words inside documentationGravatar Akhil Raj 1-2/+2
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSGravatar Kumar Kartikeya Dwivedi 1-8/+16
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+15
2022-08-10bpf: add destructive kfunc flagGravatar Artem Savkov 1-0/+9
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableGravatar Benjamin Tissoires 1-0/+6
2022-08-04bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a functionGravatar Paul E. McKenney 1-0/+7
2022-08-04bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABIGravatar Paul E. McKenney 1-0/+12
2022-08-04bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABIGravatar Paul E. McKenney 1-0/+6
2022-07-21bpf: Add documentation for kfuncsGravatar Kumar Kartikeya Dwivedi 2-0/+171
2022-07-19bpf, docs: document BPF_MAP_TYPE_HASH and variantsGravatar Donald Hunter 1-0/+185
2022-07-19docs/bpf: Update documentation for BTF_KIND_FUNCGravatar Indu Bhagat 1-1/+5
2022-07-08bpf, docs: Remove deprecated xsk libbpf APIs descriptionGravatar Pu Lehui 1-11/+2
2022-06-24bpf, docs: Fix the code formatting in instruction-setGravatar Shahab Vahedi 1-1/+1
2022-06-09bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"Gravatar Kosuke Fujimoto 1-1/+1
2022-06-07docs/bpf: Update documentation for BTF_KIND_ENUM64 supportGravatar Yonghong Song 1-6/+37
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