Eric Dumazet
cca32e4bf9
net: TCP early demux cleanup
...
early_demux() handlers should be called in RCU context, and as we
use skb_dst_set_noref(skb, dst), caller must not exit from RCU context
before dst use (skb_dst(skb)) or release (skb_drop(dst))
Therefore, rcu_read_lock()/rcu_read_unlock() pairs around
->early_demux() are confusing and not needed :
Protocol handlers are already in an RCU read lock section.
(__netif_receive_skb() does the rcu_read_lock() )
Signed-off-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2012-07-30 14:53:21 -07:00
..
2012-07-10 23:13:45 -07:00
2012-05-15 20:23:16 -04:00
2012-07-17 09:02:36 -07:00
2012-07-10 23:13:45 -07:00
2012-06-04 11:45:11 -04:00
2012-07-19 11:17:30 -07:00
2012-07-10 23:56:33 -07:00
2012-07-20 12:30:48 -04:00
2012-07-22 12:12:32 -07:00
2012-07-19 11:17:30 -07:00
2012-07-10 22:36:17 +02:00
2012-07-24 10:01:50 -07:00
2012-07-29 23:18:31 -07:00
2012-07-10 23:13:45 -07:00
2012-07-23 16:36:26 -07:00
2012-07-23 13:16:59 -07:00
2012-05-21 20:27:36 -07:00
2012-05-09 20:49:19 -04:00
2012-07-19 10:48:00 -07:00
2012-07-16 22:52:02 -07:00
2012-07-30 14:53:21 -07:00
2012-07-30 14:53:21 -07:00
2012-07-19 10:48:00 -07:00
2012-07-16 23:23:52 -07:00
2012-06-15 15:30:15 -07:00
2012-04-15 12:44:40 -04:00
2012-06-29 00:52:32 -07:00
2012-05-17 18:45:20 -04:00
2012-07-10 23:13:45 -07:00
2012-07-26 20:26:27 -07:00
2012-07-12 07:54:45 -07:00
2012-07-19 11:17:30 -07:00
2012-03-22 19:29:57 -04:00
2012-07-24 00:01:30 -07:00
2012-04-20 21:22:30 -04:00
2012-07-20 12:30:48 -04:00
2012-07-27 13:45:51 -07:00
2012-06-27 15:42:24 -07:00
2012-06-17 16:29:38 -07:00
2012-07-23 01:01:44 -07:00
2012-06-06 15:18:17 -04:00
2012-04-20 21:22:30 -04:00
2012-07-10 23:56:33 -07:00
2012-07-23 16:36:26 -07:00
2012-07-23 16:36:26 -07:00
2012-07-18 11:28:46 -07:00
2012-07-13 19:34:43 -04:00
2012-07-16 22:31:34 -07:00
2012-07-24 13:55:21 -07:00
2012-04-15 12:44:40 -04:00
2012-07-20 12:30:48 -04:00
2012-07-10 23:13:45 -07:00
2012-07-20 13:31:21 -07:00
2012-07-22 17:50:49 -07:00
2012-05-21 12:50:12 -07:00
2012-05-18 01:35:08 -04:00
2012-07-22 12:44:01 -07:00
2012-05-15 20:14:35 -04:00