index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2020-08-01
1
-0
/
+5
*
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
2020-07-28
1
-1
/
+1
*
bpf: Implement BPF XDP link-specific introspection APIs
Andrii Nakryiko
2020-07-25
1
-0
/
+3
*
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
1
-1
/
+6
*
bpf: Implement bpf iterator for map elements
Yonghong Song
2020-07-25
1
-0
/
+7
*
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
1
-0
/
+77
*
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
2020-07-16
1
-3
/
+3
*
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
1
-0
/
+5
*
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-16
1
-0
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-13
1
-0
/
+1
|
\
|
*
bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook
Stanislav Fomichev
2020-07-08
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-11
1
-20
/
+21
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
2020-06-23
1
-20
/
+21
*
|
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-07-01
1
-1
/
+36
*
|
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
2020-06-24
1
-1
/
+8
*
|
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
2020-06-24
1
-1
/
+22
*
|
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-24
1
-1
/
+8
*
|
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
2020-06-24
1
-2
/
+5
*
|
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
2020-06-23
1
-1
/
+1
|
\
|
|
*
bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
Andrii Nakryiko
2020-06-16
1
-1
/
+1
*
|
bpf: Switch most helper return values from 32-bit int to 64-bit long
Andrii Nakryiko
2020-06-24
1
-96
/
+96
|
/
*
bpf: Devmap adjust uapi for attach bpf program
Jesper Dangaard Brouer
2020-06-09
1
-0
/
+13
*
bpf: Add csum_level helper for fixing up csum levels
Daniel Borkmann
2020-06-02
1
-1
/
+42
*
bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
Daniel Borkmann
2020-06-02
1
-0
/
+8
*
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
2020-06-01
1
-0
/
+5
*
xdp: Add xdp_txq_info to xdp_buff
David Ahern
2020-06-01
1
-0
/
+2
*
bpf: Add support to attach bpf program to a devmap entry
David Ahern
2020-06-01
1
-0
/
+1
*
bpf: Add rx_queue_mapping to bpf_sock
Amritha Nambiar
2020-06-01
1
-0
/
+1
*
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
1
-1
/
+83
*
bpf, sk_msg: Add get socket storage helpers
John Fastabend
2020-06-01
1
-0
/
+2
*
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
2020-05-19
1
-0
/
+4
*
xdp: Allow bpf_xdp_adjust_tail() to grow packet size
Jesper Dangaard Brouer
2020-05-14
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-05-14
1
-42
/
+131
|
\
|
*
bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
Andrey Ignatov
2020-05-14
1
-1
/
+35
|
*
bpf: Support narrow loads from bpf_sock_addr.user_port
Andrey Ignatov
2020-05-14
1
-1
/
+1
|
*
bpf: Minor fixes to BPF helpers documentation
Quentin Monnet
2020-05-11
1
-50
/
+59
|
*
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
2020-05-09
1
-1
/
+38
|
*
bpf: Create anonymous bpf iterator
Yonghong Song
2020-05-09
1
-0
/
+6
|
*
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
2020-05-09
1
-0
/
+1
|
*
bpf: Allow loading of a bpf_iter program
Yonghong Song
2020-05-09
1
-0
/
+1
|
*
bpf: Allow any port in bpf_bind helper
Stanislav Fomichev
2020-05-09
1
-4
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
uapi: revert flexible-array conversions
Gustavo A. R. Silva
2020-05-04
1
-1
/
+1
*
|
bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
Stanislav Fomichev
2020-05-01
1
-2
/
+12
*
|
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
2020-05-01
1
-0
/
+11
*
|
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-28
1
-0
/
+28
*
|
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
2020-04-28
1
-0
/
+2
*
|
bpf: Allocate ID for bpf_link
Andrii Nakryiko
2020-04-28
1
-0
/
+1
*
|
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
2020-04-26
1
-1
/
+12
|
/
*
bpf: Fix reStructuredText markup
Jakub Wilk
2020-04-24
1
-1
/
+1
[next]