index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-13
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
1
-2
/
+10
2019-03-13
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
3
-14
/
+35
2019-03-13
bpf: run bpf programs with preemption disabled
Alexei Starovoitov
1
-1
/
+1
2019-03-10
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-02-27
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
1
-0
/
+2
2019-02-27
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
1
-2
/
+5
2019-02-27
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
1
-1
/
+2
2019-01-31
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
1
-2
/
+15
2019-01-31
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
1
-13
/
+48
2019-01-31
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
1
-6
/
+179
2019-01-31
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
1
-1
/
+5
2019-01-31
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
1
-1
/
+8
2019-01-31
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
1
-22
/
+41
2019-01-31
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
1
-0
/
+11
2019-01-31
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
1
-0
/
+20
2019-01-31
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
1
-17
/
+17
2019-01-31
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
1
-37
/
+37
2019-01-26
bpf: relax verifier restriction on BPF_MOV | BPF_ALU
Jiong Wang
1
-4
/
+12
2019-01-26
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
1
-5
/
+16
2018-12-13
bpf: verifier: make sure callees don't prune with caller differences
Jakub Kicinski
1
-3
/
+10
2018-12-11
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
1
-6
/
+15
2018-12-04
bpf: add per-insn complexity limit
Alexei Starovoitov
1
-1
/
+6
2018-12-04
bpf: improve verifier branch analysis
Alexei Starovoitov
1
-13
/
+80
2018-12-04
bpf: check pending signals while verifying programs
Alexei Starovoitov
1
-0
/
+3
2018-11-28
bpf: btf: check name validity for various types
Yonghong Song
1
-0
/
+57
2018-11-28
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
1
-0
/
+25
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-0
/
+34
2018-11-22
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
1
-8
/
+8
2018-11-16
bpf: allocate local storage buffers using GFP_ATOMIC
Roman Gushchin
1
-1
/
+2
2018-11-16
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
1
-1
/
+1
2018-11-02
bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
Daniel Borkmann
1
-0
/
+1
2018-11-02
bpf: show main program address and length in bpf_prog_info
Song Liu
1
-9
/
+24
2018-11-02
bpf: show real jited address in bpf_prog_info->jited_ksyms
Song Liu
1
-1
/
+0
2018-11-02
bpf: show real jited prog address in /proc/kallsyms
Song Liu
1
-3
/
+1
2018-10-31
bpf: don't set id on after map lookup with ptr_to_map_val return
Daniel Borkmann
1
-5
/
+6
2018-10-31
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
1
-4
/
+6
2018-10-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
1
-3
/
+46
2018-10-25
bpf: make direct packet write unclone more robust
Daniel Borkmann
1
-1
/
+5
2018-10-25
bpf: fix leaking uninitialized memory on pop/peek helpers
Daniel Borkmann
1
-0
/
+2
2018-10-25
bpf: fix direct packet write into pop/peek helpers
Daniel Borkmann
1
-2
/
+0
2018-10-25
bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data
Daniel Borkmann
1
-0
/
+1
2018-10-25
bpf: fix direct packet access for flow dissector progs
Daniel Borkmann
1
-2
/
+4
2018-10-26
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
1
-33
/
+25
2018-10-26
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
1
-2
/
+1
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-20
/
+500
2018-10-20
bpf, verifier: avoid retpoline for map push/pop/peek operation
Daniel Borkmann
1
-1
/
+24
2018-10-20
bpf, verifier: remove unneeded flow key in check_helper_mem_access
Daniel Borkmann
1
-2
/
+0
2018-10-20
bpf, verifier: reject xadd on flow key memory
Daniel Borkmann
1
-1
/
+10
2018-10-20
bpf, verifier: fix register type dump in xadd and st
Daniel Borkmann
1
-6
/
+13
2018-10-19
bpf: remove unused variable
Alexei Starovoitov
1
-1
/
+1
[next]