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: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2022-02-09
1
-1
/
+2
*
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
2022-01-31
1
-1
/
+2
*
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
2022-01-24
1
-0
/
+11
*
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
2022-01-21
1
-0
/
+18
*
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
2022-01-21
1
-0
/
+7
*
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
2022-01-21
1
-0
/
+5
*
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
2022-01-19
1
-0
/
+18
*
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2022-01-19
1
-0
/
+15
*
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-13
1
-0
/
+28
*
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-11
1
-0
/
+11
*
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
1
-1
/
+58
*
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
2021-12-02
1
-0
/
+19
*
bpf: Add bpf_loop helper
Joanne Koong
2021-11-30
1
-0
/
+25
*
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2021-11-16
1
-1
/
+1
*
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-10
1
-0
/
+1
*
bpf: Introduce helper bpf_find_vma
Song Liu
2021-11-07
1
-0
/
+20
*
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
2021-11-01
1
-0
/
+1
*
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-28
1
-0
/
+16
*
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-28
1
-0
/
+9
*
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-21
1
-0
/
+1
*
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-10-21
1
-0
/
+7
*
bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments
Dave Marchevsky
2021-09-17
1
-2
/
+3
*
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-17
1
-0
/
+11
*
bpf: Update bpf_get_smp_processor_id() documentation
Matteo Croce
2021-09-15
1
-1
/
+1
*
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-09-13
1
-0
/
+22
*
bpf: Add hardware timestamp field to __sk_buff
Vadim Fedorenko
2021-09-10
1
-0
/
+2
*
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
1
-0
/
+7
*
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-23
1
-1
/
+1
*
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2021-08-17
1
-0
/
+16
*
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
1
-0
/
+7
*
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2021-08-17
1
-0
/
+2
*
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-15
1
-1
/
+1
*
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-15
1
-0
/
+7
*
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
1
-0
/
+73
*
bpf: Fix a typo of reuseport map in bpf.h.
Kuniyuki Iwashima
2021-07-14
1
-1
/
+1
*
bpf: Support input xdp_md context in BPF_PROG_TEST_RUN
Zvi Effron
2021-07-07
1
-3
/
+0
*
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-06-15
1
-0
/
+15
*
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-06-15
1
-0
/
+1
*
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-05-26
1
-2
/
+12
*
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-05-24
1
-0
/
+13
*
bpf: Add cmd alias BPF_PROG_RUN
Alexei Starovoitov
2021-05-19
1
-0
/
+1
*
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
2021-05-19
1
-0
/
+7
*
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
2021-05-19
1
-0
/
+7
*
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-19
1
-5
/
+11
*
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
2021-05-19
1
-0
/
+8
*
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-19
1
-0
/
+28
*
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-13
1
-0
/
+2
*
libbpf: Clarify flags in ringbuf helpers
Pedro Tammela
2021-04-12
1
-0
/
+16
*
bpf: Document PROG_TEST_RUN limitations
Joe Stringer
2021-04-12
1
-0
/
+21
*
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-04-01
1
-0
/
+1
[next]