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