summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-252-0/+20
* veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen2023-08-251-3/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-25104-4212/+3719
|\
| * Merge branch 'bpf-refcount-followups-3-bpf_mem_free_rcu-refcounted-nodes'Alexei Starovoitov2023-08-257-14/+165
| |\
| | * selftests/bpf: Add tests for rbtree API interaction in sleepable progsDave Marchevsky2023-08-252-0/+99
| | * bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky2023-08-252-6/+5
| | * bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky2023-08-252-2/+14
| | * bpf: Reenable bpf_refcount_acquireDave Marchevsky2023-08-252-4/+27
| | * bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesDave Marchevsky2023-08-251-1/+5
| | * bpf: Consider non-owning refs trustedDave Marchevsky2023-08-251-1/+1
| | * bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...Dave Marchevsky2023-08-251-0/+14
| |/
| * Merge branch 'add-support-cpu-v4-insns-for-rv64'Alexei Starovoitov2023-08-248-28/+122
| |\
| | * selftests/bpf: Enable cpu v4 tests for RV64Pu Lehui2023-08-246-6/+12
| | * riscv, bpf: Support unconditional bswap insnPu Lehui2023-08-241-0/+1
| | * riscv, bpf: Support signed div/mod insnsPu Lehui2023-08-242-6/+40
| | * riscv, bpf: Support 32-bit offset jmp insnPu Lehui2023-08-241-1/+5
| | * riscv, bpf: Support sign-extension mov insnsPu Lehui2023-08-241-1/+13
| | * riscv, bpf: Support sign-extension load insnsPu Lehui2023-08-242-8/+48
| | * riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui2023-08-241-6/+3
| |/
| * Merge branch 'samples-bpf-remove-unmaintained-xdp-sample-utilities'Alexei Starovoitov2023-08-2420-3536/+7
| |\
| | * samples/bpf: Add note to README about the XDP utilities moved to xdp-toolsToke Høiland-Jørgensen2023-08-241-0/+6
| | * samples/bpf: Cleanup .gitignoreToke Høiland-Jørgensen2023-08-241-12/+0
| | * samples/bpf: Remove the xdp_sample_pkts utilityToke Høiland-Jørgensen2023-08-243-256/+0
| | * samples/bpf: Remove the xdp1 and xdp2 utilitiesToke Høiland-Jørgensen2023-08-244-398/+0
| | * samples/bpf: Remove the xdp_rxq_info utilityToke Høiland-Jørgensen2023-08-243-757/+0
| | * samples/bpf: Remove the xdp_redirect* utilitiesToke Høiland-Jørgensen2023-08-249-1981/+1
| | * samples/bpf: Remove the xdp_monitor utilityToke Høiland-Jørgensen2023-08-243-133/+1
| |/
| * selftests/bpf: Add a local kptr test with no special fieldsYonghong Song2023-08-242-0/+51
| * bpf: Remove a WARN_ON_ONCE warning related to local kptrYonghong Song2023-08-241-1/+0
| * libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko2023-08-231-1/+1
| * selftests/bpf: add uprobe_multi test binary to .gitignoreAndrii Nakryiko2023-08-231-0/+1
| * libbpf: Add bpf_object__unpin()Daniel Xu2023-08-233-0/+17
| * Merge branch 'bpf-fix-an-issue-in-verifing-allow_ptr_leaks'Alexei Starovoitov2023-08-233-9/+57
| |\
| | * selftests/bpf: Add selftest for allow_ptr_leaksYafang Shao2023-08-232-1/+48
| | * bpf: Fix issue in verifying allow_ptr_leaksYafang Shao2023-08-231-8/+9
| |/
| * libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-08-221-0/+1
| * Merge branch 'fix-for-check_func_arg_reg_off'Alexei Starovoitov2023-08-222-11/+20
| |\
| | * selftests/bpf: Add test for bpf_obj_drop with bad reg->offKumar Kartikeya Dwivedi2023-08-221-0/+20
| | * bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi2023-08-221-11/+0
| |/
| * selftests/bpf: Add a failure test for bpf_kptr_xchg() with local kptrYonghong Song2023-08-222-1/+74
| * bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song2023-08-221-10/+15
| * Merge branch 'bpf-add-multi-uprobe-link'Alexei Starovoitov2023-08-2124-323/+1992
| |\
| | * selftests/bpf: Add extra link to uprobe_multi testsJiri Olsa2023-08-212-0/+22
| | * selftests/bpf: Add uprobe_multi pid filter testsJiri Olsa2023-08-212-12/+126
| | * selftests/bpf: Add uprobe_multi cookie testJiri Olsa2023-08-211-0/+78
| | * selftests/bpf: Add uprobe_multi usdt bench testJiri Olsa2023-08-212-0/+55
| | * selftests/bpf: Add uprobe_multi usdt test codeJiri Olsa2023-08-211-1/+25
| | * selftests/bpf: Add uprobe_multi bench testJiri Olsa2023-08-212-0/+55
| | * selftests/bpf: Add uprobe_multi test programJiri Olsa2023-08-212-0/+72
| | * selftests/bpf: Add uprobe_multi link testJiri Olsa2023-08-211-0/+69