summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa2020-08-261-0/+25
* bpf: Add d_path helperJiri Olsa2020-08-264-0/+78
* bpf: Add BTF_SET_START/END macrosJiri Olsa2020-08-265-2/+123
* bpf: Add btf_struct_ids_match functionJiri Olsa2020-08-263-6/+44
* bpf: Factor btf_struct_access functionJiri Olsa2020-08-261-10/+65
* bpf: Remove recursion call in btf_struct_accessJiri Olsa2020-08-261-6/+5
* bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-4/+9
* bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa2020-08-261-3/+7
* bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa2020-08-263-13/+17
* 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: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov2020-08-261-0/+3
* bpf: Add selftests for local_storageKP Singh2020-08-262-0/+200
* bpf: Allow local storage to be used from LSM programsKP Singh2020-08-265-5/+57
* bpf: Implement bpf_local_storage for inodesKP Singh2020-08-2613-8/+410
* bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-265-731/+766
* bpf: Generalize bpf_sk_storageKP Singh2020-08-265-86/+228
* bpf: Generalize caching for sk_storage.KP Singh2020-08-262-16/+34
* bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-253-243/+255
* selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song2020-08-251-1/+1
* samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee2020-08-257-93/+192
* samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee2020-08-2511-118/+272
* samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee2020-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
* bpf: sk_lookup: Add user documentationJakub Sitnicki2020-08-242-0/+99
* docs: Correct subject prefix and update LLVM infoJianlin Lv2020-08-241-7/+12
* Merge branch 'bpf-tcp-header-opts'Alexei Starovoitov2020-08-2422-62/+3198
|\
| * tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-247-12/+48
| * 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-249-18/+1150
| * bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-242-7/+12
| * bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau2020-08-247-23/+109
| * bpf: tcp: Add bpf_skops_parse_hdr()Martin KaFai Lau2020-08-243-2/+42
| * bpf: tcp: Add bpf_skops_established()Martin KaFai Lau2020-08-243-6/+30
| * tcp: Add saw_unknown to struct tcp_options_receivedMartin KaFai Lau2020-08-242-6/+18
| * tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-246-1/+13
| * tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-246-0/+15
| * tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-245-15/+29
|/
* 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
* Merge branch 'update-sockmap-from-prog'Alexei Starovoitov2020-08-2211-94/+302
|\
| * selftests: bpf: Test sockmap update from BPFLorenz Bauer2020-08-223-0/+149
| * bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-222-2/+60
| * bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer2020-08-221-0/+35