summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer3-3/+9
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko1-3/+5
2020-08-26selftests/bpf: Add verifier tests for xor operationYonghong Song1-0/+146
2020-08-26bpf: Fix a verifier failure with xorYonghong Song1-0/+66
2020-08-26libbpf: 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-25selftests/bpf: Add set test to resolve_btfidsJiri Olsa1-1/+38
2020-08-25selftests/bpf: Add test for d_path helperJiri Olsa2-0/+205
2020-08-25selftests/bpf: Add verifier test for d_path helperJiri Olsa2-1/+55
2020-08-25bpf: Update .BTF_ids section in btf.rst with sets infoJiri Olsa1-0/+25
2020-08-25bpf: Add d_path helperJiri Olsa4-0/+78
2020-08-25bpf: Add BTF_SET_START/END macrosJiri Olsa5-2/+123
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa3-6/+44
2020-08-25bpf: Factor btf_struct_access functionJiri Olsa1-10/+65
2020-08-25bpf: Remove recursion call in btf_struct_accessJiri Olsa1-6/+5
2020-08-25bpf: Add type_id pointer as argument to __btf_resolve_sizeJiri Olsa1-4/+9
2020-08-25bpf: Add elem_id pointer as argument to __btf_resolve_sizeJiri Olsa1-3/+7
2020-08-25bpf: Move btf_resolve_size into __btf_resolve_sizeJiri Olsa3-13/+17
2020-08-25tools resolve_btfids: Add support for set symbolsJiri Olsa1-1/+19
2020-08-25tools resolve_btfids: Add size check to get_id functionJiri Olsa1-1/+8
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-25bpf: Add selftests for local_storageKP Singh2-0/+200
2020-08-25bpf: Allow local storage to be used from LSM programsKP Singh5-5/+57
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh13-8/+410
2020-08-25bpf: Split bpf_local_storage to bpf_sk_storageKP Singh5-731/+766
2020-08-25bpf: Generalize bpf_sk_storageKP Singh5-86/+228
2020-08-25bpf: Generalize caching for sk_storage.KP Singh2-16/+34
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh3-243/+255
2020-08-24selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song1-1/+1
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee7-93/+192
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee11-118/+272
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee1-1/+1
2020-08-24selftests: bpf: Fix sockmap update nitsLorenz Bauer1-7/+5
2020-08-24libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko1-1/+1
2020-08-24libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko1-1/+1
2020-08-24bpf: sk_lookup: Add user documentationJakub Sitnicki2-0/+99
2020-08-24docs: Correct subject prefix and update LLVM infoJianlin Lv1-7/+12
2020-08-24Merge branch 'bpf-tcp-header-opts'Alexei Starovoitov22-62/+3198
2020-08-24tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau7-12/+48
2020-08-24bpf: selftests: Tcp header optionsMartin KaFai Lau4-0/+1721
2020-08-24bpf: selftests: Add fastopen_connect to network_helpersMartin KaFai Lau2-0/+39
2020-08-24bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau9-18/+1150
2020-08-24bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2-7/+12
2020-08-24bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()Martin KaFai Lau7-23/+109