index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2020-06-01
bpf: Add rx_queue_mapping to bpf_sock
Amritha Nambiar
1
-0
/
+1
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
1
-1
/
+83
2020-06-01
bpf, sk_msg: Add get socket storage helpers
John Fastabend
1
-0
/
+2
2020-05-19
bpf: Add get{peer, sock}name attach types for sock_addr
Daniel Borkmann
1
-0
/
+4
2020-05-14
xdp: Allow bpf_xdp_adjust_tail() to grow packet size
Jesper Dangaard Brouer
1
-2
/
+2
2020-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-42
/
+131
2020-05-14
bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers
Andrey Ignatov
1
-1
/
+35
2020-05-14
bpf: Support narrow loads from bpf_sock_addr.user_port
Andrey Ignatov
1
-1
/
+1
2020-05-11
bpf: Minor fixes to BPF helpers documentation
Quentin Monnet
1
-50
/
+59
2020-05-09
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
1
-1
/
+38
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
1
-0
/
+6
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
1
-0
/
+1
2020-05-09
bpf: Allow any port in bpf_bind helper
Stanislav Fomichev
1
-4
/
+5
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-05-04
uapi: revert flexible-array conversions
Gustavo A. R. Silva
1
-1
/
+1
2020-05-01
bpf: Bpf_{g,s}etsockopt for struct bpf_sock_addr
Stanislav Fomichev
1
-2
/
+12
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+11
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-0
/
+28
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+2
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
1
-0
/
+1
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
1
-1
/
+12
2020-04-24
bpf: Fix reStructuredText markup
Jakub Wilk
1
-1
/
+1
2020-03-30
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
1
-0
/
+12
2020-03-30
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
1
-1
/
+9
2020-03-30
bpf: Add socket assign support
Joe Stringer
1
-1
/
+24
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
1
-0
/
+2
2020-03-27
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-1
/
+20
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-1
/
+15
2020-03-12
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
1
-1
/
+25
2020-03-12
bpf: Added new helper bpf_get_ns_current_pid_tgid
Carlos Neira
1
-1
/
+19
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-0
/
+1
2020-03-04
bpf: Switch BPF UAPI #define constants used from BPF program side to enums
Andrii Nakryiko
1
-66
/
+109
2020-03-03
bpf: Add gso_size to __sk_buff
Willem de Bruijn
1
-0
/
+1
2020-02-28
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+24
2020-02-19
bpf: Add bpf_read_branch_records() helper
Daniel Xu
1
-1
/
+24
2020-02-18
bpf, uapi: Remove text about bpf_redirect_map() giving higher performance
Toke Høiland-Jørgensen
1
-9
/
+7
2020-01-22
bpf: Add BPF_FUNC_jiffies64
Martin KaFai Lau
1
-1
/
+8
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-0
/
+1
2020-01-15
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-0
/
+1
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+2
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-0
/
+18
2020-01-15
bpf: Add bpf_send_signal_thread() helper
Yonghong Song
1
-2
/
+17
2020-01-09
bpf: Document BPF_F_QUERY_EFFECTIVE flag
Andrey Ignatov
1
-1
/
+6
2020-01-09
bpf: Add BPF_FUNC_tcp_send_ack helper
Martin KaFai Lau
1
-1
/
+10
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-1
/
+6
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-0
/
+1
2019-12-19
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
1
-0
/
+10
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
1
-0
/
+3
[prev]
[next]