Eric Dumazet
1bde5ac493
tcp: fix listening_get_next()
...
Alexey Vlasov found /proc/net/tcp could sometime loop and display
millions of sockets in LISTEN state.
In 2.6.29, when we converted TCP hash tables to RCU, we left two
sk_next() calls in listening_get_next().
We must instead use sk_nulls_next() to properly detect an end of chain.
Reported-by: Alexey Vlasov <renton@renton.name>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-12-23 09:32:46 -08:00
..
2010-10-28 09:08:49 -05:00
2010-10-25 13:09:44 -07:00
2010-10-25 13:09:43 -07:00
2010-04-11 14:53:53 -07:00
2010-12-10 15:45:05 -08:00
2010-11-10 10:14:33 -08:00
2010-12-06 15:47:44 -02:00
2010-12-16 14:41:23 -08:00
2010-11-03 18:50:04 -07:00
2010-11-12 14:07:14 -08:00
2010-11-27 17:39:29 -08:00
2010-12-16 14:26:56 -08:00
2010-03-30 22:02:32 +09:00
2010-11-28 11:29:27 -08:00
2010-11-28 11:32:30 -08:00
2010-08-11 17:11:28 +00:00
2010-08-11 23:03:50 -07:00
2010-12-08 20:51:15 -08:00
2010-09-23 14:33:39 -07:00
2010-05-23 23:11:07 -07:00
2010-12-23 09:32:46 -08:00
2010-12-19 20:22:23 -08:00
2010-10-21 15:44:13 +02:00
2010-11-18 12:24:25 -08:00
2010-10-25 16:10:19 +02:00
2010-09-23 14:33:39 -07:00
2010-12-08 12:13:43 -08:00
2010-03-30 22:02:32 +09:00
2010-12-08 09:58:44 -08:00
2010-12-22 13:36:35 -05:00
2010-11-18 13:14:33 -08:00
2010-05-17 23:23:14 -07:00
2010-10-24 16:25:39 -07:00
2010-04-20 16:37:13 -07:00
2010-11-12 11:06:46 -08:00
2010-10-20 01:55:54 -07:00
2010-11-17 12:20:52 -08:00
2010-10-23 11:47:02 -07:00
2010-09-27 01:03:03 -07:00
2010-08-12 09:51:35 -07:00
2010-12-20 13:18:16 -08:00
2010-12-16 14:48:44 -08:00
2010-10-29 04:16:28 -04:00
2010-11-09 09:25:46 -08:00
2010-11-29 09:45:15 -08:00
2010-08-09 11:25:17 +02:00
2010-05-20 21:04:44 -07:00
2010-11-18 11:35:05 -05:00
2010-12-08 12:13:44 -08:00
2010-12-09 20:35:27 -08:00
2010-10-28 11:47:52 -07:00
2010-10-20 15:37:28 -07:00
2010-10-20 15:37:28 -07:00
2010-10-15 15:53:27 +02:00
2010-12-10 11:13:18 -08:00
2010-05-17 23:23:14 -07:00