Age | Commit message (Expand) | Author | Files | Lines |
2024-09-12 | docs/bpf: Add missing BPF program types to docs | Donald Hunter | 1 | -4/+26 |
2024-09-11 | docs/bpf: Add constant values for linkages | Will Hawkins | 1 | -4/+35 |
2024-08-29 | docs/bpf: Fix a typo in verifier.rst | Yiming Xiang | 1 | -1/+1 |
2024-06-23 | bpf, docs: Address comments from IETF Area Directors | Dave Thaler | 1 | -35/+45 |
2024-05-29 | libbpf: Configure log verbosity with env variable | Mykyta Yatsenko | 1 | -0/+8 |
2024-05-26 | bpf, docs: Fix instruction.rst indentation | Dave Thaler | 1 | -13/+13 |
2024-05-25 | bpf, docs: Clarify call local offset | Dave Thaler | 1 | -3/+4 |
2024-05-25 | bpf, docs: Add table captions | Dave Thaler | 1 | -82/+102 |
2024-05-25 | bpf, docs: clarify sign extension of 64-bit use of 32-bit imm | Dave Thaler | 1 | -0/+17 |
2024-05-25 | bpf, docs: Use RFC 2119 language for ISA requirements | Dave Thaler | 1 | -8/+16 |
2024-05-25 | bpf, docs: Move sentence about returning R0 to abi.rst | Dave Thaler | 2 | -3/+3 |
2024-05-15 | bpf, docs: Fix the description of 'src' in ALU instructions | Puranjay Mohan | 1 | -2/+3 |
2024-04-29 | bpf, docs: Clarify PC use in instruction-set.rst | Dave Thaler | 1 | -0/+6 |
2024-04-26 | bpf, docs: Add introduction for use in the ISA Internet Draft | Dave Thaler | 1 | -1/+5 |
2024-04-21 | bpf, docs: Fix formatting nit in instruction-set.rst | Dave Thaler | 1 | -1/+1 |
2024-04-21 | bpf, docs: Clarify helper ID and pointer terms in instruction-set.rst | Dave Thaler | 1 | -24/+24 |
2024-04-05 | bpf, docs: Editorial nits in instruction-set.rst | Dave Thaler | 1 | -21/+26 |
2024-03-04 | bpf, docs: Rename legacy conformance group to packet | Dave Thaler | 1 | -2/+2 |
2024-03-03 | bpf, docs: Use IETF format for field definitions in instruction-set.rst | Dave Thaler | 1 | -241/+290 |
2024-03-01 | bpf: Replace bpf_lpm_trie_key 0-length array with flexible array | Kees Cook | 1 | -1/+1 |
2024-02-22 | bpf, docs: specify which BPF_ABS and BPF_IND fields were zero | Dave Thaler | 1 | -3/+4 |
2024-02-22 | bpf, docs: Fix typos in instruction-set.rst | Dave Thaler | 1 | -37/+37 |
2024-02-14 | bpf, docs: Update ISA document title | Dave Thaler | 1 | -4/+4 |
2024-02-06 | bpf, docs: Fix typos in instructions-set.rst | Dave Thaler | 1 | -3/+4 |
2024-02-06 | bpf, docs: Expand set of initial conformance groups | Dave Thaler | 1 | -12/+36 |
2024-02-01 | bpf, docs: Clarify which legacy packet instructions existed | Dave Thaler | 1 | -1/+3 |
2024-02-01 | bpf: treewide: Annotate BPF kfuncs in BTF | Daniel Xu | 1 | -4/+4 |
2024-01-29 | docs/bpf: Improve documentation of 64-bit immediate instructions | Yonghong Song | 1 | -9/+4 |
2024-01-26 | bpf, docs: Clarify definitions of various instructions | Dave Thaler | 1 | -24/+27 |
2024-01-24 | bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K | Dave Thaler | 1 | -1/+2 |
2024-01-24 | docs/bpf: Fix an incorrect statement in verifier.rst | Yonghong Song | 1 | -1/+1 |
2024-01-24 | Introduce concept of conformance groups | Dave Thaler | 1 | -1/+25 |
2024-01-12 | Merge tag 'docs-6.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -4/+2 |
2023-12-10 | bpf: Add bpf_cpumask_weight() kfunc | David Vernet | 1 | -1/+1 |
2023-12-02 | Documentation/bpf: Add documentation for filesystem kfuncs | Song Liu | 2 | -0/+22 |
2023-11-17 | docs: automarkup: linkify git revs | Vegard Nossum | 1 | -4/+2 |
2023-11-10 | bpf: Introduce KF_ARG_PTR_TO_CONST_STR | Song Liu | 1 | -0/+24 |
2023-11-02 | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky | 1 | -4/+2 |
2023-10-19 | bpf, docs: Define signed modulo as using truncated division | Dave Thaler | 1 | -0/+8 |
2023-10-12 | documentation/bpf: Document cgroup unix socket address hooks | Daan De Meyer | 1 | -0/+10 |
2023-09-14 | docs/bpf: update out-of-date doc in BPF flow dissector | Quan Tian | 1 | -1/+1 |
2023-09-08 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 7 | -37/+370 |
2023-09-01 | docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst | Eduard Zingerman | 2 | -2/+2 |
2023-08-31 | Merge tag 'docs-6.6' of git://git.lwn.net/linux | Linus Torvalds | 2 | -2/+2 |
2023-08-30 | bpf, docs: s/eBPF/BPF in standards documents | David Vernet | 1 | -11/+11 |
2023-08-30 | bpf, docs: Add abi.rst document to standardization subdirectory | David Vernet | 3 | -16/+26 |
2023-08-30 | bpf, docs: Move linux-notes.rst to root bpf docs tree | David Vernet | 3 | -1/+1 |
2023-08-30 | docs/bpf: Add description for CO-RE relocations | Eduard Zingerman | 2 | -6/+329 |
2023-08-30 | bpf, docs: Correct source of offset for program-local call | Will Hawkins | 1 | -3/+3 |
2023-08-18 | Documentation: Fix typos | Bjorn Helgaas | 2 | -2/+2 |