index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
2022-07-12
bpf: reparent bpf maps on memcg offlining
Roman Gushchin
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
2022-06-02
bpf: Unify data extension operation of jited_ksyms and jited_linfo
Pu Lehui
2022-05-20
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
2022-05-10
bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
Kui-Feng Lee
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-10
bpf: Add bpf_link iterator
Dmitrii Dolgov
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
2022-04-13
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-02-23
bpf: Cleanup comments
Tom Rix
2022-02-18
bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()
Eric Dumazet
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
2022-02-10
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
2022-02-10
bpf: Extend sys_bpf commands for bpf_syscall programs.
Alexei Starovoitov
2022-01-21
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
2022-01-20
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-11-30
bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2021-11-15
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-28
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
2021-10-22
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
bpf: Prepare bpf_prog_put() to be called from irq context.
Alexei Starovoitov
[next]