commit | f53f4137baedc1be179880d35f390e20445428ba | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Oct 14 19:41:09 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Oct 14 12:41:52 2007 -0700 |
tree | 540a953ece44438080c756b6fc250ff1606a720e | |
parent | 9df7c98a0f7e0b7f4b547761ab64f39a13f20355 [diff] |
fix endianness bug in inet_lro all uses of and almost all assignments to lro_desc->tcp_ack assume that it's net-endian; one converts net-endian to host-endian and sticks it in lro_desc->tcp_ack. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>