index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: fix map not being uncharged during map creation failure
Daniel Borkmann
2020-05-10
1
-1
/
+3
*
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-04-02
1
-1
/
+2
*
bpf: silence warning messages in core
Valdis Klētnieks
2019-08-04
1
-0
/
+1
*
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-12-17
1
-4
/
+59
*
bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()
Ben Hutchings
2018-12-17
1
-8
/
+8
*
bpf/verifier: Add spi variable to check_stack_write()
Ben Hutchings
2018-12-17
1
-5
/
+3
*
bpf: support 8-byte metafield access
Alexei Starovoitov
2018-12-17
1
-3
/
+6
*
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
2018-11-10
2
-13
/
+4
*
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-08-06
1
-2
/
+2
*
bpf: map_get_next_key to return first key on NULL
Teng Qin
2018-05-16
3
-13
/
+18
*
bpf: skip unnecessary capability check
Chenbo Feng
2018-03-28
1
-1
/
+1
*
bpf: fix incorrect sign extension in check_alu_op()
Jann Horn
2018-03-22
1
-1
/
+2
*
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-02-03
1
-0
/
+19
*
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-02-03
1
-0
/
+18
*
bpf: fix divides by zero
Eric Dumazet
2018-02-03
1
-2
/
+2
*
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-02-03
1
-0
/
+5
*
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-02-03
1
-1
/
+23
*
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2018-02-03
1
-1
/
+1
*
bpf: fix branch pruning logic
Alexei Starovoitov
2018-02-03
1
-0
/
+28
*
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-17
1
-2
/
+15
*
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-17
2
-9
/
+61
*
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
2018-01-17
1
-3
/
+37
*
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2018-01-17
1
-39
/
+33
*
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2018-01-17
2
-54
/
+55
*
bpf: don't (ab)use instructions to store state
Jakub Kicinski
2018-01-17
1
-28
/
+39
*
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2018-01-17
2
-44
/
+80
*
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-11-21
1
-5
/
+16
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-10-21
1
-1
/
+2
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-07-21
1
-0
/
+5
*
bpf, inode: disallow userns mounts
Daniel Borkmann
2016-06-24
1
-1
/
+0
*
bpf: Use mount_nodev not mount_ns to mount the bpf filesystem
Eric W. Biederman
2016-06-24
1
-1
/
+1
*
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
2016-05-18
1
-21
/
+32
*
bpf: fix refcnt overflow
Alexei Starovoitov
2016-05-18
3
-11
/
+31
*
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
2016-05-18
1
-1
/
+0
*
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
2016-05-18
1
-0
/
+1
*
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
2016-04-20
1
-1
/
+1
*
bpf: fix branch offset adjustment on backjumps after patching ctx expansion
Daniel Borkmann
2016-03-03
1
-1
/
+1
*
net: bpf: reject invalid shifts
Rabin Vincent
2016-01-31
1
-0
/
+10
*
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
2015-12-02
3
-12
/
+34
*
bpf, array: fix heap out-of-bounds access when updating elements
Daniel Borkmann
2015-12-01
1
-1
/
+1
*
bpf: fix clearing on persistent program array maps
Daniel Borkmann
2015-11-25
3
-16
/
+29
*
bpf, verifier: annotate verbose printer with __printf
Daniel Borkmann
2015-11-03
1
-1
/
+1
*
bpf: add support for persistent maps/progs
Daniel Borkmann
2015-11-02
3
-4
/
+417
*
bpf: consolidate bpf_prog_put{, _rcu} dismantle paths
Daniel Borkmann
2015-11-02
2
-11
/
+7
*
bpf: align and clean bpf_{map,prog}_get helpers
Daniel Borkmann
2015-11-02
2
-20
/
+24
*
bpf: abstract anon_inode_getfd invocations
Daniel Borkmann
2015-11-02
1
-3
/
+14
*
bpf: convert hashtab lock to raw lock
Yang Shi
2015-11-02
1
-7
/
+7
*
bpf: fix bpf_perf_event_read() helper
Alexei Starovoitov
2015-10-26
1
-9
/
+16
*
bpf: introduce bpf_perf_event_output() helper
Alexei Starovoitov
2015-10-22
2
-1
/
+4
*
bpf: Need to call bpf_prog_uncharge_memlock from bpf_prog_put
Tom Herbert
2015-10-16
1
-0
/
+1
[next]