summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-08-28bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song
2020-08-26bpf: Fix a verifier failure with xorYonghong Song
2020-08-26libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell
2020-08-26Merge branch 'resolve_prog_type'Alexei Starovoitov
2020-08-26selftests/bpf: Test for map update access from within EXT programsUdip Pant
2020-08-26selftests/bpf: Test for checking return code for the extended progUdip Pant
2020-08-26selftests/bpf: Add test for freplace program with write accessUdip Pant
2020-08-26bpf: verifier: Use target program's type for access verificationsUdip Pant
2020-08-26selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King
2020-08-26selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa
2020-08-25selftests/bpf: Add set test to resolve_btfidsJiri Olsa
2020-08-25selftests/bpf: Add test for d_path helperJiri Olsa
2020-08-25selftests/bpf: Add verifier test for d_path helperJiri Olsa
2020-08-25bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa
2020-08-25bpf: Add d_path helperJiri Olsa
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa
2020-08-25tools resolve_btfids: Add support for set symbolsJiri Olsa
2020-08-25tools resolve_btfids: Add size check to get_id functionJiri Olsa
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov
2020-08-25bpf: Add selftests for local_storageKP Singh
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh
2020-08-25bpf: Generalize bpf_sk_storageKP Singh
2020-08-25bpf: Generalize caching for sk_storage.KP Singh
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-24selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee
2020-08-24selftests: bpf: Fix sockmap update nitsLorenz Bauer
2020-08-24libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko
2020-08-24libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko
2020-08-24bpf: sk_lookup: Add user documentationJakub Sitnicki
2020-08-24docs: Correct subject prefix and update LLVM infoJianlin Lv
2020-08-24Merge branch 'bpf-tcp-header-opts'Alexei Starovoitov
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau
2020-08-24bpf: selftests: Tcp header optionsMartin KaFai Lau
2020-08-24bpf: selftests: Add fastopen_connect to network_helpersMartin KaFai Lau
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau