Dmitry Popov 9ea88a1530 tcp: md5: check md5 signature without socket lock
Since a8afca032 (tcp: md5: protects md5sig_info with RCU) tcp_md5_do_lookup
doesn't require socket lock, rcu_read_lock is enough. Therefore socket lock is
no longer required for tcp_v{4,6}_inbound_md5_hash too, so we can move these
calls (wrapped with rcu_read_{,un}lock) before bh_lock_sock:
from tcp_v{4,6}_do_rcv to tcp_v{4,6}_rcv.

Signed-off-by: Dmitry Popov <ixaphire@qrator.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-06 16:00:20 -07:00
..
2014-05-07 16:06:05 -04:00
2014-06-04 22:46:38 -07:00
2014-03-14 07:28:07 +01:00
2014-06-27 00:21:50 -07:00
2014-05-23 16:28:53 -04:00
2014-06-27 15:53:35 -07:00
2014-06-04 22:46:38 -07:00
2014-05-23 16:28:53 -04:00