index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
bpf: Make 32->64 bounds propagation slightly more robust
Daniel Borkmann
1
-9
/
+15
2021-12-16
bpf: Fix signed bounds propagation after mov32
Daniel Borkmann
1
-0
/
+4
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-10
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
1
-4
/
+0
2021-12-03
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-12-02
bpf: Fix bpf_check_mod_kfunc_call for built-in modules
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-12-02
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
1
-7
/
+2
2021-11-15
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2
-22
/
+52
2021-11-15
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
3
-2
/
+9
2021-11-12
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
1
-1
/
+2
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-35
/
+27
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2
-23
/
+21
2021-11-03
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
1
-12
/
+6
2021-11-02
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-9
/
+45
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-143
/
+861
2021-11-01
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-106
/
+656
2021-11-01
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
1
-1
/
+1
2021-11-01
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-11-01
bpf: Add missing map_delete_elem method to bloom filter map
Eric Dumazet
1
-0
/
+6
2021-11-01
bpf: Bloom filter map naming fixups
Joanne Koong
1
-23
/
+26
2021-11-01
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2
-0
/
+6
2021-11-01
bpf: Factor out a helper to prepare trampoline for struct_ops prog
Hou Tao
1
-10
/
+19
2021-11-01
cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
He Fengqing
1
-9
/
+45
2021-11-01
bpf: Disallow unprivileged bpf by default
Pawan Gupta
1
-0
/
+7
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
2021-10-28
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
1
-0
/
+27
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
[next]