index
:
linux.git
master
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
2020-04-24
bpf: Make bpf_link_fops static
Zou Wei
2020-04-24
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
2020-03-30
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-26
bpf: Remove unused vairable 'bpf_xdp_link_lops'
YueHaibing
2020-03-26
bpf: Factor out attach_type to prog_type mapping for attach/detach
Andrii Nakryiko
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-03-20
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
2020-03-13
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
2020-03-05
bpf: Do not allow map_freeze in struct_ops map
Martin KaFai Lau
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-02
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
2020-02-27
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
2020-02-24
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-20
bpf: Fix memory leaks in generic update/delete batch ops
Brian Vazquez
2020-01-16
bpf: Remove set but not used variable 'first_key'
YueHaibing
2020-01-15
bpf: Add batch ops to all htab bpf map
Yonghong Song
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
2020-01-15
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2019-12-19
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
2019-12-13
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
2019-12-11
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
[next]