| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | bpf, docs: Add signed comparison example | Dave Thaler | 2023-03-14 | 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-10 | 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 |
| * | | bpf, docs: Fix link to BTF doc | Bagas Sanjaya | 2023-02-27 | 1 | -2/+1 |
| |/ |
|
* | | bpf: Introduce kptr_rcu. | Alexei Starovoitov | 2023-03-03 | 1 | -5/+7 |
* | | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted. | Alexei Starovoitov | 2023-03-03 | 3 | -5/+5 |
* | | bpf, docs: Fix final bpf docs build failure | David Vernet | 2023-03-03 | 1 | -3/+4 |
* | | bpf, docs: Fix link to netdev-FAQ target | David Vernet | 2023-03-03 | 1 | -7/+7 |
* | | bpf, docs: Fix __uninit kfunc doc section | David Vernet | 2023-03-02 | 1 | -1/+1 |
* | | bpf: Add __uninit kfunc annotation | Joanne Koong | 2023-03-01 | 1 | -0/+17 |
* | | bpf, docs: Document BPF insn encoding in term of stored bytes | Jose E. Marchesi | 2023-02-28 | 1 | -22/+24 |
* | | bpf: Add bpf_cgroup_from_id() kfunc | Tejun Heo | 2023-02-23 | 1 | -3/+7 |
* | | bpf, docs: Add explanation of endianness | Dave Thaler | 2023-02-22 | 1 | -2/+14 |
|/ |
|
* | Documentation: bpf: Add missing line break separator in node_data struct code... | Bagas Sanjaya | 2023-02-15 | 1 | -0/+1 |
* | bpf, documentation: Add graph documentation for non-owning refs | Dave Marchevsky | 2023-02-14 | 2 | -1/+268 |
* | bpf, docs: Add note about type convention | Dave Thaler | 2023-02-08 | 1 | -0/+7 |
* | bpf/docs: Update design QA to be consistent with kfunc lifecycle docs | Toke Høiland-Jørgensen | 2023-02-08 | 1 | -7/+18 |
* | bpf, docs: Use consistent names for the same field | Dave Thaler | 2023-02-08 | 1 | -36/+77 |
* | bpf/docs: Document kfunc lifecycle / stability expectations | David Vernet | 2023-02-03 | 1 | -5/+120 |
* | docs/bpf: Add description of register liveness tracking algorithm | Eduard Zingerman | 2023-02-03 | 1 | -0/+295 |
* | bpf: Document usage of the new __bpf_kfunc macro | David Vernet | 2023-02-02 | 1 | -3/+17 |
* | Documentation: bpf: correct spelling | Randy Dunlap | 2023-01-28 | 4 | -7/+7 |
* | bpf/docs: Document the nocast aliasing behavior of ___init | David Vernet | 2023-01-25 | 1 | -0/+43 |
* | bpf/docs: Document how nested trusted fields may be defined | David Vernet | 2023-01-25 | 1 | -1/+21 |
* | bpf/docs: Document cpumask kfuncs in a new file | David Vernet | 2023-01-25 | 3 | -0/+405 |
* | bpf, docs: Fix modulo zero, division by zero, overflow, and underflow | Dave Thaler | 2023-01-24 | 1 | -2/+14 |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-01-05 | 1 | -0/+498 |
|\ |
|
| * | docs: BPF_MAP_TYPE_SOCK[MAP|HASH] | Maryam Tahhan | 2022-12-21 | 1 | -0/+498 |
* | | docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGE | Donald Hunter | 2022-12-14 | 1 | -26/+30 |
|/ |
|
* | docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE | Donald Hunter | 2022-12-09 | 1 | -0/+155 |
* | bpf/docs: Document struct cgroup * kfuncs | David Vernet | 2022-12-08 | 1 | -0/+115 |
* | bpf/docs: Document struct task_struct * kfuncs | David Vernet | 2022-12-08 | 1 | -0/+83 |
* | bpf, docs: BPF Iterator Document | Sreevani Sreejith | 2022-12-05 | 2 | -0/+486 |
* | docs/bpf: Add KF_RCU documentation | Yonghong Song | 2022-12-04 | 1 | -0/+9 |
* | bpf, docs: Correct the example of BPF_XOR | Zheng Yejian | 2022-12-02 | 1 | -2/+2 |
* | docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentation | Maryam Tahhan | 2022-11-25 | 1 | -0/+192 |
* | docs/bpf: Update btf selftests program and add link | Rong Tao | 2022-11-25 | 1 | -1/+6 |
* | docs/bpf: Fix sphinx warnings in BPF map docs | Donald Hunter | 2022-11-24 | 5 | -20/+99 |
* | docs/bpf: Document BPF_MAP_TYPE_BLOOM_FILTER | Donald Hunter | 2022-11-23 | 1 | -0/+174 |
* | docs/bpf: Fix sphinx warnings for devmap | Maryam Tahhan | 2022-11-23 | 1 | -26/+42 |
* | docs/bpf: Fix sphinx warnings for cpumap | Maryam Tahhan | 2022-11-23 | 1 | -22/+34 |
* | docs/bpf: Add table of BPF program types to libbpf docs | Donald Hunter | 2022-11-23 | 3 | -0/+209 |
* | bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs | David Vernet | 2022-11-20 | 1 | -16/+14 |
* | bpf, docs: DEVMAPs and XDP_REDIRECT | Maryam Tahhan | 2022-11-18 | 3 | -0/+304 |
* | bpf: Support constant scalar arguments for kfuncs | Kumar Kartikeya Dwivedi | 2022-11-18 | 1 | -0/+24 |
* | bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst | Daniel Müller | 2022-11-17 | 1 | -0/+3 |
* | docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs | Donald Hunter | 2022-11-16 | 1 | -1/+1 |
* | bpf/docs: Document how to run CI without patch submission | Daniel Müller | 2022-11-15 | 1 | -0/+24 |