]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Fix TCP FIN handling
authorJohn Heffner <jheffner@psc.edu>
Wed, 7 Feb 2007 05:57:34 +0000 (21:57 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 9 Mar 2007 18:50:19 +0000 (10:50 -0800)
commitc1689102c93ed8754c2c1c09139e90c10f59683a
treeead9ebf41a89984bfa237e9b74288222dedeae01
parent977e7e120593695d1a5ac66df5dbd44113ce49a8
Fix TCP FIN handling

We can accidently spit out a huge burst of packets with TSO
when the FIN back is piggybacked onto the final packet.

[TCP]: Don't apply FIN exception to full TSO segments.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/ipv4/tcp_output.c