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