summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski2019-11-021-0/+17
* xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel2019-11-021-32/+23
* Revert "selftests: bpf: Don't try to read files without read permission"Jakub Kicinski2019-11-011-1/+1
* Merge branch 'bpf-cleanup-btf-raw-tp'Daniel Borkmann2019-10-3113-49/+142
|\
| * libbpf: Add support for prog_tracingAlexei Starovoitov2019-10-317-28/+71
| * bpf: Replace prog_raw_tp+btf_id with prog_tracingAlexei Starovoitov2019-10-316-21/+71
|/
* bpf: Fix bpf jit kallsym accessAlexei Starovoitov2019-10-311-3/+0
* bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment testShmulik Ladkani2019-10-301-0/+63
* bpf, testing: Refactor test_skb_segment() for testing skb_segment() on differ...Shmulik Ladkani2019-10-301-10/+41
* bpf: Add s390 testing documentationIlya Leoshkevich2019-10-302-0/+214
* selftests/bpf: Test narrow load from bpf_sysctl.writeIlya Leoshkevich2019-10-301-0/+23
* bpf: Enforce 'return 0' in BTF-enabled raw_tp programsAlexei Starovoitov2019-10-301-0/+5
* libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko2019-10-291-4/+4
* libbpf: Fix off-by-one error in ELF sanity checkAndrii Nakryiko2019-10-281-1/+1
* libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson2019-10-281-12/+71
* selftests/bpf: Restore $(OUTPUT)/test_stub.o ruleIlya Leoshkevich2019-10-281-0/+3
* selftest/bpf: Use -m{little, big}-endian for clangIlya Leoshkevich2019-10-281-6/+7
* 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
| |/