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
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
bpf: Fix use-after-free of bpf_link when priming half-fails
Andrii Nakryiko
1
-6
/
+7
2020-05-01
bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS
Song Liu
1
-0
/
+57
2020-04-30
bpf: Fix unused variable warning
Arnd Bergmann
1
-1
/
+1
2020-04-28
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
1
-19
/
+136
2020-04-28
bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
Andrii Nakryiko
1
-0
/
+49
2020-04-28
bpf: Allocate ID for bpf_link
Andrii Nakryiko
1
-45
/
+98
2020-04-28
bpf: Refactor bpf_link update handling
Andrii Nakryiko
1
-7
/
+4
2020-04-24
bpf: Make bpf_link_fops static
Zou Wei
1
-1
/
+1
2020-04-24
bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd
Andrii Nakryiko
1
-2
/
+9
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-115
/
+215
2020-03-30
bpf: Implement bpf_prog replacement for an active bpf_cgroup_link
Andrii Nakryiko
1
-0
/
+55
2020-03-30
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
1
-9
/
+55
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+20
2020-03-30
bpf: lsm: Implement attach, detach and execution
KP Singh
1
-18
/
+39
2020-03-26
bpf: Remove unused vairable 'bpf_xdp_link_lops'
YueHaibing
1
-1
/
+0
2020-03-26
bpf: Factor out attach_type to prog_type mapping for attach/detach
Andrii Nakryiko
1
-87
/
+66
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+5
2020-03-20
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
1
-2
/
+4
2020-03-20
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
1
-1
/
+2
2020-03-17
bpf: Sanitize the bpf_struct_ops tcp-cc name
Martin KaFai Lau
1
-11
/
+14
2020-03-13
bpf: Abstract away entire bpf_link clean up procedure
Andrii Nakryiko
1
-7
/
+11
2020-03-11
bpf: Add bpf_link_new_file that doesn't install FD
Andrii Nakryiko
1
-34
/
+88
2020-03-05
bpf: Do not allow map_freeze in struct_ops map
Martin KaFai Lau
1
-0
/
+5
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-0
/
+1
2020-03-02
bpf: Introduce pinnable bpf_link abstraction
Andrii Nakryiko
1
-42
/
+181
2020-02-27
bpf: INET_DIAG support in bpf_sk_storage
Martin KaFai Lau
1
-0
/
+15
2020-02-24
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
1
-19
/
+8
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-3
/
+12
2020-01-20
bpf: Fix memory leaks in generic update/delete batch ops
Brian Vazquez
1
-11
/
+19
2020-01-16
bpf: Remove set but not used variable 'first_key'
YueHaibing
1
-2
/
+0
2020-01-15
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-1
/
+8
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
1
-0
/
+115
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
1
-4
/
+156
2020-01-15
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
1
-128
/
+152
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-17
/
+35
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-6
/
+11
2019-12-19
bpf: Support replacing cgroup-bpf program in MULTI mode
Andrey Ignatov
1
-2
/
+2
2019-12-13
bpf, xdp: Start using the BPF dispatcher for XDP
Björn Töpel
1
-8
/
+18
2019-12-11
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+33
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
1
-6
/
+14
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
1
-10
/
+6
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
1
-20
/
+0
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
1
-31
/
+0
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+31
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
1
-3
/
+96
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
1
-21
/
+9
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
1
-29
/
+22
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-4
/
+15
[next]