| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: move memory size checks to bpf_map_charge_init() | Roman Gushchin | 2019-06-01 | 14 | -67/+20 |
* | bpf: rework memlock-based memory accounting for maps | Roman Gushchin | 2019-06-01 | 14 | -88/+112 |
* | bpf: group memory related fields in struct bpf_map_memory | Roman Gushchin | 2019-06-01 | 14 | -31/+36 |
* | bpf: add memlock precharge for socket local storage | Roman Gushchin | 2019-06-01 | 1 | -2/+10 |
* | bpf: add memlock precharge check for cgroup_local_storage | Roman Gushchin | 2019-06-01 | 1 | -2/+9 |
* | Merge branch 'propagate-cn-to-tcp' | Alexei Starovoitov | 2019-06-01 | 12 | -51/+299 |
|\ |
|
| * | bpf: Add more stats to HBM | brakmo | 2019-06-01 | 4 | -10/+117 |
| * | bpf: Add cn support to hbm_out_kern.c | brakmo | 2019-06-01 | 4 | -12/+45 |
| * | bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls | brakmo | 2019-06-01 | 2 | -20/+40 |
| * | bpf: Update __cgroup_bpf_run_filter_skb with cn | brakmo | 2019-06-01 | 1 | -5/+20 |
| * | bpf: cgroup inet skb programs can return 0 to 3 | brakmo | 2019-06-01 | 3 | -4/+27 |
| * | bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY | brakmo | 2019-06-01 | 1 | -0/+50 |
|/ |
|
* | libbpf: reduce unnecessary line wrapping | Andrii Nakryiko | 2019-05-30 | 1 | -36/+16 |
* | libbpf: typo and formatting fixes | Andrii Nakryiko | 2019-05-30 | 1 | -8/+7 |
* | libbpf: simplify two pieces of logic | Andrii Nakryiko | 2019-05-30 | 1 | -3/+1 |
* | libbpf: use negative fd to specify missing BTF | Andrii Nakryiko | 2019-05-30 | 1 | -6/+7 |
* | libbpf: fix error code returned on corrupted ELF | Andrii Nakryiko | 2019-05-30 | 1 | -1/+1 |
* | libbpf: check map name retrieved from ELF | Andrii Nakryiko | 2019-05-30 | 1 | -0/+5 |
* | libbpf: simplify endianness check | Andrii Nakryiko | 2019-05-30 | 1 | -25/+12 |
* | libbpf: preserve errno before calling into user callback | Andrii Nakryiko | 2019-05-30 | 1 | -4/+4 |
* | libbpf: fix detection of corrupted BPF instructions section | Andrii Nakryiko | 2019-05-30 | 1 | -5/+7 |
* | libbpf: prevent overwriting of log_level in bpf_object__load_progs() | Quentin Monnet | 2019-05-29 | 1 | -1/+1 |
* | bpf: tracing: properly use bpf_prog_array api | Stanislav Fomichev | 2019-05-29 | 1 | -8/+10 |
* | bpf: cgroup: properly use bpf_prog_array api | Stanislav Fomichev | 2019-05-29 | 2 | -12/+18 |
* | bpf: media: properly use bpf_prog_array api | Stanislav Fomichev | 2019-05-29 | 1 | -13/+17 |
* | bpf: remove __rcu annotations from bpf_prog_array | Stanislav Fomichev | 2019-05-29 | 2 | -30/+19 |
* | selftests/bpf: fix compilation error for flow_dissector.c | Alan Maguire | 2019-05-29 | 1 | -0/+114 |
* | Merge branch 'cgroup-auto-detach' | Alexei Starovoitov | 2019-05-28 | 9 | -29/+261 |
|\ |
|
| * | selftests/bpf: add auto-detach test | Roman Gushchin | 2019-05-28 | 1 | -1/+97 |
| * | selftests/bpf: enable all available cgroup v2 controllers | Roman Gushchin | 2019-05-28 | 1 | -0/+57 |
| * | selftests/bpf: convert test_cgrp2_attach2 example into kselftest | Roman Gushchin | 2019-05-28 | 4 | -20/+36 |
| * | bpf: decouple the lifetime of cgroup_bpf from cgroup itself | Roman Gushchin | 2019-05-28 | 4 | -9/+72 |
|/ |
|
* | samples/bpf: fix a couple of style issues in bpf_load | Daniel T. Lee | 2019-05-28 | 1 | -4/+4 |
* | selftests/bpf: fail test_tunnel.sh if subtests fail | Stanislav Fomichev | 2019-05-28 | 1 | -0/+32 |
* | Merge branch 'bpf-bpftool-dbg-output' | Daniel Borkmann | 2019-05-28 | 16 | -16/+92 |
|\ |
|
| * | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 2019-05-28 | 5 | -14/+26 |
| * | libbpf: add bpf_object__load_xattr() API function to pass log_level | Quentin Monnet | 2019-05-28 | 4 | -4/+25 |
| * | tools: bpftool: add -d option to get debug output from libbpf | Quentin Monnet | 2019-05-28 | 10 | -2/+45 |
|/ |
|
* | libbpf: fix warning that PTR_ERR_OR_ZERO can be used | Hariprasad Kelam | 2019-05-28 | 1 | -3/+1 |
* | bpf: style fix in while(!feof()) loop | Chang-Hsien Tsai | 2019-05-28 | 2 | -6/+2 |
* | bpf: check signal validity in nmi for bpf_send_signal() helper | Yonghong Song | 2019-05-28 | 1 | -0/+6 |
* | bpftool: auto-complete BTF IDs for btf dump | Andrii Nakryiko | 2019-05-28 | 1 | -0/+9 |
* | samples: bpf: add ibumad sample to .gitignore | Matteo Croce | 2019-05-25 | 1 | -0/+1 |
* | Merge branch 'optimize-zext' | Alexei Starovoitov | 2019-05-25 | 28 | -147/+723 |
|\ |
|
| * | nfp: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 3 | -48/+81 |
| * | riscv: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 1 | -13/+30 |
| * | x32: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 1 | -27/+56 |
| * | sparc: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 1 | -2/+27 |
| * | s390: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 1 | -7/+34 |
| * | powerpc: bpf: eliminate zero extension code-gen | Jiong Wang | 2019-05-25 | 1 | -3/+33 |