summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add d_path helperJiri Olsa2020-08-261-0/+14
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-261-1/+50
* tools resolve_btfids: Add support for set symbolsJiri Olsa2020-08-261-1/+19
* tools resolve_btfids: Add size check to get_id functionJiri Olsa2020-08-261-1/+8
* bpf: Add selftests for local_storageKP Singh2020-08-262-0/+200
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-261-2/+5
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-265-6/+47
* bpf: Generalize bpf_sk_storageKP Singh2020-08-261-2/+6
* bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-3/+3
* selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song2020-08-251-1/+1
* selftests: bpf: Fix sockmap update nitsLorenz Bauer2020-08-241-7/+5
* libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko2020-08-241-1/+1
* libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko2020-08-241-1/+1
* tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-0/+1
* bpf: selftests: Tcp header optionsMartin KaFai Lau2020-08-244-0/+1721
* bpf: selftests: Add fastopen_connect to network_helpersMartin KaFai Lau2020-08-242-0/+39
* bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-1/+299
* bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-241-1/+2
* bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-241-1/+3
* tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+1
* tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+1
* libbpf: Normalize and improve logging across few functionsAndrii Nakryiko2020-08-221-50/+67
* libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko2020-08-221-6/+49
* libbpf: Add __noinline macro to bpf_helpers.hAndrii Nakryiko2020-08-221-0/+3
* libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko2020-08-221-161/+206
* selftests/bpf: BPF object files should depend only on libbpf headersAndrii Nakryiko2020-08-221-1/+1
* selftests: bpf: Test sockmap update from BPFLorenz Bauer2020-08-223-0/+149
* libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko2020-08-214-12/+121
* bpftool: Implement link_query for bpf iteratorsYonghong Song2020-08-211-3/+41
* bpf: Implement link_query for bpf iteratorsYonghong Song2020-08-211-0/+7
* selftests/bpf: List newest Clang built-ins needed for some CO-RE selftestsAndrii Nakryiko2020-08-202-1/+24
* selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9Andrii Nakryiko2020-08-202-1/+3
* libbpf: Fix libbpf build on compilers missing __builtin_mul_overflowAndrii Nakryiko2020-08-201-0/+10
* libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko2020-08-201-6/+4
* selftests/bpf: Add bpffs preload test.Alexei Starovoitov2020-08-201-0/+94
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-201-2/+5
* libbpf: Simplify the return expression of build_map_pin_path()Xu Wang2020-08-201-6/+2
* selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko2020-08-197-0/+224
* libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko2020-08-193-5/+170
* selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko2020-08-196-19/+323
* selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko2020-08-199-22/+446
* libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko2020-08-193-24/+263
* tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2020-08-198-36/+8
* libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko2020-08-1912-33/+13
* tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko2020-08-194-150/+288
* libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko2020-08-196-29/+45
* selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko2020-08-193-0/+30
* libbpf: Improve relocation ambiguity detectionAndrii Nakryiko2020-08-191-46/+124
* libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko2020-08-194-129/+169
* libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko2020-08-191-18/+41