summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov10-25/+162
2020-08-28mm/error_inject: Fix allow_error_inject function signatures.Alexei Starovoitov2-5/+5
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau2-1/+65
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau3-4/+17
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau17-15/+52
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2-4/+8
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer3-3/+9
2020-08-27libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko1-3/+5
2020-08-27selftests/bpf: Add verifier tests for xor operationYonghong Song1-0/+146
2020-08-27bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-27libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell1-1/+1
2020-08-26Merge branch 'resolve_prog_type'Alexei Starovoitov7-11/+229
2020-08-26selftests/bpf: Test for map update access from within EXT programsUdip Pant3-3/+104
2020-08-26selftests/bpf: Test for checking return code for the extended progUdip Pant2-0/+59
2020-08-26selftests/bpf: Add test for freplace program with write accessUdip Pant3-0/+48
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant1-11/+21
2020-08-26selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King1-1/+1
2020-08-26selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa1-1/+1
2020-08-26selftests/bpf: Add set test to resolve_btfidsJiri Olsa1-1/+38
2020-08-26selftests/bpf: Add test for d_path helperJiri Olsa2-0/+205
2020-08-26selftests/bpf: Add verifier test for d_path helperJiri Olsa2-1/+55
2020-08-26bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa1-0/+25
2020-08-26bpf: Add d_path helperJiri Olsa4-0/+78
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa5-2/+123
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa3-6/+44
2020-08-26bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-26bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-26bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-26bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-26bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa3-13/+17
2020-08-26tools resolve_btfids: Add support for set symbolsJiri Olsa1-1/+19
2020-08-26tools resolve_btfids: Add size check to get_id functionJiri Olsa1-1/+8
2020-08-26bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-26bpf: Add selftests for local_storageKP Singh2-0/+200
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh5-5/+57
2020-08-26bpf: Implement bpf_local_storage for inodesKP Singh13-8/+410
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh5-731/+766
2020-08-26bpf: Generalize bpf_sk_storageKP Singh5-86/+228
2020-08-26bpf: Generalize caching for sk_storage.KP Singh2-16/+34
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh3-243/+255
2020-08-25selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song1-1/+1
2020-08-25samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee7-93/+192
2020-08-25samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee11-118/+272
2020-08-25samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee1-1/+1
2020-08-25selftests: bpf: Fix sockmap update nitsLorenz Bauer1-7/+5
2020-08-25libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko1-1/+1
2020-08-25libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko1-1/+1
2020-08-25bpf: sk_lookup: Add user documentationJakub Sitnicki2-0/+99
2020-08-25docs: Correct subject prefix and update LLVM infoJianlin Lv1-7/+12
2020-08-25Merge branch 'bpf-tcp-header-opts'Alexei Starovoitov22-62/+3198