index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
2024-01-04
bpf: Relax tracing prog recursive attach rules
Dmitrii Dolgov
1
-1
/
+22
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
1
-159
/
+56
2023-12-14
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
1
-1
/
+5
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
1
-4
/
+0
2023-12-13
bpf: Update the comments in maybe_wait_bpf_programs()
Hou Tao
1
-3
/
+7
2023-12-09
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2023-12-09
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
1
-2
/
+4
2023-12-09
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
1
-3
/
+3
2023-12-09
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
1
-1
/
+3
2023-12-09
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
1
-1
/
+0
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
1
-2
/
+2
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
1
-12
/
+13
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
-24
/
+63
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+18
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
1
-14
/
+38
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-0
/
+17
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
1
-0
/
+8
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
1
-5
/
+27
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
1
-1
/
+1
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
1
-1
/
+2
2023-10-24
netkit, bpf: Add bpf programmable net device
Daniel Borkmann
1
-5
/
+25
2023-10-20
bpf: Use bpf_global_percpu_ma for per-cpu kptr in __bpf_obj_drop_impl()
Hou Tao
1
-2
/
+2
2023-10-20
bpf: Move the declaration of __bpf_obj_drop_impl() to bpf.h
Hou Tao
1
-2
/
+0
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+23
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+15
2023-10-11
bpf: Implement cgroup sockaddr hooks for unix sockets
Daan De Meyer
1
-0
/
+15
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-09-25
bpf: Add missed value to kprobe perf link info
Jiri Olsa
1
-6
/
+8
2023-09-16
bpf: Implement support for adding hidden subprogs
Kumar Kartikeya Dwivedi
1
-1
/
+1
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
1
-0
/
+4
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
1
-1
/
+0
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
1
-3
/
+11
2023-08-21
bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
Jiri Olsa
1
-68
/
+52
2023-08-16
bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
Yafang Shao
1
-3
/
+2
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
1
-13
/
+69
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
1
-0
/
+146
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
1
-14
/
+20
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-71
/
+113
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
1
-0
/
+5
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
1
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-0
/
+47
[next]