summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add sleepable testsAlexei Starovoitov2020-08-285-2/+99
* libbpf: Support sleepable progsAlexei Starovoitov2020-08-281-1/+24
* bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov2020-08-281-0/+8
* bpf: Introduce sleepable BPF programsAlexei Starovoitov2020-08-281-0/+8
* bpf: selftests: Add test for different inner map sizeMartin KaFai Lau2020-08-282-1/+65
* bpf: Make bpf_link_info.iter similar to bpf_iter_link_infoYonghong Song2020-08-281-2/+4
* tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer2020-08-283-3/+9
* libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko2020-08-261-3/+5
* selftests/bpf: Add verifier tests for xor operationYonghong Song2020-08-261-0/+146
* libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell2020-08-261-1/+1
* selftests/bpf: Test for map update access from within EXT programsUdip Pant2020-08-263-3/+104
* selftests/bpf: Test for checking return code for the extended progUdip Pant2020-08-262-0/+59
* selftests/bpf: Add test for freplace program with write accessUdip Pant2020-08-263-0/+48
* selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King2020-08-261-1/+1
* selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa2020-08-261-1/+1
* selftests/bpf: Add set test to resolve_btfidsJiri Olsa2020-08-251-1/+38
* selftests/bpf: Add test for d_path helperJiri Olsa2020-08-252-0/+205
* selftests/bpf: Add verifier test for d_path helperJiri Olsa2020-08-252-1/+55
* bpf: Add d_path helperJiri Olsa2020-08-251-0/+14
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-251-1/+50
* tools resolve_btfids: Add support for set symbolsJiri Olsa2020-08-251-1/+19
* tools resolve_btfids: Add size check to get_id functionJiri Olsa2020-08-251-1/+8
* bpf: Add selftests for local_storageKP Singh2020-08-252-0/+200
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-2/+5
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-255-6/+47
* bpf: Generalize bpf_sk_storageKP Singh2020-08-251-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-241-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-211-50/+67
* libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko2020-08-211-6/+49
* libbpf: Add __noinline macro to bpf_helpers.hAndrii Nakryiko2020-08-211-0/+3
* libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko2020-08-211-161/+206
* selftests/bpf: BPF object files should depend only on libbpf headersAndrii Nakryiko2020-08-211-1/+1
* selftests: bpf: Test sockmap update from BPFLorenz Bauer2020-08-213-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