Age | Commit message (Expand) | Author |
2024-03-11 | bpf: move sleepable flag from bpf_prog_aux to bpf_prog | Andrii Nakryiko |
2024-03-11 | bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() | Puranjay Mohan |
2024-03-11 | bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction. | Alexei Starovoitov |
2024-03-11 | bpf: Introduce bpf_arena. | Alexei Starovoitov |
2024-03-07 | bpf: Tell bpf programs kernel's PAGE_SIZE | Alexei Starovoitov |
2024-03-06 | bpf: Introduce may_goto instruction | Alexei Starovoitov |
2024-01-24 | bpf: Consistently use BPF token throughout BPF verifier logic | Andrii Nakryiko |
2024-01-24 | bpf: Add BPF token support to BPF_PROG_LOAD command | Andrii Nakryiko |
2024-01-23 | bpf: Support inlining bpf_kptr_xchg() helper | Hou Tao |
2023-12-19 | Revert BPF token-related functionality | Andrii Nakryiko |
2023-12-18 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-12-15 | x86/cfi,bpf: Fix BPF JIT call | Peter Zijlstra |
2023-12-06 | bpf: Let bpf_prog_pack_free handle any pointer | Song Liu |
2023-12-06 | bpf: consistently use BPF token throughout BPF verifier logic | Andrii Nakryiko |
2023-12-06 | bpf: add BPF token support to BPF_PROG_LOAD command | Andrii Nakryiko |
2023-12-04 | bpf: Optimize the free of inner map | Hou Tao |
2023-12-01 | bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4 | Yonghong Song |
2023-11-15 | bpf: Do not allocate percpu memory at init stage | Yonghong Song |
2023-09-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2023-09-16 | bpf: Detect IP == ksym.end as part of BPF program | Kumar Kartikeya Dwivedi |
2023-09-16 | bpf: Implement BPF exceptions | Kumar Kartikeya Dwivedi |
2023-09-16 | bpf: Implement support for adding hidden subprogs | Kumar Kartikeya Dwivedi |
2023-09-16 | arch/x86: Implement arch_bpf_stack_walk | Kumar Kartikeya Dwivedi |
2023-09-08 | bpf: Add support for non-fix-size percpu mem allocation | Yonghong Song |
2023-09-06 | bpf: make bpf_prog_pack allocator portable | Puranjay Mohan |
2023-08-02 | bpf: fix bpf_probe_read_kernel prototype mismatch | Arnd Bergmann |
2023-07-28 | bpf: Fix compilation warning with -Wparentheses | Yonghong Song |
2023-07-27 | bpf: Support new 32bit offset jmp instruction | Yonghong Song |
2023-07-27 | bpf: Fix jit blinding with new sdiv/smov insns | Yonghong Song |
2023-07-27 | bpf: Support new signed div/mod instructions. | Yonghong Song |
2023-07-27 | bpf: Support new unconditional bswap instruction | Yonghong Song |
2023-07-27 | bpf: Support new sign-extension mov insns | Yonghong Song |
2023-07-27 | bpf: Support new sign-extension load insns | Yonghong Song |
2023-06-12 | bpf: Hide unused bpf_patch_call_args | Arnd Bergmann |
2023-04-13 | bpf: Support 64-bit pointers to kfuncs | Ilya Leoshkevich |
2023-03-21 | bpf: Adjust insufficient default bpf_jit_limit | Daniel Borkmann |
2023-02-22 | bpf: add missing header file include | Linus Torvalds |
2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-02-21 | uaccess: Add speculation barrier to copy_from_user() | Dave Hansen |
2023-02-10 | bpf: allow to disable bpf prog memory accounting | Yafang Shao |
2023-01-23 | bpf: XDP metadata RX kfuncs | Stanislav Fomichev |
2023-01-23 | bpf: Introduce device-bound XDP programs | Stanislav Fomichev |
2023-01-23 | bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded | Stanislav Fomichev |
2022-12-21 | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2022-12-17 | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-15 | mm: Introduce set_memory_rox() | Peter Zijlstra |
2022-12-14 | bpf: Resolve fext program type when checking map compatibility | Toke Høiland-Jørgensen |
2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-11-17 | bpf: Introduce bpf_obj_new | Kumar Kartikeya Dwivedi |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |