summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann
2019-08-25bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-08-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2019-07-31bpf: silence warning messages in coreValdis Klētnieks
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-05-25bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-04-20bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann
2019-04-20bpf: do not restore dst_reg when cur_state is freedXu Yu
2019-04-20bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-04-20bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann
2019-04-20bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann
2019-04-20bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-04-20bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-04-20bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-04-20bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-04-20bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-04-20bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2019-04-20bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann
2019-04-20bpf: fix stack state printing in verifier logAlexei Starovoitov
2019-04-20bpf: fix verifier NULL pointer dereferenceCraig Gallek
2019-04-20bpf: fix verifier memory leaksAlexei Starovoitov
2019-04-20bpf: reduce verifier memory consumptionAlexei Starovoitov
2019-04-20bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2018-12-05bpf: Prevent memory disambiguation attackAlexei Starovoitov
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-08-24bpf: hash map: decrement counter on errorMauricio Vasquez B
2018-08-03bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski
2018-04-26bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend
2018-03-28bpf: skip unnecessary capability checkChenbo Feng
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-03-11bpf: add schedule points in percpu arrays managementEric Dumazet
2018-03-11bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song
2018-03-11bpf: fix memory leak in lpm_trie map_free callback functionYonghong Song
2018-03-11bpf: fix mlock precharge on arraymapsDaniel Borkmann
2018-03-03bpf: sockmap missing NULL psock checkJohn Fastabend
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann