Files
twx-linux/include/linux
Eric Dumazet 996b175e39 tcp: out_of_order_queue do not use its lock
TCP out_of_order_queue lock is not used, as queue manipulation
happens with socket lock held and we therefore use the lockless
skb queue routines (as __skb_queue_head())

We can use __skb_queue_head_init() instead of skb_queue_head_init()
to make this more consistent.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-06 16:34:34 -05:00
..
2014-01-04 20:25:19 -05:00
2013-12-03 13:10:47 +01:00
2014-01-02 03:30:35 -05:00
2013-12-29 16:34:25 -05:00
2013-12-11 15:52:34 +01:00
2013-12-26 13:29:35 -05:00
2013-12-10 21:45:15 -05:00
2014-01-04 19:27:58 -05:00
2013-12-31 13:58:40 -05:00
2013-12-06 12:37:56 -05:00
2013-12-19 19:09:38 -05:00
2014-01-03 20:55:58 -05:00