| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-01-04 | 1 | -0/+498 |
|\ |
|
| * | docs: BPF_MAP_TYPE_SOCK[MAP|HASH] | Maryam Tahhan | 2022-12-20 | 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-07 | 1 | -0/+115 |
* | bpf/docs: Document struct task_struct * kfuncs | David Vernet | 2022-12-07 | 1 | -0/+83 |
* | bpf, docs: BPF Iterator Document | Sreevani Sreejith | 2022-12-04 | 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-17 | 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-15 | 1 | -1/+1 |
* | bpf/docs: Document how to run CI without patch submission | Daniel Müller | 2022-11-15 | 1 | -0/+24 |
* | bpf: Remove local kptr references in documentation | Kumar Kartikeya Dwivedi | 2022-11-14 | 1 | -5/+6 |
* | bpf, docs: Fixup cpumap sphinx >= 3.1 warning | Maryam Tahhan | 2022-11-14 | 1 | -2/+1 |
* | bpf, docs: Document BPF_MAP_TYPE_ARRAY | Dave Tucker | 2022-11-11 | 1 | -0/+250 |
* | docs/bpf: Document BPF map types QUEUE and STACK | Donald Hunter | 2022-11-11 | 1 | -0/+122 |
* | docs/bpf: Document BPF ARRAY_OF_MAPS and HASH_OF_MAPS | Donald Hunter | 2022-11-11 | 1 | -0/+126 |
* | docs/bpf: Document BPF_MAP_TYPE_CPUMAP map | Maryam Tahhan | 2022-11-11 | 1 | -0/+166 |
* | docs/bpf: Document BPF_MAP_TYPE_LPM_TRIE map | Donald Hunter | 2022-11-11 | 1 | -0/+181 |
* | Documentation: bpf: Escape underscore in BPF type name prefix | Bagas Sanjaya | 2022-11-04 | 1 | -4/+4 |
* | bpf: Document UAPI details for special BPF types | Kumar Kartikeya Dwivedi | 2022-11-03 | 1 | -0/+44 |
* | docs/bpf: Add documentation for new cgroup local storage | Yonghong Song | 2022-10-25 | 1 | -0/+109 |
* | bpf, docs: Reformat BPF maps page to be more readable | Donald Hunter | 2022-10-20 | 1 | -36/+65 |
* | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-10-04 | 5 | -185/+255 |
|\ |
|
| * | Documentation: bpf: Add implementation notes documentations to table of contents | Bagas Sanjaya | 2022-10-03 | 1 | -0/+2 |
| * | bpf, docs: Delete misformatted table. | Alexei Starovoitov | 2022-10-01 | 1 | -17/+0 |
| * | bpf, docs: Add TOC and fix formatting. | Dave Thaler | 2022-09-30 | 1 | -132/+136 |
| * | bpf, docs: Add Clang note about BPF_ALU | Dave Thaler | 2022-09-30 | 1 | -0/+6 |
| * | bpf, docs: Move Clang notes to a separate file | Dave Thaler | 2022-09-30 | 2 | -6/+24 |
| * | bpf, docs: Linux byteswap note | Dave Thaler | 2022-09-30 | 2 | -4/+5 |
| * | bpf, docs: Move legacy packet instructions to a separate file | Dave Thaler | 2022-09-30 | 2 | -35/+68 |
| * | bpf: Tweak definition of KF_TRUSTED_ARGS | Kumar Kartikeya Dwivedi | 2022-09-21 | 1 | -8/+16 |
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-08-17 | 1 | -0/+15 |
| |\ |
|
| | * | bpf: add destructive kfunc flag | Artem Savkov | 2022-08-10 | 1 | -0/+9 |
| | * | btf: Add a new kfunc flag which allows to mark a function to be sleepable | Benjamin Tissoires | 2022-08-09 | 1 | -0/+6 |
* | | | Delete duplicate words from kernel docs | Akhil Raj | 2022-09-27 | 1 | -1/+1 |
* | | | Remove duplicate words inside documentation | Akhil Raj | 2022-09-27 | 1 | -2/+2 |
|/ / |
|
* | | bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a function | Paul E. McKenney | 2022-08-04 | 1 | -0/+7 |
* | | bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI | Paul E. McKenney | 2022-08-04 | 1 | -0/+12 |
* | | bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI | Paul E. McKenney | 2022-08-04 | 1 | -0/+6 |
|/ |
|