Age | Commit message (Expand) | Author |
2023-11-09 | bpf: Introduce KF_ARG_PTR_TO_CONST_STR | Song Liu |
2023-11-01 | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky |
2023-10-19 | bpf, docs: Define signed modulo as using truncated division | Dave Thaler |
2023-10-11 | documentation/bpf: Document cgroup unix socket address hooks | Daan De Meyer |
2023-09-13 | docs/bpf: update out-of-date doc in BPF flow dissector | Quan Tian |
2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-09-01 | docs/bpf: Fix "file doesn't exist" warnings in {llvm_reloc,btf}.rst | Eduard Zingerman |
2023-08-30 | Merge tag 'docs-6.6' of git://git.lwn.net/linux | Linus Torvalds |
2023-08-30 | bpf, docs: s/eBPF/BPF in standards documents | David Vernet |
2023-08-30 | bpf, docs: Add abi.rst document to standardization subdirectory | David Vernet |
2023-08-30 | bpf, docs: Move linux-notes.rst to root bpf docs tree | David Vernet |
2023-08-30 | docs/bpf: Add description for CO-RE relocations | Eduard Zingerman |
2023-08-30 | bpf, docs: Correct source of offset for program-local call | Will Hawkins |
2023-08-18 | Documentation: Fix typos | Bjorn Helgaas |
2023-08-08 | bpf, docs: Fix small typo and define semantics of sign extension | Will Hawkins |
2023-08-07 | bpf, docs: Formalize type notation and function semantics in ISA standard | Will Hawkins |
2023-07-29 | docs/bpf: Fix malformed documentation | Yonghong Song |
2023-07-28 | docs/bpf: Improve documentation for cpu=v4 instructions | Yonghong Song |
2023-07-27 | docs/bpf: Add documentation for new instructions | Yonghong Song |
2023-07-27 | bpf, docs: fix BPF_NEG entry in instruction-set.rst | Jose E. Marchesi |
2023-07-10 | bpf,docs: Create new standardization subdirectory | David Vernet |
2023-06-29 | bpf, docs: Fix definition of BPF_NEG operation | Dave Thaler |
2023-06-29 | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-22 | bpf, docs: Document existing macros instead of deprecated | Anton Protopopov |
2023-06-22 | bpf, docs: BPF Iterator Document | Anton Protopopov |
2023-06-12 | bpf/docs: Update documentation for new cpumask kfuncs | David Vernet |
2023-05-17 | bpf, docs: Shift operations are defined to use a mask | Dave Thaler |
2023-05-16 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-05-13 | bpf: Document EFAULT changes for sockopt | Stanislav Fomichev |
2023-05-06 | bpf: Allow NULL buffers in bpf_dynptr_slice(_rw) | Daniel Rosenberg |
2023-05-05 | bpf, docs: Update llvm_relocs.rst with typo fixes | Will Hawkins |
2023-04-29 | Merge tag 'lsm-pr-20230428' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-04-28 | lsm: move hook comments docs to security/security.c | Randy Dunlap |
2023-04-27 | docs/bpf: Add LRU internals description and graph | Joe Stringer |
2023-04-27 | docs/bpf: Add table to describe LRU properties | Joe Stringer |
2023-04-16 | bpf,docs: Remove KF_KPTR_GET from documentation | David Vernet |
2023-04-13 | Daniel Borkmann says: | Jakub Kicinski |
2023-04-12 | bpf,docs: Remove references to bpf_cgroup_kptr_get() | David Vernet |
2023-04-02 | bpf, docs: Add docs on extended 64-bit immediate instructions | Dave Thaler |
2023-04-01 | bpf,docs: Update documentation to reflect new task kfuncs | David Vernet |
2023-03-25 | bpf, docs: Add extended call instructions | Dave Thaler |
2023-03-25 | bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS | David Vernet |
2023-03-18 | bpf, docs: Libbpf overview documentation | Sreevani Sreejith |
2023-03-17 | bpf, docs: Use internal linking for link to netdev subsystem doc | Bagas Sanjaya |
2023-03-16 | bpf,docs: Remove bpf_cpumask_kptr_get() from documentation | David Vernet |
2023-03-13 | bpf, docs: Add signed comparison example | Dave Thaler |
2023-03-10 | bpf, docs: Explain helper functions | Dave Thaler |
2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-03-06 | bpf, doc: Link to submitting-patches.rst for general patch submission info | Bagas Sanjaya |