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