summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt su...Ley Foon Tan2024-11-121-2/+4
* net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operationLey Foon Tan2024-11-121-2/+2
* net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macrosLey Foon Tan2024-11-121-2/+2
* net: phy: aquantia: Add mdix config and reportingPaul Davey2024-11-121-0/+52
* Merge branch 'introduce-vlan-support-in-hsr'Jakub Kicinski2024-11-125-12/+236
|\
| * selftests: hsr: Add test for VLANMD Danish Anwar2024-11-122-0/+99
| * net: ti: icssg-prueth: Add VLAN support for HSR modeRavi Gunasekaran2024-11-121-1/+44
| * net: hsr: Add VLAN CTAG filter supportMurali Karicheri2024-11-121-1/+79
| * net: hsr: Add VLAN supportWingMan Kwok2024-11-122-10/+14
|/
* Merge branch 'side-mdio-support-for-lan937x-switches'Jakub Kicinski2024-11-126-32/+538
|\
| * net: dsa: microchip: parse PHY config from device treeOleksij Rempel2024-11-121-6/+73
| * net: dsa: microchip: add support for side MDIO interface in LAN937xOleksij Rempel2024-11-124-16/+223
| * net: dsa: microchip: cleanup error handling in ksz_mdio_registerOleksij Rempel2024-11-121-6/+4
| * net: dsa: microchip: Refactor MDIO handling for side MDIO accessOleksij Rempel2024-11-122-10/+224
| * dt-bindings: net: dsa: microchip: add mdio-parent-bus property for internal MDIOOleksij Rempel2024-11-121-0/+9
| * dt-bindings: net: dsa: microchip: add internal MDIO bus descriptionOleksij Rempel2024-11-121-0/+11
|/
* net: atlantic: use irq_update_affinity_hint()Mohammad Heib2024-11-121-3/+3
* nfp: use irq_update_affinity_hint()Mohammad Heib2024-11-121-2/+2
* bnxt_en: use irq_update_affinity_hint()Mohammad Heib2024-11-121-3/+3
* rxrpc: Add a tracepoint for aborts being proposedDavid Howells2024-11-122-0/+26
* ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2024-11-124-19/+297
* Merge branch 'knobs-for-npc-default-rule-counters'Jakub Kicinski2024-11-115-39/+190
|\
| * devlink: Add documentation for OcteonTx2 AFLinu Cherian2024-11-111-0/+21
| * octeontx2-af: Knobs for NPC default rule countersLinu Cherian2024-11-113-0/+77
| * octeontx2-af: Refactor few NPC mcam APIsLinu Cherian2024-11-113-39/+92
|/
* mlx5/core: deduplicate {mlx5_,}eq_update_ci()Caleb Sander Mateos2024-11-111-8/+1
* mlx5/core: relax memory barrier in eq_update_ci()Caleb Sander Mateos2024-11-111-1/+1
* Merge branch 'macsec-inherit-lower-device-s-features-and-tso-limits-when-offl...Jakub Kicinski2024-11-117-89/+200
|\
| * selftests: netdevsim: add ethtool features to macsec offload testsSabrina Dubroca2024-11-111-0/+33
| * selftests: netdevsim: add test toggling macsec offloadSabrina Dubroca2024-11-111-0/+21
| * selftests: move macsec offload tests from net/rtnetlink to drivers/net/netdvesimSabrina Dubroca2024-11-114-68/+65
| * macsec: inherit lower device's TSO limits when offloadingSabrina Dubroca2024-11-111-0/+22
| * macsec: clean up local variables in macsec_notifySabrina Dubroca2024-11-111-18/+7
| * macsec: add some of the lower device's features when offloadingSabrina Dubroca2024-11-111-2/+15
| * selftests: netdevsim: add a test checking ethtool featuresSabrina Dubroca2024-11-112-0/+32
| * netdevsim: add more hw_featuresSabrina Dubroca2024-11-111-1/+5
|/
* Merge branch 'replace-page_frag-with-page_frag_cache-part-1'Jakub Kicinski2024-11-1119-208/+665
|\
| * mm: page_frag: use __alloc_pages() to replace alloc_pages_node()Yunsheng Lin2024-11-111-3/+3
| * mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'Yunsheng Lin2024-11-113-32/+81
| * xtensa: remove the get_order() implementationYunsheng Lin2024-11-111-18/+0
| * mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin2024-11-117-15/+19
| * mm: page_frag: use initial zero offset for page_frag_alloc_align()Yunsheng Lin2024-11-111-23/+23
| * mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin2024-11-119-177/+197
| * mm: page_frag: add a test module for page_fragYunsheng Lin2024-11-115-0/+402
|/
* net: convert to nla_get_*_default()Johannes Berg2024-11-1140-236/+126
* net: netlink: add nla_get_*_default() accessorsJohannes Berg2024-11-111-0/+262
* bridge: Allow deleting FDB entries with non-existent VLANIdo Schimmel2024-11-102-7/+42
* mlx5/core: Schedule EQ comp tasklet only if necessaryCaleb Sander Mateos2024-11-102-4/+12
* Merge branch 'improve-neigh_flush_dev-performance'Jakub Kicinski2024-11-096-203/+170
|\
| * neighbour: Create netdev->neighbour associationGilad Naaman2024-11-095-45/+80