summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf, docs: Rename legacy conformance group to packetDave Thaler2024-03-041-2/+2
* bpf, docs: Use IETF format for field definitions in instruction-set.rstDave Thaler2024-03-021-241/+290
* bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2024-02-291-1/+1
* bpf, docs: specify which BPF_ABS and BPF_IND fields were zeroDave Thaler2024-02-221-3/+4
* bpf, docs: Fix typos in instruction-set.rstDave Thaler2024-02-221-37/+37
* bpf, docs: Update ISA document titleDave Thaler2024-02-131-4/+4
* bpf, docs: Fix typos in instructions-set.rstDave Thaler2024-02-061-3/+4
* bpf, docs: Expand set of initial conformance groupsDave Thaler2024-02-051-12/+36
* bpf, docs: Clarify which legacy packet instructions existedDave Thaler2024-02-011-1/+3
* bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-4/+4
* docs/bpf: Improve documentation of 64-bit immediate instructionsYonghong Song2024-01-291-9/+4
* bpf, docs: Clarify definitions of various instructionsDave Thaler2024-01-261-24/+27
* bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_KDave Thaler2024-01-231-1/+2
* docs/bpf: Fix an incorrect statement in verifier.rstYonghong Song2024-01-231-1/+1
* Introduce concept of conformance groupsDave Thaler2024-01-231-1/+25
* Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-111-4/+2
|\
| * docs: automarkup: linkify git revsVegard Nossum2023-11-171-4/+2
* | bpf: Add bpf_cpumask_weight() kfuncDavid Vernet2023-12-091-1/+1
* | Documentation/bpf: Add documentation for filesystem kfuncsSong Liu2023-12-012-0/+22
* | bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu2023-11-091-0/+24
|/
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+2
* bpf, docs: Define signed modulo as using truncated divisionDave Thaler2023-10-191-0/+8
* documentation/bpf: Document cgroup unix socket address hooksDaan De Meyer2023-10-111-0/+10
* docs/bpf: update out-of-date doc in BPF flow dissectorQuan Tian2023-09-131-1/+1
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-077-37/+370
|\
| * docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rstEduard Zingerman2023-09-012-2/+2
| * bpf, docs: s/eBPF/BPF in standards documentsDavid Vernet2023-08-301-11/+11
| * bpf, docs: Add abi.rst document to standardization subdirectoryDavid Vernet2023-08-303-16/+26
| * bpf, docs: Move linux-notes.rst to root bpf docs treeDavid Vernet2023-08-303-1/+1
| * docs/bpf: Add description for CO-RE relocationsEduard Zingerman2023-08-302-6/+329
| * bpf, docs: Correct source of offset for program-local callWill Hawkins2023-08-301-3/+3
* | Merge tag 'docs-6.6' of git://git.lwn.net/linuxLinus Torvalds2023-08-302-2/+2
|\ \ | |/ |/|
| * Documentation: Fix typosBjorn Helgaas2023-08-182-2/+2
* | bpf, docs: Fix small typo and define semantics of sign extensionWill Hawkins2023-08-081-9/+30
* | bpf, docs: Formalize type notation and function semantics in ISA standardWill Hawkins2023-08-071-8/+74
* | docs/bpf: Fix malformed documentationYonghong Song2023-07-291-21/+24
* | docs/bpf: Improve documentation for cpu=v4 instructionsYonghong Song2023-07-281-22/+32
* | docs/bpf: Add documentation for new instructionsYonghong Song2023-07-272-41/+79
* | bpf, docs: fix BPF_NEG entry in instruction-set.rstJose E. Marchesi2023-07-271-1/+1
* | bpf,docs: Create new standardization subdirectoryDavid Vernet2023-07-104-3/+21
* | bpf, docs: Fix definition of BPF_NEG operationDave Thaler2023-06-291-1/+1
* | bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-293-10/+10
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-5/+5
* bpf, docs: Document existing macros instead of deprecatedAnton Protopopov2023-06-221-6/+32
* bpf, docs: BPF Iterator DocumentAnton Protopopov2023-06-221-5/+2
* bpf/docs: Update documentation for new cpumask kfuncsDavid Vernet2023-06-121-2/+3
* bpf, docs: Shift operations are defined to use a maskDave Thaler2023-05-171-3/+6
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-165-11/+312
|\
| * bpf: Document EFAULT changes for sockoptStanislav Fomichev2023-05-131-1/+56
| * bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)Daniel Rosenberg2023-05-061-1/+22