summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/ftrace (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-12selftests: ncdevmem: Unify error handlingStanislav Fomichev1-8/+8
2024-11-12selftests: ncdevmem: Separate out dmabuf providerStanislav Fomichev1-84/+119
2024-11-12selftests: ncdevmem: Redirect all non-payload output to stderrStanislav Fomichev1-31/+30
2024-11-12net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt su...Ley Foon Tan1-2/+4
2024-11-12net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operationLey Foon Tan1-2/+2
2024-11-12net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macrosLey Foon Tan1-2/+2
2024-11-12net: phy: aquantia: Add mdix config and reportingPaul Davey1-0/+52
2024-11-12selftests: hsr: Add test for VLANMD Danish Anwar2-0/+99
2024-11-12net: ti: icssg-prueth: Add VLAN support for HSR modeRavi Gunasekaran1-1/+44
2024-11-12net: hsr: Add VLAN CTAG filter supportMurali Karicheri1-1/+79
2024-11-12net: hsr: Add VLAN supportWingMan Kwok2-10/+14
2024-11-12net: dsa: microchip: parse PHY config from device treeOleksij Rempel1-6/+73
2024-11-12net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel4-16/+223
2024-11-12net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel1-6/+4
2024-11-12net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel2-10/+224
2024-11-12dt-bindings: net: dsa: microchip: add mdio-parent-bus property for internal MDIOOleksij Rempel1-0/+9
2024-11-12dt-bindings: net: dsa: microchip: add internal MDIO bus descriptionOleksij Rempel1-0/+11
2024-11-12net: atlantic: use irq_update_affinity_hint()Mohammad Heib1-3/+3
2024-11-12nfp: use irq_update_affinity_hint()Mohammad Heib1-2/+2
2024-11-12bnxt_en: use irq_update_affinity_hint()Mohammad Heib1-3/+3
2024-11-12rxrpc: Add a tracepoint for aborts being proposedDavid Howells2-0/+26
2024-11-12ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi4-19/+297
2024-11-11devlink: Add documentation for OcteonTx2 AFLinu Cherian1-0/+21
2024-11-11octeontx2-af: Knobs for NPC default rule countersLinu Cherian3-0/+77
2024-11-11octeontx2-af: Refactor few NPC mcam APIsLinu Cherian3-39/+92
2024-11-11mlx5/core: deduplicate {mlx5_,}eq_update_ci()Caleb Sander Mateos1-8/+1
2024-11-11mlx5/core: relax memory barrier in eq_update_ci()Caleb Sander Mateos1-1/+1
2024-11-11selftests: netdevsim: add ethtool features to macsec offload testsSabrina Dubroca1-0/+33
2024-11-11selftests: netdevsim: add test toggling macsec offloadSabrina Dubroca1-0/+21
2024-11-11selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesimSabrina Dubroca4-68/+65
2024-11-11macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca1-0/+22
2024-11-11macsec: clean up local variables in macsec_notifySabrina Dubroca1-18/+7
2024-11-11macsec: add some of the lower device's features when offloadingSabrina Dubroca1-2/+15
2024-11-11selftests: netdevsim: add a test checking ethtool featuresSabrina Dubroca2-0/+32
2024-11-11netdevsim: add more hw_featuresSabrina Dubroca1-1/+5
2024-11-11mm: page_frag: use __alloc_pages() to replace alloc_pages_node()Yunsheng Lin1-3/+3
2024-11-11mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'Yunsheng Lin3-32/+81
2024-11-11xtensa: remove the get_order() implementationYunsheng Lin1-18/+0
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin7-15/+19
2024-11-11mm: page_frag: use initial zero offset for page_frag_alloc_align()Yunsheng Lin1-23/+23
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin9-177/+197
2024-11-11mm: page_frag: add a test module for page_fragYunsheng Lin5-0/+402
2024-11-11net: convert to nla_get_*_default()Johannes Berg40-236/+126
2024-11-11net: netlink: add nla_get_*_default() accessorsJohannes Berg1-0/+262
2024-11-10bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel2-7/+42
2024-11-10mlx5/core: Schedule EQ comp tasklet only if necessaryCaleb Sander Mateos2-4/+12
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman5-45/+80
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman3-84/+12
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman2-33/+19
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman1-56/+48