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
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2020-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-18
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-10
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
2020-12-08
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-02
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2020-12-02
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-02
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
2020-12-02
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
2020-11-06
bpf: Implement task local storage
KP Singh
2020-10-19
bpf: Remove unneeded break
Tom Rix
2020-10-02
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used
Stanislav Fomichev
2020-09-29
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-28
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-23
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-24
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
2020-08-20
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
2020-08-06
bpf: Change uapi for bpf iterator map elements
Yonghong Song
2020-08-01
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2020-07-29
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
2020-07-25
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-07-17
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-07-08
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-07-08
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
2020-06-23
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...
Maciej Żenczykowski
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-12
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
[next]