aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2019-09-16bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-08-02bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2019-08-02bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-08-02bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2019-08-02bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-08-02bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-08-02bpf: relax inode permission check for retrieving bpf programChenbo Feng
2019-05-15bpf: fix use after free in bpf_evict_inodeDaniel Borkmann
2019-03-26bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-03-26bpf: fix lockdep false positive in stackmapAlexei Starovoitov
2019-03-20bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-03-20bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-03-08bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev
2019-03-08bpf: don't assume build-id length is always 20 bytesStanislav Fomichev
2019-03-08bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu
2019-02-19bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann
2019-02-19bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann
2019-02-19bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann
2019-02-19bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann
2019-02-19bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann
2019-02-19bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-02-19bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2019-02-19bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann
2019-02-19bpf: add per-insn complexity limitAlexei Starovoitov
2019-02-19bpf: improve verifier branch analysisAlexei Starovoitov
2019-02-05bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2019-02-05bpf: Allow narrow loads with offset > 0Andrey Ignatov
2019-01-12bpf: check pending signals while verifying programsAlexei Starovoitov
2018-12-30bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-12-04bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-11-13xsk: do not call synchronize_net() under RCU read lockBjörn Töpel
2018-11-10bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-10-20bpf: sockmap, fix transition through disconnect without closeJohn Fastabend
2018-10-20bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend
2018-10-18bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau
2018-10-10bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn
2018-10-10bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend
2018-10-10bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend
2018-10-10bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann
2018-10-10bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann
2018-10-03bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend
2018-10-03bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann
2018-10-03bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann
2018-09-29bpf/verifier: disallow pointer subtractionAlexei Starovoitov
2018-09-26bpf: fix rcu annotations in compute_effective_progs()Roman Gushchin
2018-09-15bpf: fix bpffs non-array map seq_show issueYonghong Song
2018-09-15bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann
2018-09-15bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann