aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-10bpf-lsm: Introduce new helper bpf_ima_file_hash()Roberto Sassu3-0/+42
2022-03-10ima: Always return a file measurement in ima_file_hash()Roberto Sassu1-13/+33
2022-03-10ima: Fix documentation-related warnings in ima_main.cRoberto Sassu1-5/+6
2022-03-11bpftool: Ensure bytes_memlock json output is correctChris J Arges2-2/+2
2022-03-10bpf: Use offsetofend() to simplify macro definitionYuntao Wang1-2/+1
2022-03-10bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen2-4/+4
2022-03-10Merge branch 'bpf-tstamp-follow-ups'Daniel Borkmann6-138/+125
2022-03-10bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.hMartin KaFai Lau1-19/+19
2022-03-10bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/Martin KaFai Lau4-93/+77
2022-03-10bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstampMartin KaFai Lau1-12/+14
2022-03-10bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstampMartin KaFai Lau1-10/+11
2022-03-10bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macroMartin KaFai Lau2-12/+12
2022-03-10bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han1-2/+2
2022-03-10bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen1-1/+1
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund1-13/+139
2022-03-09Merge branch 'Add support for transmitting packets using XDP in bpf_prog_run()'Alexei Starovoitov14-105/+821
2022-03-09selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUNToke Høiland-Jørgensen2-0/+277
2022-03-09selftests/bpf: Move open_netns() and close_netns() into network_helpers.cToke Høiland-Jørgensen3-89/+95
2022-03-09libbpf: Support batch_size option to bpf_prog_test_runToke Høiland-Jørgensen2-1/+3
2022-03-09Documentation/bpf: Add documentation for BPF_PROG_RUNToke Høiland-Jørgensen2-0/+118
2022-03-09bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen5-15/+328
2022-03-08Merge branch 'BPF test_progs tests improvement'Andrii Nakryiko6-22/+35
2022-03-08Improve stability of find_vma BPF testMykola Lysenko1-9/+19
2022-03-08Improve send_signal BPF test stabilityMykola Lysenko2-8/+11
2022-03-08Improve perf related BPF tests (sample_freq issue)Mykola Lysenko4-5/+5
2022-03-08tools: Fix unavoidable GCC call in Clang buildsAdrian Ratiu1-0/+4
2022-03-08selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer1-1/+9
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu1-9/+3
2022-03-07bpf/docs: Update list of architectures supported.KP Singh1-1/+1
2022-03-07bpf/docs: Update vmtest docs for static linkingKP Singh1-0/+8
2022-03-07bpf: Remove redundant slashYuntao Wang1-3/+2
2022-03-07libbpf: Fix array_size.cocci warningGuo Zhengkui2-3/+4
2022-03-07bpf: Replace strncpy() with strscpy()Yuntao Wang1-7/+2
2022-03-07libbpf: Unmap rings when umem deletedlic1211-0/+11
2022-03-05Merge branch 'bpf: add __percpu tagging in vmlinux BTF'Alexei Starovoitov7-44/+253
2022-03-05selftests/bpf: Add a test for btf_type_tag "percpu"Hao Luo3-29/+215
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo3-13/+30
2022-03-05compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo1-1/+6
2022-03-05bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo1-1/+2
2022-03-05Merge branch 'Fixes for bad PTR_TO_BTF_ID offset'Alexei Starovoitov11-53/+230
2022-03-05selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi2-0/+94
2022-03-05bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi2-4/+5
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi3-0/+10
2022-03-05compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor1-0/+22
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi3-18/+43
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi3-5/+11
2022-03-05bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi1-3/+6
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi2-28/+44
2022-03-05Merge branch 'libbpf: support custom SEC() handlers'Alexei Starovoitov6-102/+586
2022-03-05selftests/bpf: Add custom SEC() handling selftestAndrii Nakryiko2-0/+239