index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2021-05-11
1
-1
/
+2
*
bpf: Allow trampoline re-attach for tracing and lsm programs
Jiri Olsa
2021-04-25
1
-6
/
+17
*
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-13
1
-0
/
+3
*
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-04-01
1
-0
/
+1
*
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-26
1
-0
/
+1
*
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
2021-03-26
1
-1
/
+2
*
bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.
Alexei Starovoitov
2021-03-08
1
-0
/
+5
*
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-02-11
1
-4
/
+10
*
bpf: Optimize program stats
Alexei Starovoitov
2021-02-11
1
-1
/
+1
*
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
2021-01-12
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-12-28
1
-1
/
+0
|
\
|
*
bpf: Remove unused including <linux/version.h>
Tian Tao
2020-12-18
1
-1
/
+0
*
|
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-15
1
-17
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpf: In bpf_task_fd_query use fget_task
Eric W. Biederman
2020-12-10
1
-17
/
+3
*
|
bpf: Return -ENOTSUPP when attaching to non-kernel BTF
Andrii Nakryiko
2020-12-08
1
-1
/
+4
*
|
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-12-03
1
-31
/
+51
*
|
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
2020-12-03
1
-3
/
+21
*
|
bpf: Eliminate rlimit-based memory accounting for bpf progs
Roman Gushchin
2020-12-02
1
-59
/
+10
*
|
bpf: Eliminate rlimit-based memory accounting infra for bpf maps
Roman Gushchin
2020-12-02
1
-80
/
+16
*
|
bpf: Memcg-based memory accounting for bpf maps
Roman Gushchin
2020-12-02
1
-1
/
+5
*
|
bpf: Prepare for memcg-based memory accounting for bpf maps
Roman Gushchin
2020-12-02
1
-0
/
+63
*
|
bpf: Implement task local storage
KP Singh
2020-11-06
1
-1
/
+2
|
/
*
bpf: Remove unneeded break
Tom Rix
2020-10-19
1
-1
/
+0
*
bpf: Deref map in BPF_PROG_BIND_MAP when it's already used
Stanislav Fomichev
2020-10-02
1
-1
/
+3
*
bpf: Support attaching freplace programs to multiple attach points
Toke Høiland-Jørgensen
2020-09-29
1
-16
/
+116
*
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-29
1
-12
/
+44
*
bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint
Song Liu
2020-09-28
1
-1
/
+1
*
Revert "bpf: Fix potential call bpf_link_free() in atomic context"
Alexei Starovoitov
2020-09-23
1
-2
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
1
-10
/
+77
|
\
|
*
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
2020-09-21
1
-6
/
+2
|
*
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-15
1
-0
/
+63
|
*
bpf: Mutex protect used_maps array and count
YiFei Zhu
2020-09-15
1
-4
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-03
1
-1
/
+1
|
|
\
|
|
*
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
2020-08-24
1
-1
/
+1
|
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
|
/
*
|
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
1
-3
/
+10
*
|
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
1
-0
/
+1
*
|
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
1
-1
/
+2
*
|
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
2020-08-21
1
-2
/
+3
*
|
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
2020-08-20
1
-18
/
+28
|
/
*
bpf: Change uapi for bpf iterator map elements
Yonghong Song
2020-08-06
1
-1
/
+1
*
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2020-08-01
1
-0
/
+26
*
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
2020-07-29
1
-0
/
+2
*
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
1
-0
/
+5
*
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-07-25
1
-0
/
+19
*
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-13
1
-0
/
+3
|
\
|
*
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
2020-07-08
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-07-10
1
-5
/
+3
|
\
\
[next]