index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-21
/
+68
2020-05-10
bpf: Add bpf_map iterator
Yonghong Song
1
-0
/
+19
2020-05-10
bpf: Create anonymous bpf iterator
Yonghong Song
1
-0
/
+26
2020-05-10
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
1
-0
/
+14
2020-05-02
bpf: Fix use-after-free of bpf_link when priming half-fails
Andrii Nakryiko
1
-6
/
+7
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+57
2020-04-30
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
1
-1
/
+3
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-29
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-19
/
+136
2020-04-29
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+49
2020-04-29
bpf: Allocate ID for bpf_link
Andrii Nakryiko
1
-45
/
+98
2020-04-29
bpf: Refactor bpf_link update handling
Andrii Nakryiko
1
-7
/
+4
2020-04-25
bpf: Make bpf_link_fops static
Zou Wei
1
-1
/
+1
2020-04-25
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
1
-2
/
+9
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-115
/
+215
2020-03-31
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
1
-0
/
+55
2020-03-31
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
1
-9
/
+55
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+20
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
1
-18
/
+39
2020-03-27
bpf: Remove unused vairable 'bpf_xdp_link_lops'
YueHaibing
1
-1
/
+0
2020-03-27
bpf: Factor out attach_type to prog_type mapping for attach/detach
Andrii Nakryiko
1
-87
/
+66
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+5
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
1
-2
/
+4
2020-03-20
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
1
-1
/
+2
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-11
/
+14
2020-03-13
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
1
-7
/
+11
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
1
-34
/
+88
2020-03-06
bpf: Do not allow map_freeze in struct_ops map
Martin KaFai Lau
1
-0
/
+5
2020-03-05
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-0
/
+1
2020-03-03
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
1
-42
/
+181
2020-02-28
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
1
-0
/
+15
2020-02-25
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
1
-19
/
+8
2020-01-23
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-3
/
+12
2020-01-21
bpf: Fix memory leaks in generic update/delete batch ops
Brian Vazquez
1
-11
/
+19
2020-01-17
bpf: Remove set but not used variable 'first_key'
YueHaibing
1
-2
/
+0
2020-01-16
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-1
/
+8
2020-01-16
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+115
2020-01-16
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-4
/
+156
2020-01-16
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
1
-128
/
+152
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-17
/
+35
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-6
/
+11
2019-12-20
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
1
-2
/
+2
2019-12-14
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
1
-8
/
+18
2019-12-11
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+33
2019-11-25
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
1
-6
/
+14
2019-11-25
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
1
-10
/
+6
2019-11-25
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
1
-20
/
+0
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
1
-31
/
+0
2019-11-21
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
[prev]
[next]