summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-11Merge branch 'side-mdio-support-for-lan937x-switches'Jakub Kicinski
2024-11-11net: dsa: microchip: parse PHY config from device treeOleksij Rempel
2024-11-11net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel
2024-11-11net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel
2024-11-11net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel
2024-11-11dt-bindings: net: dsa: microchip: add mdio-parent-bus property for internal MDIOOleksij Rempel
2024-11-11dt-bindings: net: dsa: microchip: add internal MDIO bus descriptionOleksij Rempel
2024-11-11net: atlantic: use irq_update_affinity_hint()Mohammad Heib
2024-11-11nfp: use irq_update_affinity_hint()Mohammad Heib
2024-11-11bnxt_en: use irq_update_affinity_hint()Mohammad Heib
2024-11-11rxrpc: Add a tracepoint for aborts being proposedDavid Howells
2024-11-11ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi
2024-11-11Merge branch 'knobs-for-npc-default-rule-counters'Jakub Kicinski
2024-11-11devlink: Add documentation for OcteonTx2 AFLinu Cherian
2024-11-11octeontx2-af: Knobs for NPC default rule countersLinu Cherian
2024-11-11octeontx2-af: Refactor few NPC mcam APIsLinu Cherian
2024-11-11mlx5/core: deduplicate {mlx5_,}eq_update_ci()Caleb Sander Mateos
2024-11-11mlx5/core: relax memory barrier in eq_update_ci()Caleb Sander Mateos
2024-11-11Merge branch 'macsec-inherit-lower-device-s-features-and-tso-limits-when-offl...Jakub Kicinski
2024-11-11selftests: netdevsim: add ethtool features to macsec offload testsSabrina Dubroca
2024-11-11selftests: netdevsim: add test toggling macsec offloadSabrina Dubroca
2024-11-11selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesimSabrina Dubroca
2024-11-11macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca
2024-11-11macsec: clean up local variables in macsec_notifySabrina Dubroca
2024-11-11macsec: add some of the lower device's features when offloadingSabrina Dubroca
2024-11-11selftests: netdevsim: add a test checking ethtool featuresSabrina Dubroca
2024-11-11netdevsim: add more hw_featuresSabrina Dubroca
2024-11-11Merge branch 'replace-page_frag-with-page_frag_cache-part-1'Jakub Kicinski
2024-11-11mm: page_frag: use __alloc_pages() to replace alloc_pages_node()Yunsheng Lin
2024-11-11mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'Yunsheng Lin
2024-11-11xtensa: remove the get_order() implementationYunsheng Lin
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin
2024-11-11mm: page_frag: use initial zero offset for page_frag_alloc_align()Yunsheng Lin
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin
2024-11-11mm: page_frag: add a test module for page_fragYunsheng Lin
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-11net: netlink: add nla_get_*_default() accessorsJohannes Berg
2024-11-09bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel
2024-11-09mlx5/core: Schedule EQ comp tasklet only if necessaryCaleb Sander Mateos
2024-11-09Merge branch 'improve-neigh_flush_dev-performance'Jakub Kicinski
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman
2024-11-09neighbour: Define neigh_for_each_in_bucketGilad Naaman
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman
2024-11-09Merge branch 'r8169-improve-wol-suspend-related-code'Jakub Kicinski
2024-11-09r8169: align WAKE_PHY handling with r8125/r8126 vendor driversHeiner Kallweit
2024-11-09r8169: improve rtl_set_d3_pll_downHeiner Kallweit
2024-11-09r8169: improve __rtl8169_set_wolHeiner Kallweit