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
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-207
/
+867
2022-07-08
bpf: Check attach_func_proto more carefully in check_return_code
Stanislav Fomichev
1
-5
/
+16
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-66
/
+47
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
1
-0
/
+9
2022-07-01
bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals
Daniel Borkmann
1
-49
/
+23
2022-07-01
bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
Daniel Borkmann
1
-17
/
+24
2022-06-29
bpf: expose bpf_{g,s}etsockopt to lsm cgroup
Stanislav Fomichev
1
-0
/
+38
2022-06-29
bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
Stanislav Fomichev
2
-32
/
+71
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
5
-16
/
+54
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
7
-11
/
+426
2022-06-29
bpf: convert cgroup_bpf.progs to hlist
Stanislav Fomichev
1
-32
/
+44
2022-06-29
bpf: add bpf_func_t and trampoline helpers
Stanislav Fomichev
1
-30
/
+33
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-83
/
+1
2022-06-24
bpf: Fix for use-after-free bug in inline_bpf_loop
Eduard Zingerman
1
-1
/
+1
2022-06-24
bpf: Replace hard-coded 0 with BPF_K in check_alu_op
Simon Wang
1
-1
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-06-23
bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
Jörn-Thorben Hinz
1
-4
/
+3
2022-06-21
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2
-1
/
+8
2022-06-20
bpf: Inline calls to bpf_loop when callback is known
Eduard Zingerman
2
-9
/
+180
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
7
-54
/
+263
2022-06-17
bpf: Fix non-static bpf_func_proto struct definitions
Joanne Koong
2
-7
/
+7
2022-06-16
bpf: Allow helpers to accept pointers with a fixed size
Maxim Mikityanskiy
1
-11
/
+32
2022-06-16
bpf: allow sleepable uprobe programs to attach
Delyan Kratunov
1
-2
/
+2
2022-06-16
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
1
-0
/
+15
2022-06-15
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-06-11
bpf: avoid grabbing spin_locks of all cpus when no free elems
Feng Zhou
1
-6
/
+14
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
1
-1
/
+2
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
2
-15
/
+129
2022-06-02
bpf: Fix KASAN use-after-free Read in compute_effective_progs
Tadeusz Struk
1
-10
/
+60
2022-06-02
bpf: Correct the comment about insn_to_jit_off
Pu Lehui
1
-1
/
+1
2022-06-02
bpf: Unify data extension operation of jited_ksyms and jited_linfo
Pu Lehui
1
-2
/
+3
2022-06-02
Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-9
/
+5
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
1
-9
/
+5
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-05-25
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
28
-531
/
+2537
2022-05-23
bpf: Add dynptr data slices
Joanne Koong
2
-0
/
+51
2022-05-23
bpf: Add bpf_dynptr_read and bpf_dynptr_write
Joanne Koong
1
-0
/
+78
2022-05-23
bpf: Dynptr support for ring buffers
Joanne Koong
3
-7
/
+137
2022-05-23
bpf: Add bpf_dynptr_from_mem for local dynptrs
Joanne Koong
2
-0
/
+71
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
1
-3
/
+185
2022-05-23
bpf: Suppress 'passing zero to PTR_ERR' warning
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-05-23
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
1
-0
/
+8
2022-05-23
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
1
-4
/
+6
2022-05-20
bpf: refine kernel.unprivileged_bpf_disabled behaviour
Alan Maguire
1
-1
/
+13
2022-05-20
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
1
-0
/
+6
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
1
-0
/
+1
2022-05-13
bpf: Add MEM_UNINIT as a bpf_type_flag
Joanne Koong
2
-22
/
+10
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
1
-0
/
+1
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
1
-0
/
+10
2022-05-11
bpf: Fix potential array overflow in bpf_trampoline_get_progs()
Yuntao Wang
1
-6
/
+12
[next]