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 mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
1
-0
/
+3
*
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
1
-0
/
+1
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
1
-0
/
+2
*
bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
Daniel Borkmann
2019-11-02
1
-40
/
+82
*
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2019-10-31
1
-0
/
+2
*
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
1
-1
/
+26
*
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
2019-10-17
1
-0
/
+1
*
uapi/bpf: fix helper docs
Andrii Nakryiko
2019-10-06
1
-16
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-3
/
+12
|
\
|
*
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
1
-0
/
+3
|
*
bpf: clarify when bpf_trace_printk discards lines
Peter Wu
2019-08-21
1
-0
/
+2
|
*
bpf: fix 'struct pt_reg' typo in documentation
Peter Wu
2019-08-21
1
-3
/
+3
|
*
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
1
-0
/
+1
|
*
bpf: support cloning sk storage on accept()
Stanislav Fomichev
2019-08-17
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
sock: make cookie generation global instead of per netns
Daniel Borkmann
2019-08-09
1
-2
/
+2
*
|
bpf: add bpf_tcp_gen_syncookie helper
Petar Penkov
2019-07-30
1
-1
/
+29
*
|
xdp: Add devmap_hash map type for looking up devices by hashed index
Toke Høiland-Jørgensen
2019-07-29
1
-0
/
+1
*
|
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
2019-07-25
1
-0
/
+1
*
|
bpf/flow_dissector: pass input flags to BPF flow dissector program
Stanislav Fomichev
2019-07-25
1
-0
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-07-19
1
-2
/
+2
|
\
|
*
bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6
Stanislav Fomichev
2019-07-15
1
-2
/
+2
*
|
docs: cgroup-v1: add it to the admin-guide book
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-7
/
+74
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-0
/
+1
|
|
\
|
|
*
bpf: fix uapi bpf_prog_info fields alignment
Baruch Siach
2019-06-29
1
-0
/
+1
|
*
|
bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr
Stanislav Fomichev
2019-07-08
1
-3
/
+3
|
*
|
bpf: add icsk_retransmits to bpf_tcp_sock
Stanislav Fomichev
2019-07-03
1
-0
/
+1
|
*
|
bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock
Stanislav Fomichev
2019-07-03
1
-0
/
+5
|
*
|
bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT
Stanislav Fomichev
2019-07-03
1
-1
/
+5
|
*
|
bpf_xdp_redirect_map: Perform map lookup in eBPF helper
Toke Høiland-Jørgensen
2019-06-29
1
-2
/
+5
|
*
|
bpf: implement getsockopt and setsockopt hooks
Stanislav Fomichev
2019-06-27
1
-0
/
+14
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
1
-0
/
+6
|
|
\
\
|
|
*
|
bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog type
Stanislav Fomichev
2019-06-15
1
-0
/
+1
|
|
*
|
bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type
Stanislav Fomichev
2019-06-15
1
-0
/
+1
|
|
*
|
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-10
1
-0
/
+4
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-2
/
+4
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
*
|
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
*
|
|
Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2019-07-08
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
docs: cgroup-v1: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
|
|
/
*
|
bpf: simplify definition of BPF_FIB_LOOKUP related flags
Martynas Pumputis
2019-06-13
1
-2
/
+2
*
|
bpf: fix unconnected udp hooks
Daniel Borkmann
2019-06-06
1
-0
/
+2
|
/
*
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
[next]