summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-13bpf: btf: check name validity for various typesYonghong Song1-0/+57
2019-12-13bpf: btf: implement btf_name_valid_identifier()Yonghong Song1-0/+25
2019-12-05xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer1-3/+10
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-05bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer1-1/+1
2019-12-01bpf, btf: fix a missing check bug in btf_parseMartin Lau1-30/+25
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo1-2/+1
2019-11-24bpf: btf: Fix a missing check bugWenwen Wang1-0/+3
2019-10-07bpf: fix use after free in prog symbol exposureDaniel Borkmann1-11/+17
2019-07-26bpf: silence warning messages in coreValdis Klētnieks1-0/+1
2019-07-14bpf, devmap: Add missing RCU read lock on flushToshiaki Makita1-0/+4
2019-07-14bpf, devmap: Add missing bulk queue freeToshiaki Makita1-0/+1
2019-07-14bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita1-2/+2
2019-07-10bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-6/+15
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann2-4/+16
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon1-2/+7
2019-06-15bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak1-1/+1
2019-05-31bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet1-0/+3
2019-05-31bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-3/+46
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-05-25bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-04-20bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-04-03bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1
2019-03-23bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy1-0/+1
2019-03-23bpf: fix lockdep false positive in stackmapAlexei Starovoitov1-1/+7
2019-03-13bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-03-13bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov3-14/+35
2019-03-10bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann1-1/+2
2019-02-27bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev1-0/+2
2019-02-27bpf: don't assume build-id length is always 20 bytesStanislav Fomichev1-2/+5
2019-02-27bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-31bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann1-2/+15
2019-01-31bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann1-13/+48
2019-01-31bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-7/+179
2019-01-31bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-31bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+7
2019-01-31bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-31bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-31bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-0/+20
2019-01-31bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-17/+17
2019-01-31bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-37/+38
2019-01-31bpf: add per-insn complexity limitAlexei Starovoitov1-1/+6
2019-01-31bpf: improve verifier branch analysisAlexei Starovoitov1-13/+80
2019-01-26bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-4/+12
2019-01-26bpf: Allow narrow loads with offset > 0Andrey Ignatov1-5/+16
2018-12-21bpf: check pending signals while verifying programsAlexei Starovoitov1-0/+3