Age | Commit message (Expand) | Author |
2023-03-10 | bpf, docs: Fix modulo zero, division by zero, overflow, and underflow | Dave Thaler |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-10-03 | Documentation: bpf: Add implementation notes documentations to table of contents | Bagas Sanjaya |
2022-10-01 | bpf, docs: Delete misformatted table. | Alexei Starovoitov |
2022-09-30 | bpf, docs: Add TOC and fix formatting. | Dave Thaler |
2022-09-30 | bpf, docs: Add Clang note about BPF_ALU | Dave Thaler |
2022-09-30 | bpf, docs: Move Clang notes to a separate file | Dave Thaler |
2022-09-30 | bpf, docs: Linux byteswap note | Dave Thaler |
2022-09-30 | bpf, docs: Move legacy packet instructions to a separate file | Dave Thaler |
2022-09-27 | Delete duplicate words from kernel docs | Akhil Raj |
2022-09-27 | Remove duplicate words inside documentation | Akhil Raj |
2022-09-21 | bpf: Tweak definition of KF_TRUSTED_ARGS | Kumar Kartikeya Dwivedi |
2022-08-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-08-10 | bpf: add destructive kfunc flag | Artem Savkov |
2022-08-09 | btf: Add a new kfunc flag which allows to mark a function to be sleepable | Benjamin Tissoires |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a function | Paul E. McKenney |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI | Paul E. McKenney |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI | Paul E. McKenney |
2022-07-21 | bpf: Add documentation for kfuncs | Kumar Kartikeya Dwivedi |
2022-07-19 | bpf, docs: document BPF_MAP_TYPE_HASH and variants | Donald Hunter |
2022-07-19 | docs/bpf: Update documentation for BTF_KIND_FUNC | Indu Bhagat |
2022-07-08 | bpf, docs: Remove deprecated xsk libbpf APIs description | Pu Lehui |
2022-06-24 | bpf, docs: Fix the code formatting in instruction-set | Shahab Vahedi |
2022-06-09 | bpf, docs: Fix typo "BFP_ALU" to "BPF_ALU" | Kosuke Fujimoto |
2022-06-07 | docs/bpf: Update documentation for BTF_KIND_ENUM64 support | Yonghong Song |
2022-04-28 | bpf, docs: Fix typo "respetively" to "respectively" | Tiezhu Yang |
2022-04-28 | bpf, docs: BPF_FROM_BE exists as alias for BPF_TO_BE | Tiezhu Yang |
2022-04-28 | bpf, docs: Remove duplicated word "instructions" | Tiezhu Yang |
2022-04-22 | libbpf: Improve libbpf API documentation link position | Grant Seltzer |
2022-03-31 | docs: netdev: move the netdev-FAQ to the process pages | Jakub Kicinski |
2022-03-09 | Documentation/bpf: Add documentation for BPF_PROG_RUN | Toke Høiland-Jørgensen |
2022-02-28 | bpf, docs: Add a missing colon in verifier.rst | Wan Jiabing |
2022-02-03 | bpf, docs: Better document the atomic instructions | Christoph Hellwig |
2022-02-03 | bpf, docs: Better document the extended instruction format | Christoph Hellwig |
2022-02-03 | bpf, docs: Better document the legacy packet access instruction | Christoph Hellwig |
2022-02-03 | bpf, docs: Better document the regular load and store instructions | Christoph Hellwig |
2022-02-03 | bpf, docs: Document the byte swapping instructions | Christoph Hellwig |
2022-01-27 | docs/bpf: clarify how btf_type_tag gets encoded in the type chain | Yonghong Song |
2022-01-20 | docs/bpf: update BPF map definition example | Andrii Nakryiko |
2022-01-05 | bpf, docs: Fully document the JMP mode modifiers | Christoph Hellwig |
2022-01-05 | bpf, docs: Fully document the JMP opcodes | Christoph Hellwig |
2022-01-05 | bpf, docs: Fully document the ALU opcodes | Christoph Hellwig |
2022-01-05 | bpf, docs: Document the opcode classes | Christoph Hellwig |
2022-01-05 | bpf, docs: Add subsections for ALU and JMP instructions | Christoph Hellwig |
2022-01-05 | bpf, docs: Add a setion to explain the basic instruction encoding | Christoph Hellwig |
2021-12-30 | bpf, docs: Move the packet access instructions last in instruction-set.rst | Christoph Hellwig |
2021-12-30 | bpf, docs: Generate nicer tables for instruction encodings | Christoph Hellwig |
2021-12-30 | bpf, docs: Split the comparism to classic BPF from instruction-set.rst | Christoph Hellwig |
2021-12-30 | bpf, docs: Fix verifier references | Christoph Hellwig |
2021-11-30 | bpf, docs: Split general purpose eBPF documentation out of filter.rst | Christoph Hellwig |