summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-02-271-0/+2
* bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-02-271-2/+5
* bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu2019-02-271-1/+2
* bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-311-2/+15
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-01-311-13/+48
* bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-311-7/+179
* bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-311-1/+5
* bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-311-1/+7
* bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-22/+41
* bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-0/+11
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-311-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-311-17/+17
* bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-311-37/+38
* bpf: add per-insn complexity limitAlexei Starovoitov2019-01-311-1/+6
* bpf: improve verifier branch analysisAlexei Starovoitov2019-01-311-13/+80
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-4/+12
* bpf: Allow narrow loads with offset > 0Andrey Ignatov2019-01-261-5/+16
* bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-211-0/+3
* bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-12-171-1/+1
* bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-12-171-1/+2
* bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-271-0/+1
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-11-131-0/+13
* bpf/verifier: fix verifier instabilityAlexei Starovoitov2018-11-131-8/+8
* bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann2018-11-131-4/+6
* xsk: do not call synchronize_net() under RCU read lockBjörn Töpel2018-10-111-8/+2Star
* bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-051-1/+9
* bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin2018-10-021-0/+3
* bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin2018-09-281-1/+1
* bpf: sockmap, fix transition through disconnect without closeJohn Fastabend2018-09-221-19/+41
* bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend2018-09-221-1/+30
* bpf/verifier: disallow pointer subtractionAlexei Starovoitov2018-09-121-1/+1
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
* bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
* bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-08-281-23/+22Star
* bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-08-281-3/+2Star
* bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-08-281-1/+1
* bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
* bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-221-0/+3
* bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-221-1/+3
* bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-221-1/+3
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-184-21/+4Star
* bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexistDaniel Borkmann2018-08-161-49/+57
* bpf, sockmap: fix map elem deletion race with smap_stop_sockDaniel Borkmann2018-08-161-1/+4
* bpf, sockmap: fix leakage of smap_psock_map_entryDaniel Borkmann2018-08-161-2/+7
* bpf: fix a rcu usage warning in bpf_prog_array_copy_core()Yonghong Song2018-08-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1619-206/+1273
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-1314-25/+478
| |\
| | * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-1311-40/+66
| | * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-0/+9
| | * bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-114-1/+373