summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-2665-1100/+2604
|\
| * selftests/bpf: Fix .gitignore to ignore no_alu32/Andrii Nakryiko2019-10-251-1/+1
| * bpftool: Allow to read btf as raw dataJiri Olsa2019-10-251-1/+56
| * bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-246-64/+103
| * libbpf: Fix strncat bounds error in libbpf_prog_type_by_nameKP Singh2019-10-231-1/+1
| * xsk: Improve documentation for AF_XDPMagnus Karlsson2019-10-231-28/+231
| * selftests/bpf: Fix LDLIBS orderAndrii Nakryiko2019-10-231-4/+4
| * selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2019-10-232-61/+31
| * libbpf: Use implicit XSKMAP lookup from AF_XDP XDP programBjörn Töpel2019-10-231-10/+32
| * xdp: Fix type of string pointer in __XDP_ACT_SYM_TABBen Dooks (Codethink)2019-10-221-1/+1
| * libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko2019-10-226-16/+21
| * tools/bpf: Turn on llvm alu32 attribute by defaultYonghong Song2019-10-221-20/+8
| * Merge branch 'bpf-libbpf-cleanups'Daniel Borkmann2019-10-2111-58/+83
| |\
| | * selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-214-14/+0
| | * selftests/bpf: Make reference_tracking test use subtestsAndrii Nakryiko2019-10-212-10/+11
| | * selftests/bpf: Make a copy of subtest nameAndrii Nakryiko2019-10-211-5/+12
| | * libbpf: Teach bpf_object__open to guess program typesAndrii Nakryiko2019-10-211-29/+36
| | * libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixesAndrii Nakryiko2019-10-211-0/+4
| | * libbpf: Add bpf_program__get_{type, expected_attach_type) APIsAndrii Nakryiko2019-10-213-0/+18
| | * tools: Sync if_link.hAndrii Nakryiko2019-10-211-0/+2
| |/
| * tools, bpf: Rename pr_warning to pr_warn to align with kernel loggingKefeng Wang2019-10-215-393/+386
| * scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki2019-10-202-2/+5
| * bpf, libbpf: Add kernel version section parsing backJohn Fastabend2019-10-181-1/+20
| * bpf: Fix build error without CONFIG_NETYueHaibing2019-10-181-0/+2
| * bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov2019-10-181-6/+11
| * Merge branch 'cleanup-selftests-bpf-makefile'Alexei Starovoitov2019-10-1710-346/+232
| |\
| | * selftest/bpf: Remove test_libbpf.sh and test_libbpf_openAndrii Nakryiko2019-10-174-190/+1
| | * selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongsAndrii Nakryiko2019-10-172-3/+0
| | * selftests/bpf: Replace test_progs and test_maps w/ general ruleAndrii Nakryiko2019-10-172-138/+180
| | * selftests/bpf: Add simple per-test targets to MakefileAndrii Nakryiko2019-10-171-0/+10
| | * selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko2019-10-172-11/+5
| | * selftests/bpf: Make CO-RE reloc test impartial to test_progs flavorAndrii Nakryiko2019-10-173-4/+5
| | * selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko2019-10-171-1/+32
| |/
| * selftests/bpf: Restore the netns after flow dissector reattach testJakub Sitnicki2019-10-171-4/+17
| * Merge branch 'bpf-btf-trace'Daniel Borkmann2019-10-1720-70/+1023
| |\
| | * selftests/bpf: Add kfree_skb raw_tp testAlexei Starovoitov2019-10-172-0/+192
| | * bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-177-23/+180
| | * bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov2019-10-176-5/+128
| | * bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2019-10-173-0/+30
| | * bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov2019-10-171-23/+47
| | * bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-175-5/+296
| | * libbpf: Auto-detect btf_id of BTF-based raw_tracepointsAlexei Starovoitov2019-10-172-6/+35
| | * bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov2019-10-174-4/+17
| | * bpf: Process in-kernel BTFAlexei Starovoitov2019-10-174-2/+94
| | * bpf: Add typecast to bpf helpers to help BTF generationAlexei Starovoitov2019-10-171-1/+2
| | * bpf: Add typecast to raw_tracepoints to help BTF generationAlexei Starovoitov2019-10-171-1/+2
| |/
| * bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu2019-10-161-3/+4
| * scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki2019-10-161-1/+1
| * selftests: bpf: Don't try to read files without read permissionJiri Pirko2019-10-151-1/+1
| * selftests: bpf: Add selftest for __sk_buff tstampStanislav Fomichev2019-10-152-0/+6