index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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]