summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not availableArtem Savkov2023-09-141-0/+5
| * Merge branch 'seltests-xsk-various-improvements-to-xskxceiver'Alexei Starovoitov2023-09-144-261/+368
| |\
| | * selftests/xsk: display command line options with -hMagnus Karlsson2023-09-142-2/+14
| | * selftests/xsk: fail single test instead of all testsMagnus Karlsson2023-09-141-24/+46
| | * selftests/xsk: use ksft_print_msg uniformlyMagnus Karlsson2023-09-141-12/+13
| | * selftests/xsk: add option to run single testMagnus Karlsson2023-09-143-21/+48
| | * selftests/xsk: add option that lists all testsMagnus Karlsson2023-09-143-7/+42
| | * selftests/xsk: declare test names in structMagnus Karlsson2023-09-142-171/+57
| | * selftests/xsk: move all tests to separate functionsMagnus Karlsson2023-09-141-55/+115
| | * selftests/xsk: add option to only run tests in a single modeMagnus Karlsson2023-09-143-8/+47
| | * selftests/xsk: add timeout for Tx threadMagnus Karlsson2023-09-141-4/+22
| | * selftests/xsk: print per packet info in verbose modeMagnus Karlsson2023-09-141-3/+10
| |/
| * docs/bpf: update out-of-date doc in BPF flow dissectorQuan Tian2023-09-131-1/+1
| * Merge branch 'bpf-x64-fix-tailcall-infinite-loop'Alexei Starovoitov2023-09-127-12/+305
| |\
| | * selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang2023-09-123-4/+269
| | * bpf, x64: Fix tailcall infinite loopLeon Hwang2023-09-124-8/+32
| | * bpf, x64: Comment tail_call_cnt initialisationLeon Hwang2023-09-121-0/+4
| |/
| * selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang2023-09-121-16/+16
| * bpftool: Fix -Wcast-qual warningDenys Zagorui2023-09-091-1/+1
| * Merge branch 'selftests/bpf: Optimize kallsyms cache'Andrii Nakryiko2023-09-095-46/+122
| |\
| | * selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutexRong Tao2023-09-091-0/+4
| | * selftests/bpf: trace_helpers.c: Optimize kallsyms cacheRong Tao2023-09-095-46/+118
| |/
| * Merge branch 'bpf-task_group_seq_get_next-misc-cleanups'Alexei Starovoitov2023-09-081-30/+10
| |\
| | * bpf: task_group_seq_get_next: simplify the "next tid" logicOleg Nesterov2023-09-081-7/+4
| | * bpf: task_group_seq_get_next: kill next_taskOleg Nesterov2023-09-081-8/+6
| | * bpf: task_group_seq_get_next: fix the skip_if_dup_files checkOleg Nesterov2023-09-081-1/+1
| | * bpf: task_group_seq_get_next: cleanup the usage of get/put_task_structOleg Nesterov2023-09-081-10/+2
| | * bpf: task_group_seq_get_next: cleanup the usage of next_thread()Oleg Nesterov2023-09-081-7/+0
| |/
| * Merge branch 'bpf-enable-irq-after-irq_work_raise-completes'Alexei Starovoitov2023-09-083-3/+208
| |\
| | * selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()Hou Tao2023-09-082-0/+195
| | * bpf: Enable IRQ after irq_work_raise() completes in unit_free{_rcu}()Hou Tao2023-09-081-2/+7
| | * bpf: Enable IRQ after irq_work_raise() completes in unit_alloc()Hou Tao2023-09-081-1/+6
| |/
| * Merge branch 'bpf-add-support-for-local-percpu-kptr'Alexei Starovoitov2023-09-0819-54/+853
| |\
| | * bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecatedYonghong Song2023-09-084-3/+30
| | * selftests/bpf: Add some negative testsYonghong Song2023-09-082-0/+171
| | * selftests/bpf: Add tests for cgrp_local_storage with local percpu kptrYonghong Song2023-09-082-0/+145
| | * selftests/bpf: Remove unnecessary direct read of local percpu kptrYonghong Song2023-09-081-4/+0
| | * bpf: Mark OBJ_RELEASE argument as MEM_RCU when possibleYonghong Song2023-09-081-0/+20
| | * selftests/bpf: Add tests for array map with local percpu kptrYonghong Song2023-09-082-0/+265
| | * selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.hYonghong Song2023-09-081-0/+31
| | * libbpf: Add __percpu_kptr macro definitionYonghong Song2023-09-081-0/+1
| | * selftests/bpf: Update error message in negative linked_list testYonghong Song2023-09-081-2/+2
| | * bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu objYonghong Song2023-09-082-8/+52
| | * bpf: Add alloc/xchg/direct_access support for local percpu kptrYonghong Song2023-09-082-22/+106
| | * bpf: Add BPF_KPTR_PERCPU as a field typeYonghong Song2023-09-083-6/+21
| | * bpf: Add support for non-fix-size percpu mem allocationYonghong Song2023-09-083-13/+13
| |/
| * libbpf: Add basic BTF sanity validationAndrii Nakryiko2023-09-082-2/+162
* | Merge branch 'phy-stopping-race'David S. Miller2023-09-171-94/+110
|\ \
| * | net: phy: convert phy_stop() to use split state machineRussell King (Oracle)2023-09-171-1/+3
| * | net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)2023-09-171-26/+42