diff -purN -X /home/mbligh/.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	2002-12-09 18:45:44.000000000 -0800
+++ 460-tcp_speedup/drivers/net/loopback.c	2003-07-28 18:58:56.000000000 -0700
@@ -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)