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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
bpf: devmap fix mutex in rcu critical section
John Fastabend
1
-23
/
+25
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+17
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-25
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
1
-0
/
+1
2017-07-25
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
1
-6
/
+15
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-17
/
+107
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-14
/
+94
2017-07-21
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-14
/
+94
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
2
-1
/
+74
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
1
-1
/
+83
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
2
-0
/
+16
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
3
-0
/
+275
2017-07-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+13
2017-07-06
bpf: Implement show_options
David Howells
1
-3
/
+13
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, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
1
-0
/
+62
2017-07-03
bpf: export whether tail call has jited owner
Daniel Borkmann
1
-1
/
+6
2017-07-03
bpf: simplify narrower ctx access
Daniel Borkmann
1
-44
/
+34
2017-07-02
bpf: BPF support for sock_ops
Lawrence Brakmo
2
-0
/
+42
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+5
2017-06-30
bpf: don't open-code memdup_user()
Al Viro
1
-29
/
+16
2017-06-29
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
1
-0
/
+5
2017-06-29
bpf: Fix out-of-bound access on interpreters[]
Martin KaFai Lau
1
-1
/
+3
2017-06-29
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
5
-3
/
+67
2017-06-23
bpf: possibly avoid extra masking for narrower load in verifier
Yonghong Song
1
-8
/
+21
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
1
-19
/
+52
2017-06-11
bpf: reset id on spilled regs in clear_all_pkt_pointers
Daniel Borkmann
1
-2
/
+2
2017-06-11
bpf: reset id on CONST_IMM transition
Daniel Borkmann
1
-0
/
+2
2017-06-11
bpf: don't check spilled reg state for non-STACK_SPILLed type slots
Daniel Borkmann
1
-0
/
+2
2017-06-06
bpf: cgroup skb progs cannot access ld_abs/ind
Daniel Borkmann
1
-1
/
+0
2017-06-06
bpf: Add BPF_OBJ_GET_INFO_BY_FD
Martin KaFai Lau
1
-17
/
+146
2017-06-06
bpf: Add BPF_MAP_GET_FD_BY_ID
Martin KaFai Lau
1
-10
/
+85
2017-06-06
bpf: Add BPF_PROG_GET_FD_BY_ID
Martin KaFai Lau
1
-10
/
+81
2017-06-06
bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID command
Martin KaFai Lau
1
-0
/
+38
2017-06-06
bpf: Introduce bpf_map ID
Martin KaFai Lau
1
-1
/
+33
2017-06-06
bpf: Introduce bpf_prog ID
Martin KaFai Lau
1
-1
/
+39
2017-06-05
perf, bpf: Add BPF support to all perf_event types
Alexei Starovoitov
1
-21
/
+7
2017-06-02
bpf: Remove the capability check for cgroup skb eBPF program
Chenbo Feng
1
-1
/
+3
2017-06-02
bpf: Allow CGROUP_SKB eBPF program to access sk_buff
Chenbo Feng
1
-0
/
+1
2017-06-01
bpf: use different interpreter depending on required stack size
Alexei Starovoitov
1
-9
/
+31
2017-06-01
bpf: reconcile bpf_tail_call and stack_depth
Alexei Starovoitov
1
-0
/
+1
2017-06-01
bpf: teach verifier to track stack depth
Alexei Starovoitov
1
-1
/
+9
2017-06-01
bpf: split bpf core interpreter
Alexei Starovoitov
1
-7
/
+14
2017-06-01
bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode
Alexei Starovoitov
2
-2
/
+2
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
3
-0
/
+3
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
1
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
1
-9
/
+10
2017-05-22
net: Make IP alignment calulations clearer.
David S. Miller
1
-4
/
+8
2017-05-18
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
[next]