Age | Commit message (Expand) | Author | Files | Lines |
2023-04-29 | Merge tag 'lsm-pr-20230428' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-04-28 | lsm: move hook comments docs to security/security.c | Randy Dunlap | 1 | -1/+1 |
2023-04-16 | bpf,docs: Remove KF_KPTR_GET from documentation | David Vernet | 1 | -15/+6 |
2023-04-14 | Daniel Borkmann says: | Jakub Kicinski | 8 | -141/+451 |
2023-04-12 | bpf,docs: Remove references to bpf_cgroup_kptr_get() | David Vernet | 1 | -68/+0 |
2023-04-03 | bpf, docs: Add docs on extended 64-bit immediate instructions | Dave Thaler | 2 | -8/+72 |
2023-04-01 | bpf,docs: Update documentation to reflect new task kfuncs | David Vernet | 1 | -6/+43 |
2023-03-26 | bpf, docs: Add extended call instructions | Dave Thaler | 1 | -22/+37 |
2023-03-26 | bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS | David Vernet | 1 | -3/+4 |
2023-03-18 | bpf, docs: Libbpf overview documentation | Sreevani Sreejith | 2 | -8/+245 |
2023-03-17 | bpf, docs: Use internal linking for link to netdev subsystem doc | Bagas Sanjaya | 1 | -8/+12 |
2023-03-16 | bpf,docs: Remove bpf_cpumask_kptr_get() from documentation | David Vernet | 1 | -20/+10 |
2023-03-14 | bpf, docs: Add signed comparison example | Dave Thaler | 1 | -1/+10 |
2023-03-11 | bpf, docs: Explain helper functions | Dave Thaler | 3 | -1/+22 |
2023-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+5 |
2023-03-06 | bpf, doc: Link to submitting-patches.rst for general patch submission info | Bagas Sanjaya | 1 | -3/+2 |
2023-03-06 | bpf, doc: Do not link to docs.kernel.org for kselftest link | Bagas Sanjaya | 1 | -4/+2 |
2023-03-03 | bpf: Introduce kptr_rcu. | Alexei Starovoitov | 1 | -5/+7 |
2023-03-03 | bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted. | Alexei Starovoitov | 3 | -5/+5 |
2023-03-03 | bpf, docs: Fix final bpf docs build failure | David Vernet | 1 | -3/+4 |
2023-03-03 | bpf, docs: Fix link to netdev-FAQ target | David Vernet | 1 | -7/+7 |
2023-03-02 | bpf, docs: Fix __uninit kfunc doc section | David Vernet | 1 | -1/+1 |
2023-03-01 | bpf: Add __uninit kfunc annotation | Joanne Koong | 1 | -0/+17 |
2023-02-28 | bpf, docs: Document BPF insn encoding in term of stored bytes | Jose E. Marchesi | 1 | -22/+24 |
2023-02-27 | bpf, docs: Fix link to BTF doc | Bagas Sanjaya | 1 | -2/+1 |
2023-02-23 | bpf: Add bpf_cgroup_from_id() kfunc | Tejun Heo | 1 | -3/+7 |
2023-02-23 | bpf, docs: Add explanation of endianness | Dave Thaler | 1 | -2/+14 |
2023-02-15 | Documentation: bpf: Add missing line break separator in node_data struct code... | Bagas Sanjaya | 1 | -0/+1 |
2023-02-14 | bpf, documentation: Add graph documentation for non-owning refs | Dave Marchevsky | 2 | -1/+268 |
2023-02-08 | bpf, docs: Add note about type convention | Dave Thaler | 1 | -0/+7 |
2023-02-08 | bpf/docs: Update design QA to be consistent with kfunc lifecycle docs | Toke Høiland-Jørgensen | 1 | -7/+18 |
2023-02-08 | bpf, docs: Use consistent names for the same field | Dave Thaler | 1 | -36/+77 |
2023-02-03 | bpf/docs: Document kfunc lifecycle / stability expectations | David Vernet | 1 | -5/+120 |
2023-02-03 | docs/bpf: Add description of register liveness tracking algorithm | Eduard Zingerman | 1 | -0/+295 |
2023-02-02 | bpf: Document usage of the new __bpf_kfunc macro | David Vernet | 1 | -3/+17 |
2023-01-28 | Documentation: bpf: correct spelling | Randy Dunlap | 4 | -7/+7 |
2023-01-25 | bpf/docs: Document the nocast aliasing behavior of ___init | David Vernet | 1 | -0/+43 |
2023-01-25 | bpf/docs: Document how nested trusted fields may be defined | David Vernet | 1 | -1/+21 |
2023-01-25 | bpf/docs: Document cpumask kfuncs in a new file | David Vernet | 3 | -0/+405 |
2023-01-24 | bpf, docs: Fix modulo zero, division by zero, overflow, and underflow | Dave Thaler | 1 | -2/+14 |
2023-01-05 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 1 | -0/+498 |
2022-12-21 | docs: BPF_MAP_TYPE_SOCK[MAP|HASH] | Maryam Tahhan | 1 | -0/+498 |
2022-12-14 | docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGE | Donald Hunter | 1 | -26/+30 |
2022-12-09 | docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE | Donald Hunter | 1 | -0/+155 |
2022-12-08 | bpf/docs: Document struct cgroup * kfuncs | David Vernet | 1 | -0/+115 |
2022-12-08 | bpf/docs: Document struct task_struct * kfuncs | David Vernet | 1 | -0/+83 |
2022-12-05 | bpf, docs: BPF Iterator Document | Sreevani Sreejith | 2 | -0/+486 |
2022-12-04 | docs/bpf: Add KF_RCU documentation | Yonghong Song | 1 | -0/+9 |
2022-12-02 | bpf, docs: Correct the example of BPF_XOR | Zheng Yejian | 1 | -2/+2 |
2022-11-25 | docs/bpf: Add BPF_MAP_TYPE_XSKMAP documentation | Maryam Tahhan | 1 | -0/+192 |