| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | bpf: Add bpf_for_each_map_elem() helper | Yonghong Song | 2021-02-26 | 1 | -0/+3 |
* | bpf: Support pointers in global func args | Dmitrii Banshchikov | 2021-02-12 | 1 | -0/+2 |
* | bpf: Allow variable-offset stack access | Andrei Matei | 2021-02-10 | 1 | -1/+2 |
* | bpf: Support BPF ksym variables in kernel modules | Andrii Nakryiko | 2021-01-12 | 1 | -0/+3 |
* | bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier | Andrii Nakryiko | 2020-12-03 | 1 | -7/+21 |
* | bpf: Support for pointers beyond pkt_end. | Alexei Starovoitov | 2020-11-13 | 1 | -1/+1 |
* | bpf: Introduce pseudo_btf_id | Hao Luo | 2020-10-02 | 1 | -0/+7 |
* | bpf: verifier: refactor check_attach_btf_id() | Toke Høiland-Jørgensen | 2020-09-28 | 1 | -0/+13 |
* | bpf: change logging calls from verbose() to bpf_log() and use log pointer | Toke Høiland-Jørgensen | 2020-09-28 | 1 | -2/+3 |
* | bpf: Add abnormal return checks. | Alexei Starovoitov | 2020-09-17 | 1 | -0/+1 |
* | bpf, x64: rework pro/epilogue and tailcall handling in JIT | Maciej Fijalkowski | 2020-09-17 | 1 | -0/+1 |
* | bpf: Limit caller's stack depth 256 for subprogs with tailcalls | Maciej Fijalkowski | 2020-09-17 | 1 | -0/+1 |
* | bpf: Support access to bpf map fields | Andrey Ignatov | 2020-06-22 | 1 | -0/+1 |
* | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 2020-06-01 | 1 | -0/+4 |
* | bpf: Implement CAP_BPF | Alexei Starovoitov | 2020-05-15 | 1 | -0/+3 |
* | bpf: Verifier, do explicit ALU32 bounds tracking | John Fastabend | 2020-03-30 | 1 | -0/+4 |
* | bpf: Introduce function-by-function verification | Alexei Starovoitov | 2020-01-10 | 1 | -2/+8 |
* | bpf: Constant map key tracking for prog array pokes | Daniel Borkmann | 2019-11-24 | 1 | -1/+2 |
* | bpf: Compare BTF types of functions arguments with actual types | Alexei Starovoitov | 2019-11-15 | 1 | -0/+1 |
* | bpf: Implement accurate raw_tp context access via BTF | Alexei Starovoitov | 2019-10-17 | 1 | -0/+4 |
* | bpf: Process in-kernel BTF | Alexei Starovoitov | 2019-10-17 | 1 | -1/+3 |
* | bpf: introduce verifier internal test flag | Alexei Starovoitov | 2019-08-28 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-06-20 | 1 | -1/+68 |
|\ |
|
| * | bpf: precise scalar_value tracking | Alexei Starovoitov | 2019-06-19 | 1 | -0/+18 |
| * | bpf: introduce bounded loops | Alexei Starovoitov | 2019-06-19 | 1 | -1/+50 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 1 | -4/+1 |
|\ \
| |/
|/| |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2019-05-30 | 1 | -4/+1 |
* | | bpf: verifier: mark verified-insn with sub-register zext flag | Jiong Wang | 2019-05-24 | 1 | -3/+11 |
* | | bpf: convert explored_states to hash table | Alexei Starovoitov | 2019-05-24 | 1 | -0/+1 |
* | | bpf: split explored_states | Alexei Starovoitov | 2019-05-24 | 1 | -0/+1 |
|/ |
|
* | bpf: remove global variables | Alexei Starovoitov | 2019-04-23 | 1 | -0/+5 |
* | bpf: implement lookup-free direct value access for maps | Daniel Borkmann | 2019-04-09 | 1 | -0/+4 |
* | bpf: improve verification speed by droping states | Alexei Starovoitov | 2019-04-04 | 1 | -0/+2 |
* | bpf: add verifier stats and log_level bit 2 | Alexei Starovoitov | 2019-04-04 | 1 | -0/+21 |
* | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release | Martin KaFai Lau | 2019-03-13 | 1 | -0/+40 |
* | bpf: introduce bpf_spin_lock | Alexei Starovoitov | 2019-02-01 | 1 | -0/+1 |
* | bpf: notify offload JITs about optimizations | Jakub Kicinski | 2019-01-23 | 1 | -0/+5 |
* | bpf: verifier: record original instruction index | Jakub Kicinski | 2019-01-23 | 1 | -0/+1 |
* | bpf: fix sanitation of alu op with pointer / scalar type from different paths | Daniel Borkmann | 2019-01-05 | 1 | -0/+1 |
* | bpf: prevent out of bounds speculation on pointer arithmetic | Daniel Borkmann | 2019-01-02 | 1 | -0/+10 |
* | bpf: move {prev_,}insn_idx into verifier env | Daniel Borkmann | 2019-01-02 | 1 | -0/+2 |
* | bpf: add self-check logic to liveness analysis | Alexei Starovoitov | 2018-12-15 | 1 | -0/+1 |
* | bpf: verbose log bpf_line_info in verifier | Martin KaFai Lau | 2018-12-14 | 1 | -0/+1 |
* | bpf: Add bpf_line_info support | Martin KaFai Lau | 2018-12-09 | 1 | -0/+1 |
* | bpf: btf: support proper non-jit func info | Yonghong Song | 2018-11-26 | 1 | -1/+0 |
* | bpf: Introduce bpf_func_info | Yonghong Song | 2018-11-20 | 1 | -0/+1 |
* | bpf: pass prog instead of env to bpf_prog_offload_verifier_prep() | Quentin Monnet | 2018-11-10 | 1 | -1/+1 |
* | bpf: fix partial copy of map_ptr when dst is scalar | Daniel Borkmann | 2018-10-31 | 1 | -0/+3 |
* | bpf: add verifier callback to get stack usage info for offloaded progs | Quentin Monnet | 2018-10-08 | 1 | -0/+1 |
* | bpf: Add reference tracking to verifier | Joe Stringer | 2018-10-03 | 1 | -3/+21 |