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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-22
/
+26
2018-05-03
bpf: sockmap, fix error handling in redirect failures
John Fastabend
1
-16
/
+12
2018-05-03
bpf: sockmap, zero sg_size on error when buffer is released
John Fastabend
1
-4
/
+11
2018-05-03
bpf: sockmap, fix scatterlist update on error path in send with apply
John Fastabend
1
-2
/
+3
2018-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-27
/
+18
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
1
-0
/
+1
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+51
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-19
/
+29
2018-04-24
bpf: allow map helpers access to map values directly
Paul Chaignon
1
-17
/
+7
2018-04-24
bpf: sockmap, fix double page_put on ENOMEM error in redirect path
John Fastabend
1
-2
/
+1
2018-04-24
bpf: sockmap, sk_wait_event needed to handle blocking cases
John Fastabend
1
-0
/
+44
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
3
-5
/
+6
2018-04-23
bpf: btf: Clean up btf.h in uapi
Martin KaFai Lau
1
-10
/
+10
2018-04-20
bpf: sockmap remove dead check
Jann Horn
1
-3
/
+0
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
3
-4
/
+234
2018-04-19
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
2
-1
/
+18
2018-04-19
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
2
-0
/
+84
2018-04-19
bpf: btf: Add pretty print capability for data with BTF type info
Martin KaFai Lau
1
-0
/
+198
2018-04-19
bpf: btf: Check members of struct/union
Martin KaFai Lau
1
-0
/
+205
2018-04-19
bpf: btf: Validate type reference
Martin KaFai Lau
1
-1
/
+665
2018-04-19
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau
2
-0
/
+916
2018-04-17
xdp: transition into using xdp_frame for return API
Jesper Dangaard Brouer
1
-3
/
+3
2018-04-17
bpf: cpumap convert to use generic xdp_frame
Jesper Dangaard Brouer
1
-72
/
+28
2018-04-17
xdp: introduce xdp_return_frame API and use in cpumap
Jesper Dangaard Brouer
1
-24
/
+36
2018-04-11
bpf/tracing: fix a deadlock in perf_event_detach_bpf_prog
Yonghong Song
1
-16
/
+29
2018-04-04
kernel/bpf/syscall: fix warning defined but not used
Anders Roxell
1
-12
/
+12
2018-04-04
bpf: sockmap, duplicates release calls may NULL sk_prot
John Fastabend
1
-2
/
+4
2018-04-04
bpf: sockmap, free memory on sock close with cork data
John Fastabend
1
-0
/
+6
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
1
-0
/
+43
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
1
-0
/
+8
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
3
-8
/
+65
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
3
-5
/
+35
2018-03-30
bpf: sockmap: initialize sg table entries properly
Prashant Bhole
1
-5
/
+8
2018-03-30
bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:
John Fastabend
1
-18
/
+76
2018-03-30
bpf: sockmap redirect ingress support
John Fastabend
1
-3
/
+195
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
1
-0
/
+78
2018-03-27
bpf: follow idr code convention
Shaohua Li
1
-0
/
+4
2018-03-26
bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed()
Martin KaFai Lau
1
-8
/
+11
2018-03-26
bpf: Rename bpf_verifer_log
Martin KaFai Lau
1
-2
/
+2
2018-03-23
bpf: Remove struct bpf_verifier_env argument from print_bpf_insn
Jiri Olsa
3
-47
/
+54
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-03-21
bpf: skip unnecessary capability check
Chenbo Feng
1
-1
/
+1
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
3
-20
/
+711
2018-03-19
sockmap: convert refcnt to an atomic refcnt
John Fastabend
1
-13
/
+10
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
1
-22
/
+235
2018-03-09
bpf: comment why dots in filenames under BPF virtual FS are not allowed
Quentin Monnet
1
-0
/
+3
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+26
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+0
2018-02-24
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
[next]