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
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
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-13
bpf: fix minor issues in documentation for BPF helpers.
Quentin Monnet
1
-49
/
+54
2019-05-13
bpf: fix recurring typo in documentation for BPF helpers
Quentin Monnet
1
-19
/
+19
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
1
-1
/
+43
2019-04-27
bpf: add writable context for raw tracepoints
Matt Mullins
1
-0
/
+1
2019-04-17
bpf: allow clearing all sock_ops callback flags
Viet Hoang Tran
1
-1
/
+8
2019-04-16
bpf: fix whitespace for ENCAP_L2 defines in bpf.h
Alan Maguire
1
-3
/
+3
2019-04-12
bpf: Introduce bpf_strtol and bpf_strtoul helpers
Andrey Ignatov
1
-1
/
+50
2019-04-12
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
1
-0
/
+3
2019-04-12
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
1
-1
/
+37
2019-04-12
bpf: Introduce bpf_sysctl_get_current_value helper
Andrey Ignatov
1
-1
/
+21
2019-04-12
bpf: Introduce bpf_sysctl_get_name helper
Andrey Ignatov
1
-1
/
+21
2019-04-12
bpf: Sysctl hook
Andrey Ignatov
1
-0
/
+9
2019-04-11
bpf: add layer 2 encap support to bpf_skb_adjust_room
Alan Maguire
1
-0
/
+10
2019-04-11
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
Stanislav Fomichev
1
-0
/
+7
2019-04-10
bpf: add syscall side map freeze support
Daniel Borkmann
1
-0
/
+1
2019-04-10
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
1
-1
/
+5
2019-04-10
bpf: implement lookup-free direct value access for maps
Daniel Borkmann
1
-1
/
+12
2019-03-22
bpf: add bpf_skb_adjust_room encap flags
Willem de Bruijn
1
-1
/
+15
2019-03-22
bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
Willem de Bruijn
1
-2
/
+7
2019-03-22
bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
Willem de Bruijn
1
-1
/
+5
2019-03-22
bpf: add helper to check for a valid SYN cookie
Lorenz Bauer
1
-1
/
+17
2019-03-22
bpf: add skc_lookup_tcp helper
Lorenz Bauer
1
-1
/
+19
2019-03-15
bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()
Quentin Monnet
1
-0
/
+55
2019-03-15
bpf: fix documentation for eBPF helpers
Quentin Monnet
1
-63
/
+65
2019-03-13
bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helper
Martin KaFai Lau
1
-1
/
+10
2019-03-02
bpf: add bpf helper bpf_skb_ecn_set_ce
brakmo
1
-1
/
+9
2019-02-27
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
1
-0
/
+2
2019-02-14
bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encap
Peter Oskolkov
1
-2
/
+24
2019-02-11
bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sock
Martin KaFai Lau
1
-1
/
+50
2019-02-11
bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sock
Martin KaFai Lau
1
-9
/
+8
2019-02-11
bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helper
Martin KaFai Lau
1
-1
/
+11
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
1
-0
/
+1
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
1
-1
/
+6
2019-01-27
bpf: allocate 0x06 to new eBPF instruction class JMP32
Jiong Wang
1
-0
/
+1
2019-01-24
bpf: allow BPF programs access skb_shared_info->gso_segs field
Eric Dumazet
1
-0
/
+1
2018-12-19
bpf: sockmap, metadata support for reporting size of msg
John Fastabend
1
-0
/
+1
2018-12-18
bpf: remove useless version check for prog load
Daniel Borkmann
1
-1
/
+9
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
1
-0
/
+2
2018-12-11
bpf: fix up uapi helper description and sync bpf header with tools
Daniel Borkmann
1
-6
/
+6
2018-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-43
/
+95
2018-12-11
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
1
-3
/
+3
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+37
2018-12-10
media: bpf: add bpf function to report mouse movement
Sean Young
1
-1
/
+16
2018-12-10
bpf: Add bpf_line_info support
Martin KaFai Lau
1
-0
/
+19
2018-12-06
bpf: Change insn_offset to insn_off in bpf_func_info
Martin KaFai Lau
1
-1
/
+1
2018-12-04
bpf: respect size hint to BPF_PROG_TEST_RUN if present
Lorenz Bauer
1
-2
/
+5
2018-12-03
bpf: fix documentation for eBPF helpers
Quentin Monnet
1
-45
/
+45
2018-12-03
bpf: allow BPF read access to qdisc pkt_len
Petar Penkov
1
-0
/
+1
2018-12-01
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
1
-0
/
+14
2018-12-01
bpf: Improve socket lookup reuseport documentation
Joe Stringer
1
-0
/
+4
[next]