index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
2023-10-06
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
2023-10-06
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
2023-08-21
bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
Jiri Olsa
2023-08-16
bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
Yafang Shao
2023-07-19
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
2023-07-11
bpf: Add a common helper bpf_copy_to_user()
Yafang Shao
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
2023-06-16
bpf: Remove in_atomic() from bpf_link_put().
Sebastian Andrzej Siewior
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-05
bpf: netfilter: Add BPF_NETFILTER bpf_attach_type
Florian Westphal
2023-05-26
bpf: Fix bad unlock balance on freeze_mutex
Daniel Borkmann
2023-05-25
bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE command
Andrii Nakryiko
2023-05-23
bpf: Support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
Andrii Nakryiko
2023-05-19
bpf: Show target_{obj,btf}_id in tracing link fdinfo
Yafang Shao
2023-05-02
bpf: Print a warning only if writing to unprivileged_bpf_disabled.
Kui-Feng Lee
2023-04-21
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
2023-04-17
bpf: lirc program type should not require SYS_CAP_ADMIN
Sean Young
2023-04-15
bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
Dave Marchevsky
2023-04-15
bpf: Remove btf_field_offs, use btf_record's fields instead
Dave Marchevsky
2023-04-11
bpf: Add log_true_size output field to return necessary log buffer size
Andrii Nakryiko
2023-03-25
bpf: Only invoke kptr dtor following non-NULL xchg
David Vernet
2023-03-24
bpf: Check IS_ERR for the bpf_map_get() return value
Martin KaFai Lau
2023-03-22
bpf: Update the struct_ops of a bpf_link.
Kui-Feng Lee
2023-03-22
bpf: Create links for BPF struct_ops maps.
Kui-Feng Lee
2023-03-22
bpf: Retire the struct_ops map kvalue->refcnt.
Kui-Feng Lee
2023-03-15
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-13
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-10
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2023-03-07
bpf: enforce all maps having memory usage callback
Yafang Shao
2023-03-07
bpf: offload map memory usage
Yafang Shao
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
2023-03-06
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-01
bpf: Support kptrs in local storage maps
Kumar Kartikeya Dwivedi
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-13
bpf: Add basic bpf_rb_{root,node} support
Dave Marchevsky
[next]