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