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
2018-12-05
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
1
-4
/
+58
2018-11-13
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
1
-0
/
+13
2018-11-10
bpf: fix partial copy of map_ptr when dst is scalar
Daniel Borkmann
1
-4
/
+6
2018-11-04
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
3
-5
/
+6
2018-10-10
bpf: 32-bit RSH verification must truncate input before the ALU op
Jann Horn
1
-1
/
+9
2018-10-03
bpf: sockmap: write_space events need to be passed to TCP handler
John Fastabend
1
-0
/
+3
2018-08-24
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-08-03
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
1
-2
/
+2
2018-04-26
bpf: sockmap, fix leaking maps with attached but not detached progs
John Fastabend
1
-5
/
+14
2018-03-28
bpf: skip unnecessary capability check
Chenbo Feng
1
-1
/
+1
2018-03-11
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-16
/
+26
2018-03-11
bpf: add schedule points in percpu arrays management
Eric Dumazet
1
-1
/
+4
2018-03-11
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
1
-2
/
+1
2018-03-11
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
1
-4
/
+7
2018-03-11
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
1
-12
/
+16
2018-03-03
bpf: sockmap missing NULL psock check
John Fastabend
1
-2
/
+9
2018-02-25
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-9
/
+16
2018-02-22
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-6
/
+0
2018-01-31
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-01-31
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-01-31
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-01-31
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-0
/
+19
2018-01-17
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
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
-11
/
+72
2017-12-25
bpf: fix integer overflows
Daniel Borkmann
1
-0
/
+48
2017-12-25
bpf: don't prune branches when a scalar is replaced with a pointer
Daniel Borkmann
1
-8
/
+7
2017-12-25
bpf: force strict alignment checks for stack pointers
Daniel Borkmann
1
-0
/
+5
2017-12-25
bpf: fix missing error return in check_stack_boundary()
Daniel Borkmann
1
-0
/
+1
2017-12-25
bpf: fix 32-bit ALU op verification
Daniel Borkmann
1
-11
/
+17
2017-12-25
bpf: fix incorrect tracking of register size truncation
Daniel Borkmann
1
-17
/
+27
2017-12-25
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
1
-1
/
+7
2017-12-25
bpf/verifier: fix bounds calculation on BPF_RSH
Daniel Borkmann
1
-14
/
+16
2017-12-25
bpf: fix branch pruning logic
Daniel Borkmann
1
-0
/
+27
2017-12-14
bpf: fix lockdep splat
Eric Dumazet
1
-2
/
+6
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
bpf: remove SK_REDIRECT from UAPI
John Fastabend
1
-4
/
+12
2017-10-29
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
1
-1
/
+2
2017-10-29
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
1
-2
/
+10
2017-10-22
bpf: fix pattern matches for direct packet access
Daniel Borkmann
1
-0
/
+24
2017-10-22
bpf: fix off by one for range markings with L{T, E} patterns
Daniel Borkmann
1
-12
/
+21
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
1
-1
/
+1
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
1
-0
/
+3
2017-10-20
bpf: require CAP_NET_ADMIN when using sockmap maps
John Fastabend
1
-0
/
+3
2017-10-20
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
1
-10
/
+9
2017-10-20
bpf: enforce TCP only support for sockmap
John Fastabend
1
-0
/
+6
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2
-5
/
+1
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
1
-2
/
+3
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
1
-2
/
+6
[next]