aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-23selftests/bpf: make veristat's verifier log parsing faster and more robustAndrii Nakryiko1-9/+20
2022-09-23selftests/bpf: add sign-file to .gitignoreAndrii Nakryiko1-0/+1
2022-09-23libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko1-1/+3
2022-09-23libbpf: Add pathname_concat() helperWang Yufen1-47/+29
2022-09-23selftests/bpf: Simplify cgroup_hierarchical_stats selftestYosry Ahmed2-220/+131
2022-09-22Merge branch 'Fix resource leaks in test_maps'Martin KaFai Lau5-9/+22
2022-09-22selftests/bpf: Free the allocated resources after test case succeedsHou Tao4-9/+21
2022-09-22selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is offHou Tao1-0/+1
2022-09-22selftests/bpf: Add liburandom_read.so to TEST_GEN_FILESYauheni Kaliuta1-0/+1
2022-09-21Merge branch 'veristat: CSV output, comparison mode, filtering'Alexei Starovoitov2-83/+787
2022-09-21selftests/bpf: add ability to filter programs in veristatAndrii Nakryiko2-2/+227
2022-09-21selftests/bpf: add comparison mode to veristatAndrii Nakryiko1-51/+492
2022-09-21selftests/bpf: add CSV output mode for veristatAndrii Nakryiko1-36/+75
2022-09-21selftests/bpf: fix double bpf_object__close() in veristateAndrii Nakryiko1-1/+0
2022-09-21Merge branch 'Introduce bpf_ct_set_nat_info kfunc helper'Alexei Starovoitov6-17/+110
2022-09-21selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi3-3/+35
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi1-1/+46
2022-09-21bpf: Tweak definition of KF_TRUSTED_ARGSKumar Kartikeya Dwivedi2-13/+29
2022-09-21bpf: Always use raw spinlock for hash bucket lockHou Tao1-52/+14
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa4-13/+25
2022-09-21Merge branch 'bpf: Add kfuncs for PKCS#7 signature verification'Alexei Starovoitov24-35/+1466
2022-09-21selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu3-0/+259
2022-09-21selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu7-8/+610
2022-09-21selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu3-0/+159
2022-09-21selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()Roberto Sassu3-1/+142
2022-09-21selftests/bpf: Compile kernel with everything as built-inRoberto Sassu2-14/+14
2022-09-21bpf: Add bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+45
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu3-0/+151
2022-09-21KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu2-2/+6
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu2-1/+2
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu4-5/+52
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu2-9/+28
2022-09-21btf: Export bpf_dynptr definitionRoberto Sassu1-0/+2
2022-09-21bpf: Allow kfuncs to be used in LSM programsKP Singh1-0/+1
2022-09-21libbpf: Support raw BTF placed in the default search pathTao Chen1-18/+12
2022-09-21selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta1-3/+8
2022-09-21libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song1-63/+91
2022-09-21Merge branch 'bpf: Add user-space-publisher ring buffer map type'Andrii Nakryiko20-21/+1967
2022-09-21selftests/bpf: Add selftests validating the user ringbufDavid Vernet5-0/+1185
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet6-3/+398
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet6-11/+320
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet8-8/+65
2022-09-21bpf: simplify code in btf_parse_hdrWilliam Dean1-6/+1
2022-09-20libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu1-1/+1
2022-09-20samples/bpf: Replace blk_account_io_done() with __blk_account_io_done()Rong Tao3-3/+3
2022-09-20Merge branch 'bpf: Small nf_conn cleanups'Martin KaFai Lau4-30/+18
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu3-7/+7
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu3-15/+15
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu1-12/+0
2022-09-20bpf: Check whether or not node is NULL before free it in free_bulkHou Tao1-1/+2