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
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
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
1
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
1
-15
/
+19
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
1
-13
/
+16
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
1
-0
/
+9
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
1
-2
/
+2
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
1
-4
/
+5
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
1
-5
/
+20
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
1
-2
/
+9
2023-05-02
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
1
-1
/
+2
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
1
-0
/
+6
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
1
-1
/
+0
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
1
-1
/
+5
[prev]
[next]