]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Fix scatterlist handling in MD5 signature support.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:41:21 +0000 (00:41 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:41:21 +0000 (00:41 -0700)
commit02adc39c1570f25f25a0ba875c1a9c3f230d6dc8
treec043065fbe1229cdc348278df79b532fa1748820
parent85d1ae230b349c11f748c15415c71c0650f482e8
[TCP]: Fix scatterlist handling in MD5 signature support.

Use sg_init_table() and sg_mark_end() as needed.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c