Age | Commit message (Expand) | Author | Files | Lines |
2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 5 | -185/+255 |
2022-10-03 | Documentation: bpf: Add implementation notes documentations to table of contents |  Bagas Sanjaya | 1 | -0/+2 |
2022-10-01 | bpf, docs: Delete misformatted table. |  Alexei Starovoitov | 1 | -17/+0 |
2022-09-30 | bpf, docs: Add TOC and fix formatting. |  Dave Thaler | 1 | -132/+136 |
2022-09-30 | bpf, docs: Add Clang note about BPF_ALU |  Dave Thaler | 1 | -0/+6 |
2022-09-30 | bpf, docs: Move Clang notes to a separate file |  Dave Thaler | 2 | -6/+24 |
2022-09-30 | bpf, docs: Linux byteswap note |  Dave Thaler | 2 | -4/+5 |
2022-09-30 | bpf, docs: Move legacy packet instructions to a separate file |  Dave Thaler | 2 | -35/+68 |
2022-09-27 | Delete duplicate words from kernel docs |  Akhil Raj | 1 | -1/+1 |
2022-09-27 | Remove duplicate words inside documentation |  Akhil Raj | 1 | -2/+2 |
2022-09-21 | bpf: Tweak definition of KF_TRUSTED_ARGS |  Kumar Kartikeya Dwivedi | 1 | -8/+16 |
2022-08-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 1 | -0/+15 |
2022-08-10 | bpf: add destructive kfunc flag |  Artem Savkov | 1 | -0/+9 |
2022-08-09 | btf: Add a new kfunc flag which allows to mark a function to be sleepable |  Benjamin Tissoires | 1 | -0/+6 |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a function |  Paul E. McKenney | 1 | -0/+7 |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI |  Paul E. McKenney | 1 | -0/+12 |
2022-08-04 | bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI |  Paul E. McKenney | 1 | -0/+6 |
2022-07-21 | bpf: Add documentation for kfuncs |  Kumar Kartikeya Dwivedi | 2 | -0/+171 |
2022-07-19 | bpf, docs: document BPF_MAP_TYPE_HASH and variants |  Donald Hunter | 1 | -0/+185 |
2022-07-19 | docs/bpf: Update documentation for BTF_KIND_FUNC |  Indu Bhagat | 1 | -1/+5 |
2022-07-08 | bpf, docs: Remove deprecated xsk libbpf APIs description |  Pu Lehui | 1 | -11/+2 |
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-06-07 | docs/bpf: Update documentation for BTF_KIND_ENUM64 support |  Yonghong Song | 1 | -6/+37 |
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-04-22 | libbpf: Improve libbpf API documentation link position |  Grant Seltzer | 1 | -2/+1 |
2022-03-31 | docs: netdev: move the netdev-FAQ to the process pages |  Jakub Kicinski | 1 | -1/+1 |
2022-03-09 | Documentation/bpf: Add documentation for BPF_PROG_RUN |  Toke Høiland-Jørgensen | 2 | -0/+118 |
2022-02-28 | bpf, docs: Add a missing colon in verifier.rst |  Wan Jiabing | 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-27 | docs/bpf: clarify how btf_type_tag gets encoded in the type chain |  Yonghong Song | 1 | -0/+13 |
2022-01-20 | docs/bpf: update BPF map definition example |  Andrii Nakryiko | 1 | -18/+14 |
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 | 3 | -311/+446 |
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 | 3 | -5/+1000 |
2021-11-30 | bpf, docs: Move handling of maps to Documentation/bpf/maps.rst |  Christoph Hellwig | 1 | -0/+43 |