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-02-03
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-02-03
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-02-03
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-02-03
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-02-03
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-1
/
+23
2018-02-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
1
-1
/
+1
2018-02-03
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+28
2018-01-17
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-2
/
+15
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-9
/
+61
2018-01-17
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
1
-3
/
+37
2018-01-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
1
-39
/
+33
2018-01-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2
-54
/
+55
2018-01-17
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-28
/
+39
2018-01-17
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2
-44
/
+80
2017-11-21
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
1
-5
/
+16
2017-10-21
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
1
-1
/
+2
2017-07-21
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
1
-0
/
+5
2016-06-24
bpf, inode: disallow userns mounts
Daniel Borkmann
1
-1
/
+0
2016-06-24
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
1
-1
/
+1
2016-05-18
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-21
/
+32
2016-05-18
bpf: fix refcnt overflow
Alexei Starovoitov
3
-11
/
+31
2016-05-18
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-05-18
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
1
-0
/
+1
2016-04-20
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
1
-1
/
+1
2016-03-03
bpf: fix branch offset adjustment on backjumps after patching ctx expansion
Daniel Borkmann
1
-1
/
+1
2016-01-31
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+10
2015-12-02
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
3
-12
/
+34
2015-12-01
bpf, array: fix heap out-of-bounds access when updating elements
Daniel Borkmann
1
-1
/
+1
2015-11-25
bpf: fix clearing on persistent program array maps
Daniel Borkmann
3
-16
/
+29
2015-11-03
bpf, verifier: annotate verbose printer with __printf
Daniel Borkmann
1
-1
/
+1
2015-11-02
bpf: add support for persistent maps/progs
Daniel Borkmann
3
-4
/
+417
2015-11-02
bpf: consolidate bpf_prog_put{, _rcu} dismantle paths
Daniel Borkmann
2
-11
/
+7
2015-11-02
bpf: align and clean bpf_{map,prog}_get helpers
Daniel Borkmann
2
-20
/
+24
2015-11-02
bpf: abstract anon_inode_getfd invocations
Daniel Borkmann
1
-3
/
+14
2015-11-02
bpf: convert hashtab lock to raw lock
Yang Shi
1
-7
/
+7
2015-10-26
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
1
-9
/
+16
2015-10-22
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
2
-1
/
+4
2015-10-16
bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put
Tom Herbert
1
-0
/
+1
2015-10-12
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
3
-1
/
+68
2015-10-12
bpf: enable non-root eBPF programs
Alexei Starovoitov
2
-14
/
+103
2015-10-11
bpf: fix cb access in socket filter programs
Alexei Starovoitov
1
-1
/
+1
2015-10-08
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
3
-6
/
+29
2015-10-05
ebpf: include perf_event only where really needed
Daniel Borkmann
1
-0
/
+1
2015-10-03
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
1
-0
/
+2
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
2
-2
/
+6
2015-09-09
bpf: fix out of bounds access in verifier log
Alexei Starovoitov
1
-2
/
+2
2015-09-09
ebpf: fix fd refcount leaks related to maps in bpf syscall
Daniel Borkmann
1
-4
/
+8
2015-08-12
bpf: fix bpf_perf_event_read() loop upper bound
Wei-Chun Chao
1
-1
/
+1
2015-08-09
bpf: Implement function bpf_perf_event_read() that get the selected hardware ...
Kaixu Xia
1
-15
/
+33
2015-08-09
bpf: Add new bpf map type to store the pointer to struct perf_event
Kaixu Xia
1
-0
/
+57
[next]