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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
4
-7
/
+233
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-12
/
+24
2021-10-27
bpf: Use u64_stats_t in struct bpf_prog_stats
Eric Dumazet
2
-9
/
+15
2021-10-27
bpf: Fixes possible race in update_prog_stats() for 32bit arches
Eric Dumazet
1
-2
/
+4
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
3
-9
/
+18
2021-10-22
bpf: Fix error usage of map_fd and fdget() in generic_map_update_batch()
Xu Kuohai
1
-2
/
+3
2021-10-22
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+3
2021-10-22
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
1
-2
/
+2
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2
-2
/
+7
2021-10-20
bpf/preload: Clean up .gitignore and "clean-files" target
Quentin Monnet
2
-5
/
+2
2021-10-19
bpf: Silence Coverity warning for find_kfunc_desc_btf
Kumar Kartikeya Dwivedi
1
-9
/
+4
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-22
/
+22
2021-10-18
mm/filemap: Add filemap_add_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-10-08
bpftool: Add install-bin target to install binary only
Quentin Monnet
1
-1
/
+1
2021-10-08
bpf: iterators: Install libbpf headers when building
Quentin Monnet
1
-13
/
+25
2021-10-08
bpf: preload: Install libbpf headers when building
Quentin Monnet
1
-5
/
+20
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2021-10-05
bpf: Avoid retpoline for bpf_for_each_map_elem
Andrey Ignatov
1
-1
/
+10
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-10-05
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
1
-0
/
+2
2021-10-05
bpf: btf: Introduce helpers for dynamic BTF set registration
Kumar Kartikeya Dwivedi
1
-0
/
+52
2021-10-05
bpf: Be conservative while processing invalid kfunc calls
Kumar Kartikeya Dwivedi
1
-0
/
+18
2021-10-05
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
2
-27
/
+179
2021-10-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-60
/
+99
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+6
2021-09-30
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
1
-1
/
+2
2021-09-28
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
3
-11
/
+8
2021-09-28
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2
-20
/
+12
2021-09-28
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
1
-1
/
+1
2021-09-26
bpf: Support <8-byte scalar spill and refill
Martin KaFai Lau
1
-15
/
+52
2021-09-26
bpf: Check the other end of slot_type for STACK_SPILL
Martin KaFai Lau
1
-11
/
+19
2021-09-17
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2
-0
/
+7
2021-09-17
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
1
-3
/
+1
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-1
/
+130
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
1
-0
/
+128
2021-09-14
bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
Hou Tao
1
-2
/
+5
2021-09-13
bpf: Add oversize check before call kvcalloc()
Bixuan Cui
1
-0
/
+2
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
1
-5
/
+2
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
1
-1
/
+2
2021-09-10
bpf, mm: Fix lockdep warning triggered by stack_map_get_build_id_offset()
Yonghong Song
1
-2
/
+8
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
1
-2
/
+5
2021-09-02
bpf: Relicense disassembler as GPL-2.0-only OR BSD-2-Clause
Daniel Borkmann
2
-2
/
+2
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
12
-142
/
+331
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2021-08-25
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
1
-0
/
+2
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-1
/
+21
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
1
-0
/
+3
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
1
-0
/
+3
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
3
-13
/
+8
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
1
-0
/
+4
[prev]
[next]