aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-05bpf, docs: Update llvm_relocs.rst with typo fixesWill Hawkins1-8/+10
2023-04-29Merge tag 'lsm-pr-20230428' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-1/+1
2023-04-28lsm: move hook comments docs to security/security.cRandy Dunlap1-1/+1
2023-04-27docs/bpf: Add LRU internals description and graphJoe Stringer2-0/+214
2023-04-27docs/bpf: Add table to describe LRU propertiesJoe Stringer1-1/+10
2023-04-16bpf,docs: Remove KF_KPTR_GET from documentationDavid Vernet1-15/+6
2023-04-13Daniel Borkmann says:Jakub Kicinski8-141/+451
2023-04-12bpf,docs: Remove references to bpf_cgroup_kptr_get()David Vernet1-68/+0
2023-04-02bpf, docs: Add docs on extended 64-bit immediate instructionsDave Thaler2-8/+72
2023-04-01bpf,docs: Update documentation to reflect new task kfuncsDavid Vernet1-6/+43
2023-03-25bpf, docs: Add extended call instructionsDave Thaler1-22/+37
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet1-3/+4
2023-03-18bpf, docs: Libbpf overview documentationSreevani Sreejith2-8/+245
2023-03-17bpf, docs: Use internal linking for link to netdev subsystem docBagas Sanjaya1-8/+12
2023-03-16bpf,docs: Remove bpf_cpumask_kptr_get() from documentationDavid Vernet1-20/+10
2023-03-13bpf, docs: Add signed comparison exampleDave Thaler1-1/+10
2023-03-10bpf, docs: Explain helper functionsDave Thaler3-1/+22
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+5
2023-03-06bpf, doc: Link to submitting-patches.rst for general patch submission infoBagas Sanjaya1-3/+2
2023-03-06bpf, doc: Do not link to docs.kernel.org for kselftest linkBagas Sanjaya1-4/+2
2023-03-03bpf: Introduce kptr_rcu.Alexei Starovoitov1-5/+7
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov3-5/+5
2023-03-02bpf, docs: Fix final bpf docs build failureDavid Vernet1-3/+4
2023-03-02bpf, docs: Fix link to netdev-FAQ targetDavid Vernet1-7/+7
2023-03-01bpf, docs: Fix __uninit kfunc doc sectionDavid Vernet1-1/+1
2023-03-01bpf: Add __uninit kfunc annotationJoanne Koong1-0/+17
2023-02-28bpf, docs: Document BPF insn encoding in term of stored bytesJose E. Marchesi1-22/+24
2023-02-27bpf, docs: Fix link to BTF docBagas Sanjaya1-2/+1
2023-02-23bpf: Add bpf_cgroup_from_id() kfuncTejun Heo1-3/+7
2023-02-22bpf, docs: Add explanation of endiannessDave Thaler1-2/+14
2023-02-15Documentation: bpf: Add missing line break separator in node_data struct code blockBagas Sanjaya1-0/+1
2023-02-13bpf, documentation: Add graph documentation for non-owning refsDave Marchevsky2-1/+268
2023-02-08bpf, docs: Add note about type conventionDave Thaler1-0/+7
2023-02-08bpf/docs: Update design QA to be consistent with kfunc lifecycle docsToke Høiland-Jørgensen1-7/+18
2023-02-07bpf, docs: Use consistent names for the same fieldDave Thaler1-36/+77
2023-02-03bpf/docs: Document kfunc lifecycle / stability expectationsDavid Vernet1-5/+120
2023-02-02docs/bpf: Add description of register liveness tracking algorithmEduard Zingerman1-0/+295
2023-02-02bpf: Document usage of the new __bpf_kfunc macroDavid Vernet1-3/+17
2023-01-28Documentation: bpf: correct spellingRandy Dunlap4-7/+7
2023-01-25bpf/docs: Document the nocast aliasing behavior of ___initDavid Vernet1-0/+43
2023-01-25bpf/docs: Document how nested trusted fields may be definedDavid Vernet1-1/+21
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet3-0/+405
2023-01-24bpf, docs: Fix modulo zero, division by zero, overflow, and underflowDave Thaler1-2/+14
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+498
2022-12-20docs: BPF_MAP_TYPE_SOCK[MAP|HASH]Maryam Tahhan1-0/+498
2022-12-14docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGEDonald Hunter1-26/+30
2022-12-09docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGEDonald Hunter1-0/+155
2022-12-07bpf/docs: Document struct cgroup * kfuncsDavid Vernet1-0/+115
2022-12-07bpf/docs: Document struct task_struct * kfuncsDavid Vernet1-0/+83
2022-12-04bpf, docs: BPF Iterator DocumentSreevani Sreejith2-0/+486