index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-12
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
1
-4
/
+4
2024-03-12
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
1
-0
/
+1
2024-03-12
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
1
-0
/
+1
2024-03-12
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
1
-0
/
+1
2024-03-12
bpf: Introduce bpf_arena.
Alexei Starovoitov
1
-2
/
+5
2024-03-08
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
1
-0
/
+3
2024-03-05
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
1
-1
/
+3
2024-02-22
bpf: Shrink size of struct bpf_map/bpf_array.
Alexei Starovoitov
1
-9
/
+3
2024-02-14
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
1
-0
/
+21
2024-02-14
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
1
-0
/
+1
2024-01-29
bpf: Remove unused field "mod" in struct bpf_trampoline
Menglong Dong
1
-1
/
+0
2024-01-25
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
1
-0
/
+3
2024-01-25
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-8
/
+8
2024-01-25
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2024-01-25
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-0
/
+6
2024-01-25
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-0
/
+2
2024-01-25
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+41
2024-01-25
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-0
/
+12
2024-01-24
bpf, net: switch to dynamic registration
Kui-Feng Lee
1
-10
/
+17
2024-01-24
bpf: validate value_type
Kui-Feng Lee
1
-0
/
+12
2024-01-24
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
1
-0
/
+1
2024-01-24
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
1
-2
/
+2
2024-01-24
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-0
/
+4
2024-01-24
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
1
-5
/
+10
2024-01-24
bpf: support multiple tags per argument
Andrii Nakryiko
1
-0
/
+2
2024-01-05
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-0
/
+1
2023-12-20
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
1
-2
/
+0
2023-12-20
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
1
-2
/
+0
2023-12-20
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
1
-2
/
+1
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-75
/
+10
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-19
/
+124
2023-12-16
x86/cfi,bpf: Fix bpf_exception_cb() signature
Alexei Starovoitov
1
-1
/
+1
2023-12-16
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
1
-0
/
+13
2023-12-16
x86/cfi,bpf: Fix BPF JIT call
Peter Zijlstra
1
-2
/
+10
2023-12-14
bpf: Support uid and gid when mounting bpffs
Jie Jiang
1
-0
/
+2
2023-12-12
bpf: tidy up exception callback management a bit
Andrii Nakryiko
1
-1
/
+1
2023-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-12-07
bpf: Use arch_bpf_trampoline_size
Song Liu
1
-1
/
+2
2023-12-07
bpf: Add arch_bpf_trampoline_size()
Song Liu
1
-0
/
+2
2023-12-07
bpf: Add helpers for trampoline image management
Song Liu
1
-0
/
+5
2023-12-07
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
1
-2
/
+2
2023-12-07
bpf: Fix prog_array_map_poke_run map poke update
Jiri Olsa
1
-0
/
+3
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
1
-0
/
+3
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
1
-8
/
+8
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
1
-2
/
+3
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
1
-0
/
+6
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-0
/
+2
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-0
/
+41
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-0
/
+10
2023-12-05
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+2
[next]