Age | Commit message (Expand) | Author | Files | Lines |
2019-04-11 | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -9/+29 |
2019-04-11 | selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2 | -0/+110 |
2019-04-11 | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev | 3 | -0/+17 |
2019-04-11 | bpf: support input __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 3 | -9/+151 |
2019-04-11 | tools/bpftool: show btf id in program information | Prashant Bhole | 1 | -0/+6 |
2019-04-11 | libbpf: Fix build with gcc-8 | Andrey Ignatov | 1 | -1/+1 |
2019-04-11 | mailmap: add entry for email addresses | Daniel Borkmann | 1 | -0/+9 |
2019-04-10 | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE | Magnus Karlsson | 1 | -4/+5 |
2019-04-10 | bpf, bpftool: fix a few ubsan warnings | Yonghong Song | 1 | -10/+9 |
2019-04-09 | Merge branch 'support-global-data' | Alexei Starovoitov | 37 | -207/+3018 |
2019-04-09 | bpf, selftest: add test cases for BTF Var and DataSec | Daniel Borkmann | 1 | -2/+663 |
2019-04-09 | bpf, selftest: test global data/bss/rodata sections | Joe Stringer | 3 | -4/+267 |
2019-04-09 | bpf, selftest: test {rd, wr}only flags and direct value access | Daniel Borkmann | 4 | -5/+573 |
2019-04-09 | bpf: bpftool support for dumping data/bss/rodata sections | Daniel Borkmann | 2 | -4/+65 |
2019-04-09 | bpf, libbpf: add support for BTF Var and DataSec | Daniel Borkmann | 5 | -20/+235 |
2019-04-09 | bpf, libbpf: support global data/bss/rodata sections | Daniel Borkmann | 6 | -48/+314 |
2019-04-09 | bpf, libbpf: refactor relocation handling | Joe Stringer | 1 | -30/+32 |
2019-04-09 | bpf: sync {btf, bpf}.h uapi header from tools infrastructure | Daniel Borkmann | 2 | -6/+46 |
2019-04-09 | bpf: allow for key-less BTF in array map | Daniel Borkmann | 4 | -6/+27 |
2019-04-09 | bpf: kernel side support for BTF Var and DataSec | Daniel Borkmann | 1 | -20/+397 |
2019-04-09 | bpf: add specification for BTF Var and DataSec kinds | Daniel Borkmann | 2 | -4/+85 |
2019-04-09 | bpf: allow . char as part of the object name | Daniel Borkmann | 1 | -3/+3 |
2019-04-09 | bpf: add syscall side map freeze support | Daniel Borkmann | 3 | -13/+57 |
2019-04-09 | bpf: add program side {rd, wr}only support for maps | Daniel Borkmann | 9 | -14/+96 |
2019-04-09 | bpf: do not retain flags that are not tied to map lifetime | Daniel Borkmann | 1 | -1/+13 |
2019-04-09 | bpf: implement lookup-free direct value access for maps | Daniel Borkmann | 9 | -31/+149 |
2019-04-06 | libbpf: Ignore -Wformat-nonliteral warning | Andrey Ignatov | 1 | -0/+5 |
2019-04-05 | Merge branch 'bpf-varstack-fixes' | Daniel Borkmann | 2 | -6/+150 |
2019-04-05 | bpf: Add missed newline in verifier verbose log | Andrey Ignatov | 1 | -1/+1 |
2019-04-05 | selftests/bpf: Test unbounded var_off stack access | Andrey Ignatov | 1 | -2/+55 |
2019-04-05 | bpf: Sanity check max value for var_off stack access | Andrey Ignatov | 1 | -3/+15 |
2019-04-05 | selftests/bpf: Test indirect var_off stack access in unpriv mode | Andrey Ignatov | 1 | -0/+27 |
2019-04-05 | bpf: Reject indirect var_off stack access in unpriv mode | Andrey Ignatov | 1 | -0/+16 |
2019-04-05 | selftests/bpf: Test indirect var_off stack access in raw mode | Andrey Ignatov | 1 | -0/+27 |
2019-04-05 | bpf: Reject indirect var_off stack access in raw mode | Andrey Ignatov | 1 | -0/+9 |
2019-04-05 | samples/bpf: fix build with new clang | Alexei Starovoitov | 1 | -0/+1 |
2019-04-04 | samples, selftests/bpf: add NULL check for ksym_search | Daniel T. Lee | 5 | -3/+23 |
2019-04-04 | selftests/bpf: ksym_search won't check symbols exists | Daniel T. Lee | 1 | -0/+4 |
2019-04-04 | Merge branch 'bpf-verifier-scalability' | Daniel Borkmann | 18 | -57/+415 |
2019-04-04 | selftests/bpf: synthetic tests to push verifier limits | Alexei Starovoitov | 2 | -9/+35 |
2019-04-04 | selftests/bpf: add few verifier scale tests | Alexei Starovoitov | 7 | -1/+215 |
2019-04-04 | libbpf: teach libbpf about log_level bit 2 | Alexei Starovoitov | 4 | -4/+17 |
2019-04-04 | bpf: increase verifier log limit | Alexei Starovoitov | 1 | -1/+1 |
2019-04-04 | bpf: increase complexity limit and maximum program size | Alexei Starovoitov | 3 | -2/+3 |
2019-04-04 | bpf: verbose jump offset overflow check | Alexei Starovoitov | 2 | -6/+12 |
2019-04-04 | bpf: convert temp arrays to kvcalloc | Alexei Starovoitov | 1 | -7/+7 |
2019-04-04 | bpf: improve verification speed by not remarking live_read | Alexei Starovoitov | 1 | -0/+9 |
2019-04-04 | bpf: improve verification speed by droping states | Alexei Starovoitov | 2 | -3/+43 |
2019-04-04 | bpf: add verifier stats and log_level bit 2 | Alexei Starovoitov | 2 | -24/+73 |
2019-04-03 | kbuild: add ability to generate BTF type info for vmlinux | Andrii Nakryiko | 3 | -2/+29 |