summaryrefslogtreecommitdiffstats
path: root/Documentation/translations (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-22bpf, docs: BPF Iterator DocumentAnton Protopopov1-5/+2
2023-06-22selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song1-2/+3
2023-06-21selftests/bpf: Add vrf_socket_lookup testsGilad Sever2-0/+400
2023-06-21bpf: Fix bpf socket lookup from tc/xdp to respect socket VRF bindingsGilad Sever2-30/+48
2023-06-21bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpointGilad Sever1-6/+18
2023-06-21bpf: Factor out socket lookup functions for the TC hookpoint.Gilad Sever1-3/+60
2023-06-19selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao14-128/+35
2023-06-19selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao2-1/+3
2023-06-19selftests/bpf: Output the correct error code for pthread APIsHou Tao1-4/+6
2023-06-19selftests/bpf: Use producer_cnt to allocate local counter arrayHou Tao1-1/+1
2023-06-19xsk: Remove unused inline function xsk_buff_discard()YueHaibing1-4/+0
2023-06-19bpf: Keep BPF_PROG_LOAD permission checks clear of validationsAndrii Nakryiko1-12/+9
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko14-44/+52
2023-06-19bpf: Inline map creation logic in map_create() functionAndrii Nakryiko1-33/+24
2023-06-19bpf: Move unprivileged checks into map_create() and bpf_prog_load()Andrii Nakryiko1-15/+19
2023-06-16bpf: Remove in_atomic() from bpf_link_put().Sebastian Andrzej Siewior1-13/+16
2023-06-14selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman1-0/+315
2023-06-14bpf: Verify scalar ids mapping in regsafe() using check_ids()Eduard Zingerman2-29/+79
2023-06-14selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman2-0/+346
2023-06-14bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman3-5/+128
2023-06-13bpf/docs: Update documentation for new cpumask kfuncsDavid Vernet1-2/+3
2023-06-13selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet2-6/+6
2023-06-13bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*David Vernet1-10/+12
2023-06-13selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet3-0/+35
2023-06-13bpf: Add bpf_cpumask_first_and() kfuncDavid Vernet1-0/+16
2023-06-12bpf: Hide unused bpf_patch_call_argsArnd Bergmann1-3/+5
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman1-11/+13
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa2-8/+15
2023-06-06bpf: Factor out a common helper free_all()Hou Tao1-15/+16
2023-06-06selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer1-1/+1
2023-06-06bpf: Cleanup unused function declarationRuiqi Gong1-1/+0
2023-06-06selftests/bpf: Add missing selftests kconfig optionsDavid Vernet1-0/+4
2023-06-06tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik1-2/+2
2023-06-05selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet2-0/+25
2023-06-05bpf: Teach verifier that trusted PTR_TO_BTF_ID pointers are non-NULLDavid Vernet1-2/+7
2023-06-05bpf: Replace open code with for allocated object checkDaniel T. Lee1-2/+2
2023-06-05bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfoJesper Dangaard Brouer1-3/+4
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky4-11/+29
2023-06-05bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky1-2/+2
2023-06-05bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky1-0/+3
2023-06-01selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos1-8/+53
2023-06-01bpf: Add table ID to bpf_fib_lookup BPF helperLouis DeLosSantos3-7/+49
2023-05-31samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60Jesper Dangaard Brouer2-2/+2
2023-05-31net: Use umd_cleanup_helper()Jarkko Sakkinen3-12/+2
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-31bpf/tests: Use struct_size()Su Hui1-2/+1
2023-05-30selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song1-0/+40
2023-05-30bpf: Silence a warning in btf_type_id_size()Yonghong Song1-9/+10
2023-05-30r8169: check for PCI read error in probeHeiner Kallweit1-1/+8
2023-05-30dsa: lan9303: Remove stray gpiod_unexport() callAndy Shevchenko1-1/+0