Files
ack-tegra/include/linux
Julian Anastasov d23ff70164 tcp: add generic netlink support for tcp_metrics
Add support for genl "tcp_metrics". No locking
is changed, only that now we can unlink and delete
entries after grace period. We implement get/del for
single entry and dump to support show/flush filtering
in user space. Del without address attribute causes
flush for all addresses, sadly under genl_mutex.

v2:
- remove rcu_assign_pointer as suggested by Eric Dumazet,
it is not needed because there are no other writes under lock
- move the flushing code in tcp_metrics_flush_all

v3:
- remove synchronize_rcu on flush as suggested by Eric Dumazet

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-09-05 15:15:02 -04:00
..
2012-08-10 15:27:02 -04:00
2012-08-07 10:10:57 +02:00
2012-07-31 18:42:43 -07:00
2012-08-21 01:19:54 -07:00
2012-08-04 01:24:44 +04:00
2012-08-09 16:18:06 -07:00
2012-08-14 14:28:32 -07:00
2012-08-14 14:28:32 -07:00
2012-08-14 14:28:32 -07:00
2012-07-31 08:16:42 -05:00
2012-08-22 10:24:41 -04:00
2012-08-20 13:58:21 +02:00
2012-07-31 18:42:43 -07:00
2012-08-30 13:14:48 -04:00
2012-08-21 20:50:25 +02:00
2012-07-31 08:16:24 -06:00
2012-07-31 18:42:50 -07:00
2012-08-04 12:15:37 +04:00