| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: fix inner map masking to prevent oob under speculation | Daniel Borkmann | 2019-01-31 | 1 | -2/+15 |
* | bpf: fix sanitation of alu op with pointer / scalar type from different paths | Daniel Borkmann | 2019-01-31 | 1 | -13/+48 |
* | bpf: prevent out of bounds speculation on pointer arithmetic | Daniel Borkmann | 2019-01-31 | 1 | -7/+179 |
* | bpf: fix check_map_access smin_value test when pointer contains offset | Daniel Borkmann | 2019-01-31 | 1 | -1/+5 |
* | bpf: restrict unknown scalars of mixed signed bounds for unprivileged | Daniel Borkmann | 2019-01-31 | 1 | -1/+7 |
* | bpf: restrict stack pointer arithmetic for unprivileged | Daniel Borkmann | 2019-01-31 | 1 | -22/+41 |
* | bpf: restrict map value pointer arithmetic for unprivileged | Daniel Borkmann | 2019-01-31 | 1 | -0/+11 |
* | bpf: enable access to ax register also from verifier rewrite | Daniel Borkmann | 2019-01-31 | 1 | -0/+20 |
* | bpf: move tmp variable into ax register in interpreter | Daniel Borkmann | 2019-01-31 | 1 | -17/+17 |
* | bpf: move {prev_,}insn_idx into verifier env | Daniel Borkmann | 2019-01-31 | 1 | -37/+38 |
* | bpf: add per-insn complexity limit | Alexei Starovoitov | 2019-01-31 | 1 | -1/+6 |
* | bpf: improve verifier branch analysis | Alexei Starovoitov | 2019-01-31 | 1 | -13/+80 |
* | bpf: relax verifier restriction on BPF_MOV | BPF_ALU | Jiong Wang | 2019-01-26 | 1 | -4/+12 |
* | bpf: Allow narrow loads with offset > 0 | Andrey Ignatov | 2019-01-26 | 1 | -5/+16 |
* | bpf: check pending signals while verifying programs | Alexei Starovoitov | 2018-12-21 | 1 | -0/+3 |
* | bpf: fix off-by-one error in adjust_subprog_starts | Edward Cree | 2018-12-17 | 1 | -1/+1 |
* | bpf: allocate local storage buffers using GFP_ATOMIC | Roman Gushchin | 2018-12-17 | 1 | -1/+2 |
* | bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv | Daniel Borkmann | 2018-11-27 | 1 | -0/+1 |
* | bpf: wait for running BPF programs when updating map-in-map | Daniel Colascione | 2018-11-13 | 1 | -0/+13 |
* | bpf/verifier: fix verifier instability | Alexei Starovoitov | 2018-11-13 | 1 | -8/+8 |
* | bpf: fix partial copy of map_ptr when dst is scalar | Daniel Borkmann | 2018-11-13 | 1 | -4/+6 |
* | xsk: do not call synchronize_net() under RCU read lock | Björn Töpel | 2018-10-11 | 1 | -8/+2 |
* | bpf: 32-bit RSH verification must truncate input before the ALU op | Jann Horn | 2018-10-05 | 1 | -1/+9 |
* | bpf: don't accept cgroup local storage with zero value size | Roman Gushchin | 2018-10-02 | 1 | -0/+3 |
* | bpf: harden flags check in cgroup_storage_update_elem() | Roman Gushchin | 2018-09-28 | 1 | -1/+1 |
* | bpf: sockmap, fix transition through disconnect without close | John Fastabend | 2018-09-22 | 1 | -19/+41 |
* | bpf: sockmap only allow ESTABLISHED sock state | John Fastabend | 2018-09-22 | 1 | -1/+30 |
* | bpf/verifier: disallow pointer subtraction | Alexei Starovoitov | 2018-09-12 | 1 | -1/+1 |
* | bpf: btf: Fix end boundary calculation for type section | Martin KaFai Lau | 2018-09-12 | 1 | -1/+1 |
* | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP | John Fastabend | 2018-09-02 | 1 | -1/+11 |
* | bpf: sockmap, decrement copied count correctly in redirect error case | John Fastabend | 2018-08-28 | 1 | -23/+22 |
* | bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg | Daniel Borkmann | 2018-08-27 | 1 | -3/+2 |
* | bpf, sockmap: fix potential use after free in bpf_tcp_close | Daniel Borkmann | 2018-08-27 | 1 | -1/+1 |
* | bpf: use per htab salt for bucket hash | Daniel Borkmann | 2018-08-23 | 1 | -10/+13 |
* | bpf: sockmap: write_space events need to be passed to TCP handler | John Fastabend | 2018-08-22 | 1 | -0/+3 |
* | bpf, sockmap: fix sock hash count in alloc_sock_hash_elem | Daniel Borkmann | 2018-08-22 | 1 | -1/+3 |
* | bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys | Daniel Borkmann | 2018-08-22 | 1 | -1/+3 |
* | bpf: fix redirect to map under tail calls | Daniel Borkmann | 2018-08-17 | 4 | -21/+4 |
* | bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist | Daniel Borkmann | 2018-08-16 | 1 | -49/+57 |
* | bpf, sockmap: fix map elem deletion race with smap_stop_sock | Daniel Borkmann | 2018-08-16 | 1 | -1/+4 |
* | bpf, sockmap: fix leakage of smap_psock_map_entry | Daniel Borkmann | 2018-08-16 | 1 | -2/+7 |
* | bpf: fix a rcu usage warning in bpf_prog_array_copy_core() | Yonghong Song | 2018-08-16 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-08-15 | 19 | -206/+1273 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-08-13 | 14 | -25/+478 |
| |\ |
|
| | * | bpf: decouple btf from seq bpf fs dump and enable more maps | Daniel Borkmann | 2018-08-13 | 11 | -40/+66 |
| | * | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 2018-08-11 | 1 | -0/+9 |
| | * | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY | Martin KaFai Lau | 2018-08-11 | 4 | -1/+373 |
| | * | bpf: btf: add pretty print for hash/lru_hash maps | Yonghong Song | 2018-08-10 | 1 | -0/+44 |
| | * | bpf: fix bpffs non-array map seq_show issue | Yonghong Song | 2018-08-10 | 1 | -3/+5 |
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-11 | 3 | -14/+24 |
| |\ \
| | |/
| |/| |
|