index
:
linux-stable.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.12.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-11
1
-3
/
+3
*
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
1
-0
/
+6
*
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
1
-0
/
+36
*
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2024-03-07
1
-0
/
+16
*
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-24
1
-2
/
+2
*
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-24
1
-12
/
+13
*
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
1
-2
/
+3
*
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
1
-25
/
+65
*
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-24
1
-2
/
+21
*
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-24
1
-14
/
+45
*
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-24
1
-0
/
+17
*
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-24
1
-4
/
+9
*
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
1
-1
/
+1
*
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-23
1
-0
/
+2
*
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-23
1
-0
/
+4
*
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-04
1
-0
/
+9
*
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
2024-01-04
1
-1
/
+22
*
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-159
/
+56
*
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
2023-12-14
1
-1
/
+5
*
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2023-12-13
1
-4
/
+0
*
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
2023-12-13
1
-3
/
+7
*
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
2023-12-09
1
-0
/
+6
*
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
2023-12-09
1
-2
/
+4
*
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
2023-12-09
1
-3
/
+3
*
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
2023-12-09
1
-1
/
+3
*
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
2023-12-09
1
-1
/
+0
*
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2023-12-06
1
-2
/
+2
*
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2023-12-06
1
-12
/
+13
*
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-2
/
+3
*
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
1
-24
/
+63
*
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2023-12-06
1
-2
/
+18
*
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2023-12-06
1
-14
/
+38
*
bpf: introduce BPF token object
Andrii Nakryiko
2023-12-06
1
-0
/
+17
*
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2023-12-06
1
-4
/
+9
*
bpf: Optimize the free of inner map
Hou Tao
2023-12-04
1
-0
/
+8
*
bpf: Defer the free of inner map when necessary
Hou Tao
2023-12-04
1
-5
/
+27
*
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2023-11-17
1
-1
/
+1
*
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2023-11-15
1
-1
/
+2
*
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
2023-10-24
1
-5
/
+25
*
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
2023-10-20
1
-2
/
+2
*
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
2023-10-20
1
-2
/
+0
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-10-16
1
-6
/
+23
|
\
|
*
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
2023-10-11
1
-0
/
+15
|
*
bpf: Add missed value to kprobe perf link info
Jiri Olsa
2023-09-25
1
-6
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-12
1
-6
/
+15
|
\
\
|
|
/
|
/
|
|
*
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
2023-10-06
1
-5
/
+14
|
*
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
2023-10-06
1
-1
/
+1
*
|
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
2023-09-16
1
-1
/
+1
*
|
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-08
1
-0
/
+4
|
/
*
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2023-09-06
1
-1
/
+0
[next]