summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2014-02-05 15:26:19 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2014-02-05 15:26:19 -0500
commit5b93b947ad3a1fa79a8d8ed9701988cbdfd0f265 (patch)
tree61f86696baebc2cabaad901b55f5192245b58fda
parentb2667fa8e558c363960625f0af2226291d55943b (diff)
downloadlongterm-queue-2.6.34-5b93b947ad3a1fa79a8d8ed9701988cbdfd0f265.tar.gz
fix mangled mail addr for Eric
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/net-reduce-net_rx_action-latency-to-2-HZ.patch2
-rw-r--r--queue/tcp-allow-splice-to-build-full-TSO-packets.patch2
-rw-r--r--queue/tcp-tcp_sendpages-should-call-tcp_push-once.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/queue/net-reduce-net_rx_action-latency-to-2-HZ.patch b/queue/net-reduce-net_rx_action-latency-to-2-HZ.patch
index 68bf86b..0241789 100644
--- a/queue/net-reduce-net_rx_action-latency-to-2-HZ.patch
+++ b/queue/net-reduce-net_rx_action-latency-to-2-HZ.patch
@@ -1,5 +1,5 @@
From 48dba9a0876a1e57e4915fd0cca0f400ec6dc949 Mon Sep 17 00:00:00 2001
-From: Eric Dumazet <edumazt@google.com>
+From: Eric Dumazet <edumazet@google.com>
Date: Tue, 5 Mar 2013 07:15:13 +0000
Subject: [PATCH] net: reduce net_rx_action() latency to 2 HZ
diff --git a/queue/tcp-allow-splice-to-build-full-TSO-packets.patch b/queue/tcp-allow-splice-to-build-full-TSO-packets.patch
index e796ccc..1718f99 100644
--- a/queue/tcp-allow-splice-to-build-full-TSO-packets.patch
+++ b/queue/tcp-allow-splice-to-build-full-TSO-packets.patch
@@ -46,7 +46,7 @@ Cc: H.K. Jerry Chu <hkchu@google.com>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Mahesh Bandewar <maheshb@google.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
-Signed-off-by: Eric Dumazet <eric.dumazet@gmail>com>
+Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
diff --git a/queue/tcp-tcp_sendpages-should-call-tcp_push-once.patch b/queue/tcp-tcp_sendpages-should-call-tcp_push-once.patch
index 219fa10..fb7ca99 100644
--- a/queue/tcp-tcp_sendpages-should-call-tcp_push-once.patch
+++ b/queue/tcp-tcp_sendpages-should-call-tcp_push-once.patch
@@ -31,7 +31,7 @@ Cc: H.K. Jerry Chu <hkchu@google.com>
Cc: Maciej Żenczykowski <maze@google.com>
Cc: Mahesh Bandewar <maheshb@google.com>
Cc: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
-Signed-off-by: Eric Dumazet <eric.dumazet@gmail>com>
+Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---