summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree1-1/+1
2018-12-17bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin1-1/+2
2018-11-27bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann1-0/+1
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-11-13bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-10-11xsk: do not call synchronize_net() under RCU read lockBjörn Töpel1-8/+2
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn1-1/+9
2018-10-02bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin1-0/+3
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin1-1/+1
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend1-19/+41
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend1-1/+30
2018-09-12bpf/verifier: disallow pointer subtractionAlexei Starovoitov1-1/+1
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-09-02bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend1-1/+11
2018-08-28bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend1-23/+22
2018-08-27bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann1-3/+2
2018-08-27bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann1-1/+1
2018-08-23bpf: use per htab salt for bucket hashDaniel Borkmann1-10/+13