index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
2018-01-19
bpf: offload: report device information about offloaded maps
Jakub Kicinski
1
-0
/
+6
2018-01-19
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
1
-0
/
+2
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
1
-13
/
+18
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-6
/
+38
2018-01-15
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-0
/
+10
2018-01-15
bpf: add map_alloc_check callback
Jakub Kicinski
1
-4
/
+13
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-01-05
fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"
Al Viro
1
-1
/
+1
2017-12-31
bpf: offload: report device information for offloaded programs
Jakub Kicinski
1
-0
/
+6
2017-12-31
bpf: offload: free program id when device disappears
Jakub Kicinski
1
-2
/
+7
2017-12-31
bpf: offload: don't use prog->aux->offload as boolean
Jakub Kicinski
1
-1
/
+3
2017-12-21
bpf: allow for correlation of maps and helpers in dump
Daniel Borkmann
1
-5
/
+82
2017-12-21
bpf: fix kallsyms handling for subprogs
Daniel Borkmann
1
-0
/
+6
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
1
-1
/
+2
2017-11-21
bpf: revert report offload info to user space
Jakub Kicinski
1
-5
/
+0
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
1
-10
/
+0
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
1
-11
/
+12
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
1
-2
/
+2
2017-11-05
bpf, cgroup: implement eBPF-based device controller for cgroup v2
Roman Gushchin
1
-0
/
+7
2017-11-05
cls_bpf: allow attaching programs loaded for specific device
Jakub Kicinski
1
-0
/
+1
2017-11-05
xdp: allow attaching programs loaded for specific device
Jakub Kicinski
1
-4
/
+29
2017-11-05
bpf: report offload info to user space
Jakub Kicinski
1
-0
/
+5
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
1
-4
/
+13
2017-10-20
selinux: bpf: Add addtional check for bpf object file receive
Chenbo Feng
1
-2
/
+2
2017-10-20
security: bpf: Add LSM hooks for bpf object related syscall
Chenbo Feng
1
-2
/
+32
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-10
/
+78
2017-10-18
bpf: remove the verifier ops from program structure
Jakub Kicinski
1
-10
/
+0
2017-10-18
bpf: split verifier and program ops
Jakub Kicinski
1
-3
/
+13
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
1
-1
/
+7
2017-10-08
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
2017-10-05
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
1
-0
/
+34
2017-10-05
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
1
-11
/
+26
2017-10-01
bpf: Fix compiler warning on info.map_ids for 32bit platform
Martin KaFai Lau
1
-1
/
+1
2017-09-29
bpf: Add map_name to bpf_map_info
Martin KaFai Lau
1
-1
/
+6
2017-09-29
bpf: Add name, load_time, uid and map_ids to bpf_prog_info
Martin KaFai Lau
1
-1
/
+50
2017-09-20
bpf: do not disable/enable BH in bpf_map_free_id()
Eric Dumazet
1
-2
/
+4
2017-09-09
bpf: add support for sockmap detach programs
John Fastabend
1
-10
/
+17
2017-09-05
bpf: fix numa_node validation
Eric Dumazet
1
-1
/
+2
2017-08-28
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
1
-27
/
+11
2017-08-20
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-4
/
+10
2017-08-18
bpf: fix a return in sockmap_get_from_fd()
Dan Carpenter
1
-2
/
+2
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
1
-1
/
+50
2017-08-16
bpf: export bpf_prog_inc_not_zero
John Fastabend
1
-1
/
+2
2017-08-09
bpf: Extend check_uarg_tail_zero() checks
Mickaël Salaün
1
-11
/
+15
2017-08-09
bpf: Move check_uarg_tail_zero() upward
Mickaël Salaün
1
-26
/
+26
2017-07-30
bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_len
Daniel Borkmann
1
-1
/
+1
2017-07-30
bpf: don't indicate success when copy_from_user fails
Daniel Borkmann
1
-1
/
+1
2017-07-06
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-29
/
+16
2017-07-03
bpf: export whether tail call has jited owner
Daniel Borkmann
1
-1
/
+6
2017-07-02
bpf: BPF support for sock_ops
Lawrence Brakmo
1
-0
/
+5
[next]