Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-11-17 | bpf, docs: Fix ordering of bpf documentation |  Dave Tucker | 9 | -86/+80 |
2021-11-17 | bpf, docs: Rename bpf_lsm.rst to prog_lsm.rst |  Dave Tucker | 1 | -0/+0 |
2021-11-17 | bpf, docs: Change underline in btf to match style guide |  Dave Tucker | 1 | -22/+22 |
2021-11-11 | docs/bpf: Update documentation for BTF_KIND_TYPE_TAG support |  Yonghong Song | 1 | -1/+12 |
2021-10-22 | docs/bpf: Update documentation for BTF_KIND_DECL_TAG typedef support |  Yonghong Song | 1 | -3/+3 |
2021-10-18 | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG |  Yonghong Song | 1 | -12/+12 |
2021-10-06 | libbpf: Add API documentation convention guidelines |  Grant Seltzer | 1 | -0/+40 |
2021-09-22 | bpf: Document BPF licensing. |  Alexei Starovoitov | 2 | -0/+101 |
2021-09-14 | docs/bpf: Add documentation for BTF_KIND_TAG |  Yonghong Song | 1 | -1/+28 |
2021-08-18 | libbpf: Rename libbpf documentation index file |  Grant Seltzer | 2 | -1/+9 |
2021-08-16 | bpf: Reconfigure libbpf docs to remove unversioned API |  grantseltzer | 2 | -36/+1 |
2021-08-07 | libbpf, doc: Eliminate warnings in libbpf_naming_convention |  Randy Dunlap | 1 | -2/+2 |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next |  Linus Torvalds | 6 | -0/+494 |
2021-06-18 | bpf: Add documentation for libbpf including API autogen |  Grant Seltzer | 5 | -0/+253 |
2021-06-17 | docs: bpf: bpf_lsm.rst: avoid using ReST :doc:`foo` markup |  Mauro Carvalho Chehab | 1 | -6/+7 |
2021-05-28 | bpf, docs: Add llvm_reloc.rst to explain llvm bpf relocations |  Yonghong Song | 2 | -0/+241 |
2021-04-23 | bpf: Document the pahole release info related to libbpf in bpf_devel_QA.rst |  Tiezhu Yang | 1 | -0/+13 |
2021-04-22 | bpf, doc: Fix some invalid links in bpf_devel_QA.rst |  Tiezhu Yang | 1 | -9/+8 |
2021-03-30 | bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABI |  Martin KaFai Lau | 1 | -0/+15 |
2021-03-04 | docs/bpf: Add bpf() syscall command reference |  Joe Stringer | 1 | -3/+6 |
2021-03-04 | bpf: Document BTF_KIND_FLOAT in btf.rst |  Ilya Leoshkevich | 1 | -2/+15 |
2021-01-23 | bpf, docs: Update build procedure for manually compiling LLVM and Clang |  Tiezhu Yang | 1 | -4/+7 |
2021-01-20 | trace: bpf: Allow bpf to attach to bare tracepoints |  Qais Yousef | 1 | -0/+6 |
2020-10-11 | bpf: Migrate from patchwork.ozlabs.org to patchwork.kernel.org. |  Alexei Starovoitov | 1 | -2/+2 |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -4/+1 |
2020-09-14 | docs/bpf: Remove source code links |  Andrii Nakryiko | 1 | -1/+1 |
2020-09-10 | docs/bpf: Fix ringbuf documentation |  Andrii Nakryiko | 1 | -4/+1 |
2020-08-25 | bpf: Update .BTF_ids section in btf.rst with sets info |  Jiri Olsa | 1 | -0/+25 |
2020-08-24 | bpf: sk_lookup: Add user documentation |  Jakub Sitnicki | 2 | -0/+99 |