aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-15tools: ynl: extend netdev sample to dump xdp-rx-metadata-featuresStanislav Fomichev
2023-09-15bpf: expose information about supported xdp metadata kfuncStanislav Fomichev
2023-09-15bpf: make it easier to add new metadata kfuncStanislav Fomichev
2023-09-15xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar
2023-09-14bpf: Charge modmem for struct_ops trampolineSong Liu
2023-09-14selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov
2023-09-14Merge branch 'seltests-xsk-various-improvements-to-xskxceiver'Alexei Starovoitov
2023-09-14selftests/xsk: display command line options with -hMagnus Karlsson
2023-09-14selftests/xsk: fail single test instead of all testsMagnus Karlsson
2023-09-14selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson
2023-09-14selftests/xsk: add option to run single testMagnus Karlsson
2023-09-14selftests/xsk: add option that lists all testsMagnus Karlsson
2023-09-14selftests/xsk: declare test names in structMagnus Karlsson
2023-09-14selftests/xsk: move all tests to separate functionsMagnus Karlsson
2023-09-14selftests/xsk: add option to only run tests in a single modeMagnus Karlsson
2023-09-14selftests/xsk: add timeout for Tx threadMagnus Karlsson
2023-09-14selftests/xsk: print per packet info in verbose modeMagnus Karlsson
2023-09-13docs/bpf: update out-of-date doc in BPF flow dissectorQuan Tian
2023-09-12Merge branch 'bpf-x64-fix-tailcall-infinite-loop'Alexei Starovoitov
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-12bpf, x64: Comment tail_call_cnt initialisationLeon Hwang
2023-09-11selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang
2023-09-08bpftool: Fix -Wcast-qual warningDenys Zagorui
2023-09-08Merge branch 'selftests/bpf: Optimize kallsyms cache'Andrii Nakryiko
2023-09-08selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutexRong Tao
2023-09-08selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao
2023-09-08Merge branch 'bpf-task_group_seq_get_next-misc-cleanups'Alexei Starovoitov
2023-09-08Merge branch 'bpf-enable-irq-after-irq_work_raise-completes'Alexei Starovoitov
2023-09-08bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov
2023-09-08selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao
2023-09-08bpf: task_group_seq_get_next: kill next_taskOleg Nesterov
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao
2023-09-08bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov
2023-09-08bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov
2023-09-08Merge branch 'bpf-add-support-for-local-percpu-kptr'Alexei Starovoitov
2023-09-08bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao
2023-09-08bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song
2023-09-08selftests/bpf: Add some negative testsYonghong Song
2023-09-08selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song
2023-09-08selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song
2023-09-08bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song
2023-09-08selftests/bpf: Add tests for array map with local percpu kptrYonghong Song
2023-09-08selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song
2023-09-08libbpf: Add __percpu_kptr macro definitionYonghong Song
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko
2023-09-08selftests/bpf: Update error message in negative linked_list testYonghong Song
2023-09-08bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song
2023-09-08bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song