diff -urpN -X /home/fletch/.diff.exclude 440-local_balance_exec/drivers/net/loopback.c 460-tcp_speedup/drivers/net/loopback.c
--- 440-local_balance_exec/drivers/net/loopback.c	Sun Nov 17 20:29:25 2002
+++ 460-tcp_speedup/drivers/net/loopback.c	Wed Jul  2 22:23:01 2003
@@ -194,7 +194,7 @@ int __init loopback_init(struct net_devi
 	/* Current netfilter will die with oom linearizing large skbs,
 	 * however this will be cured before 2.5.x is done.
 	 */
-	dev->features	       |= NETIF_F_TSO;
+/*	dev->features	       |= NETIF_F_TSO; */
 
 	dev->priv = kmalloc(sizeof(struct net_device_stats), GFP_KERNEL);
 	if (dev->priv == NULL)