The patch titled e1000e: increase Tx timeout factor for 10Mbps has been removed from the -mm tree. Its filename was e1000e-increase-tx-timeout-factor-for-10mbps.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: e1000e: increase Tx timeout factor for 10Mbps From: Bruce Allan <bruce.w.allan@xxxxxxxxx> Prevent Tx hangs from happening on 10Mb flood ping by increasing the timeout factor. Signed-off-by: Bruce Allan <bruce.w.allan@xxxxxxxxx> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/net/e1000e/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/e1000e/netdev.c~e1000e-increase-tx-timeout-factor-for-10mbps drivers/net/e1000e/netdev.c --- a/drivers/net/e1000e/netdev.c~e1000e-increase-tx-timeout-factor-for-10mbps +++ a/drivers/net/e1000e/netdev.c @@ -3058,7 +3058,7 @@ static void e1000_watchdog_task(struct w case SPEED_10: txb2b = 0; netdev->tx_queue_len = 10; - adapter->tx_timeout_factor = 14; + adapter->tx_timeout_factor = 16; break; case SPEED_100: txb2b = 0; _ Patches currently in -mm which might be from bruce.w.allan@xxxxxxxxx are git-net.patch e1000e-remove-inapplicable-test-for-ioport-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html