index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-05-12
riscv, bpf: inline bpf_get_smp_processor_id()
Puranjay Mohan
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
2024-03-25
bpf: implement insn_is_cast_user() helper for JITs
Puranjay Mohan
2024-03-14
bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...
Christophe Leroy
2024-03-14
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
2024-03-11
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
2024-02-13
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
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-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-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-11
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-05
bpf: Fix the comment for bpf_restore_data_end()
Akihiko Odaki
2023-10-03
bpf: Remove xdp_do_flush_map().
Sebastian Andrzej Siewior
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
2023-09-16
arch/x86: Implement arch_bpf_stack_walk
Kumar Kartikeya Dwivedi
2023-09-15
bpf/tests: add tests for cpuv4 instructions
Puranjay Mohan
2023-08-04
bpf: fix inconsistent return types of bpf_xdp_copy_buf().
Kui-Feng Lee
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-07-27
bpf: Fix jit blinding with new sdiv/smov insns
Yonghong Song
2023-07-27
bpf: Support new sign-extension load insns
Yonghong Song
2023-06-06
bpf: Cleanup unused function declaration
Ruiqi Gong
2023-04-13
bpf: Support 64-bit pointers to kfuncs
Ilya Leoshkevich
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-01
bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Joanne Koong
2023-03-01
bpf: Add xdp dynptrs
Joanne Koong
2023-03-01
bpf: Add skb dynptrs
Joanne Koong
2023-01-27
net: add missing includes of linux/sched/clock.h
Jakub Kicinski
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-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-20
bpf: Move nf_conn extern declarations to filter.h
Daniel Xu
2022-09-16
bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decision
Yauheni Kaliuta
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-07-12
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2022-06-16
bpf: move bpf_prog to bpf.h
Delyan Kratunov
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
[next]