Age | Commit message (Expand) | Author | Files | Lines |
2023-05-17 | bpf, docs: Shift operations are defined to use a mask | Dave Thaler | 1 | -3/+6 |
2023-04-02 | bpf, docs: Add docs on extended 64-bit immediate instructions | Dave Thaler | 1 | -8/+50 |
2023-03-25 | bpf, docs: Add extended call instructions | Dave Thaler | 1 | -22/+37 |
2023-03-13 | bpf, docs: Add signed comparison example | Dave Thaler | 1 | -1/+10 |
2023-03-10 | bpf, docs: Explain helper functions | Dave Thaler | 1 | -1/+8 |
2023-02-28 | bpf, docs: Document BPF insn encoding in term of stored bytes | Jose E. Marchesi | 1 | -22/+24 |
2023-02-22 | bpf, docs: Add explanation of endianness | Dave Thaler | 1 | -2/+14 |
2023-02-08 | bpf, docs: Add note about type convention | Dave Thaler | 1 | -0/+7 |
2023-02-07 | bpf, docs: Use consistent names for the same field | Dave Thaler | 1 | -36/+77 |
2023-01-24 | bpf, docs: Fix modulo zero, division by zero, overflow, and underflow | Dave Thaler | 1 | -2/+14 |
2022-12-02 | bpf, docs: Correct the example of BPF_XOR | Zheng Yejian | 1 | -2/+2 |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -177/+139 |
2022-09-30 | bpf, docs: Add TOC and fix formatting. | Dave Thaler | 1 | -132/+136 |
2022-09-30 | bpf, docs: Move Clang notes to a separate file | Dave Thaler | 1 | -6/+0 |
2022-09-30 | bpf, docs: Linux byteswap note | Dave Thaler | 1 | -4/+0 |
2022-09-30 | bpf, docs: Move legacy packet instructions to a separate file | Dave Thaler | 1 | -35/+3 |
2022-09-27 | Delete duplicate words from kernel docs | Akhil Raj | 1 | -1/+1 |
2022-06-24 | bpf, docs: Fix the code formatting in instruction-set | Shahab Vahedi | 1 | -1/+1 |
2022-06-09 | bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU" | Kosuke Fujimoto | 1 | -1/+1 |
2022-04-28 | bpf, docs: Fix typo "respetively" to "respectively" | Tiezhu Yang | 1 | -1/+1 |
2022-04-28 | bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE | Tiezhu Yang | 1 | -1/+1 |
2022-04-28 | bpf, docs: Remove duplicated word "instructions" | Tiezhu Yang | 1 | -1/+1 |
2022-02-03 | bpf, docs: Better document the atomic instructions | Christoph Hellwig | 1 | -27/+49 |
2022-02-03 | bpf, docs: Better document the extended instruction format | Christoph Hellwig | 1 | -7/+19 |
2022-02-03 | bpf, docs: Better document the legacy packet access instruction | Christoph Hellwig | 1 | -22/+32 |
2022-02-03 | bpf, docs: Better document the regular load and store instructions | Christoph Hellwig | 1 | -5/+12 |
2022-02-03 | bpf, docs: Document the byte swapping instructions | Christoph Hellwig | 1 | -4/+40 |
2022-01-05 | bpf, docs: Fully document the JMP mode modifiers | Christoph Hellwig | 1 | -6/+6 |
2022-01-05 | bpf, docs: Fully document the JMP opcodes | Christoph Hellwig | 1 | -17/+17 |
2022-01-05 | bpf, docs: Fully document the ALU opcodes | Christoph Hellwig | 1 | -15/+15 |
2022-01-05 | bpf, docs: Document the opcode classes | Christoph Hellwig | 1 | -12/+12 |
2022-01-05 | bpf, docs: Add subsections for ALU and JMP instructions | Christoph Hellwig | 1 | -20/+32 |
2022-01-05 | bpf, docs: Add a setion to explain the basic instruction encoding | Christoph Hellwig | 1 | -1/+15 |
2021-12-30 | bpf, docs: Move the packet access instructions last in instruction-set.rst | Christoph Hellwig | 1 | -28/+27 |
2021-12-30 | bpf, docs: Generate nicer tables for instruction encodings | Christoph Hellwig | 1 | -63/+95 |
2021-12-30 | bpf, docs: Split the comparism to classic BPF from instruction-set.rst | Christoph Hellwig | 1 | -311/+69 |
2021-12-30 | bpf, docs: Fix verifier references | Christoph Hellwig | 1 | -5/+2 |
2021-11-30 | bpf, docs: Split general purpose eBPF documentation out of filter.rst | Christoph Hellwig | 1 | -0/+467 |