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
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
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
2018-01-17
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-3
/
+15
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-12
/
+61
2018-01-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
1
-39
/
+34
2018-01-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2
-54
/
+54
2017-12-29
bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
Ben Hutchings
1
-2
/
+3
2017-12-25
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
1
-3
/
+10
2017-12-25
bpf: reject out-of-bounds stack pointer calculation
Daniel Borkmann
1
-2
/
+20
2017-12-25
bpf: fix branch pruning logic
Daniel Borkmann
1
-0
/
+27
2017-12-25
bpf: adjust insn_aux_data when patching insns
Daniel Borkmann
1
-5
/
+39
2017-12-14
bpf: fix lockdep splat
Eric Dumazet
1
-2
/
+6
2017-10-12
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
1
-1
/
+2
2017-08-30
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
1
-6
/
+15
2017-08-30
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-14
/
+96
2017-08-30
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
1
-0
/
+1
2017-08-30
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
2017-08-30
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
1
-0
/
+62
2017-07-21
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
1
-0
/
+5
2017-07-05
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
4
-36
/
+50
2017-05-14
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
1
-5
/
+16
2017-05-14
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
1
-0
/
+11
2017-05-03
bpf: improve verifier packet range checks
Alexei Starovoitov
1
-2
/
+3
2017-03-22
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
1
-3
/
+8
2017-03-22
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
1
-3
/
+8
2017-03-22
bpf: fix state equivalence
Alexei Starovoitov
1
-1
/
+1
2017-03-22
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
1
-16
/
+45
2016-11-30
bpf: fix states equal logic for varlen access
Josef Bacik
1
-2
/
+8
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-23
/
+47
2016-11-07
bpf: fix map not being uncharged during map creation failure
Daniel Borkmann
1
-1
/
+3
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
1
-1
/
+2
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
1
-18
/
+311
2016-09-27
bpf: clean up put_cpu_var usage
Shaohua Li
1
-1
/
+1
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
1
-1
/
+1
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
1
-3
/
+2
2016-09-21
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
1
-2
/
+12
2016-09-21
bpf: enable non-core use of the verfier
Jakub Kicinski
1
-0
/
+68
2016-09-21
bpf: expose internal verfier structures
Jakub Kicinski
1
-163
/
+103
2016-09-21
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-30
/
+40
2016-09-20
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2
-14
/
+43
2016-09-20
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
1
-1
/
+1
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
3
-38
/
+15
2016-09-09
bpf: minor cleanups in helpers
Daniel Borkmann
1
-3
/
+3
2016-09-08
bpf: fix range propagation on direct packet access
Daniel Borkmann
1
-15
/
+40
2016-09-02
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
1
-1
/
+21
2016-09-02
bpf: support 8-byte metafield access
Alexei Starovoitov
1
-3
/
+6
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2016-08-12
bpf: allow helpers access the packet directly
Alexei Starovoitov
1
-18
/
+43
2016-08-12
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
1
-2
/
+2
2016-08-12
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2
-2
/
+4
2016-08-06
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
1
-11
/
+73
[next]