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
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-5
/
+91
2022-08-02
Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...
Linus Torvalds
1
-1
/
+1
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+2
2022-07-19
bpf: fix bpf_skb_pull_data documentation
Joanne Koong
1
-1
/
+2
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+7
2022-07-08
bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
Joanne Koong
1
-4
/
+7
2022-07-05
bpf: Introduce TYPE_MATCH related constants/macros
Daniel Müller
1
-0
/
+1
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
1
-0
/
+3
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+1
2022-06-28
treewide: uapi: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
1
-1
/
+1
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
1
-0
/
+78
2022-06-16
bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
Maxim Mikityanskiy
1
-4
/
+6
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
1
-0
/
+12
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
1
-0
/
+19
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
1
-0
/
+35
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
1
-0
/
+12
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
1
-0
/
+5
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-0
/
+7
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+9
2022-05-10
bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.
Kui-Feng Lee
1
-0
/
+9
2022-05-10
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
1
-0
/
+1
2022-05-10
bpf: Add source ip in "struct bpf_tunnel_key"
Kaixi Fan
1
-0
/
+4
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-0
/
+12
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
1
-4
/
+4
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
1
-0
/
+1
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
1
-0
/
+13
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
1
-0
/
+11
2022-03-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
1
-2
/
+2
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
1
-19
/
+21
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
1
-0
/
+3
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
1
-1
/
+40
2022-02-09
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
1
-1
/
+2
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
1
-1
/
+2
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
1
-0
/
+11
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
1
-0
/
+18
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
1
-0
/
+7
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
1
-0
/
+5
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
1
-0
/
+18
2022-01-19
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
1
-0
/
+15
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
1
-0
/
+28
2021-12-11
bpf: Add bpf_strncmp helper
Hou Tao
1
-0
/
+11
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
1
-1
/
+58
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
1
-0
/
+19
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
1
-0
/
+25
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
1
-1
/
+1
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
1
-0
/
+1
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
1
-0
/
+20
2021-11-01
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
1
-0
/
+1
2021-10-28
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
1
-0
/
+16
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
1
-0
/
+9
[next]