index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2022-08-25
bpf: fix overflow in prog accounting
Daniel Borkmann
2022-07-29
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-02-16
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
2021-11-26
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
2021-10-17
bpf: Fix integer overflow in prealloc_elems_and_freelist()
Tatsuhiko Yasumatsu
2021-02-23
bpf: Check for integer overflow when using roundup_pow_of_two()
Bui Quang Minh
2021-01-30
bpf: Fix buggy rsh min/max bounds tracking
Daniel Borkmann
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-04-02
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2019-08-25
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
2019-08-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
2019-08-25
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2019-08-04
bpf: silence warning messages in core
Valdis Klētnieks
2019-05-16
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
2019-05-16
bpf: fix struct htab_elem layout
Alexei Starovoitov
2018-12-21
bpf: check pending signals while verifying programs
Alexei Starovoitov
2018-12-08
bpf: Prevent memory disambiguation attack
Alexei Starovoitov
2018-12-08
bpf/verifier: Pass instruction index to check_mem_access() and check_xadd()
Ben Hutchings
2018-12-08
bpf/verifier: Add spi variable to check_stack_write()
Ben Hutchings
2018-08-03
bpf: fix references to free_bpf_prog_info() in comments
Jakub Kicinski
2018-05-09
bpf: map_get_next_key to return first key on NULL
Teng Qin
2018-03-28
bpf: skip unnecessary capability check
Chenbo Feng
2018-03-11
bpf: add schedule points in percpu arrays management
Eric Dumazet
2018-03-11
bpf: fix mlock precharge on arraymaps
Daniel Borkmann
2018-03-11
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2018-01-31
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-31
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-31
bpf: fix divides by zero
Eric Dumazet
2018-01-31
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-31
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-31
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
2018-01-17
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
2018-01-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2017-12-29
bpf/verifier: Fix states_equal() comparison of pointer and UNKNOWN
Ben Hutchings
2017-12-25
bpf: fix incorrect sign extension in check_alu_op()
Daniel Borkmann
2017-12-25
bpf: reject out-of-bounds stack pointer calculation
Daniel Borkmann
2017-12-25
bpf: fix branch pruning logic
Daniel Borkmann
2017-12-25
bpf: adjust insn_aux_data when patching insns
Daniel Borkmann
2017-12-14
bpf: fix lockdep splat
Eric Dumazet
2017-10-12
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-08-30
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-08-30
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-08-30
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-08-30
bpf: adjust verifier heuristics
Daniel Borkmann
2017-08-30
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-21
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-07-05
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-05-14
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
[next]