summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf/instruction-set.rst (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf,docs: Create new standardization subdirectoryDavid Vernet2023-07-111-478/+0
* bpf, docs: Fix definition of BPF_NEG operationDave Thaler2023-06-291-1/+1
* bpf, docs: Shift operations are defined to use a maskDave Thaler2023-05-171-3/+6
* bpf, docs: Add docs on extended 64-bit immediate instructionsDave Thaler2023-04-031-8/+50
* bpf, docs: Add extended call instructionsDave Thaler2023-03-261-22/+37
* bpf, docs: Add signed comparison exampleDave Thaler2023-03-141-1/+10
* bpf, docs: Explain helper functionsDave Thaler2023-03-101-1/+8
* bpf, docs: Document BPF insn encoding in term of stored bytesJose E. Marchesi2023-02-281-22/+24
* bpf, docs: Add explanation of endiannessDave Thaler2023-02-221-2/+14
* bpf, docs: Add note about type conventionDave Thaler2023-02-081-0/+7
* bpf, docs: Use consistent names for the same fieldDave Thaler2023-02-081-36/+77
* bpf, docs: Fix modulo zero, division by zero, overflow, and underflowDave Thaler2023-01-241-2/+14
* bpf, docs: Correct the example of BPF_XORZheng Yejian2022-12-021-2/+2
* Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-177/+139
|\
| * bpf, docs: Add TOC and fix formatting.Dave Thaler2022-09-301-132/+136
| * bpf, docs: Move Clang notes to a separate fileDave Thaler2022-09-301-6/+0
| * bpf, docs: Linux byteswap noteDave Thaler2022-09-301-4/+0
| * bpf, docs: Move legacy packet instructions to a separate fileDave Thaler2022-09-301-35/+3
* | Delete duplicate words from kernel docsAkhil Raj2022-09-271-1/+1
|/
* bpf, docs: Fix the code formatting in instruction-setShahab Vahedi2022-06-241-1/+1
* bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU"Kosuke Fujimoto2022-06-091-1/+1
* bpf, docs: Fix typo "respetively" to "respectively"Tiezhu Yang2022-04-281-1/+1
* bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BETiezhu Yang2022-04-281-1/+1
* bpf, docs: Remove duplicated word "instructions"Tiezhu Yang2022-04-281-1/+1
* bpf, docs: Better document the atomic instructionsChristoph Hellwig2022-02-031-27/+49
* bpf, docs: Better document the extended instruction formatChristoph Hellwig2022-02-031-7/+19
* bpf, docs: Better document the legacy packet access instructionChristoph Hellwig2022-02-031-22/+32
* bpf, docs: Better document the regular load and store instructionsChristoph Hellwig2022-02-031-5/+12
* bpf, docs: Document the byte swapping instructionsChristoph Hellwig2022-02-031-4/+40
* bpf, docs: Fully document the JMP mode modifiersChristoph Hellwig2022-01-051-6/+6
* bpf, docs: Fully document the JMP opcodesChristoph Hellwig2022-01-051-17/+17
* bpf, docs: Fully document the ALU opcodesChristoph Hellwig2022-01-051-15/+15
* bpf, docs: Document the opcode classesChristoph Hellwig2022-01-051-12/+12
* bpf, docs: Add subsections for ALU and JMP instructionsChristoph Hellwig2022-01-051-20/+32
* bpf, docs: Add a setion to explain the basic instruction encodingChristoph Hellwig2022-01-051-1/+15
* bpf, docs: Move the packet access instructions last in instruction-set.rstChristoph Hellwig2021-12-311-28/+27
* bpf, docs: Generate nicer tables for instruction encodingsChristoph Hellwig2021-12-311-63/+95
* bpf, docs: Split the comparism to classic BPF from instruction-set.rstChristoph Hellwig2021-12-311-311/+69
* bpf, docs: Fix verifier referencesChristoph Hellwig2021-12-311-5/+2
* bpf, docs: Split general purpose eBPF documentation out of filter.rstChristoph Hellwig2021-11-301-0/+467