Rusty Russell c45d286e72 [NET]: Inline net_device_stats
Network drivers which keep stats allocate their own stats structure
then write a get_stats() function to return them.  It would be nice if
this were done by default.

1) Add a new "stats" field to "struct net_device".
2) Add a new feature field to say "this driver uses the internal one"
3) Have a default "get_stats" which returns NULL if that feature not set.
4) Change callers to check result of get_stats call for NULL, not if
   ->get_stats is set.

This should not break backwards compatibility with older drivers, yet
allow modern drivers to shed some boilerplate code.

Lightly tested: works for a modified lguest network driver.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:28:26 -07:00
..
2006-09-26 17:40:24 -04:00
2006-12-04 02:00:22 -05:00
2006-10-03 23:01:26 +02:00
2006-12-02 21:22:55 -08:00
2006-12-02 21:22:55 -08:00
2007-02-20 17:10:15 -08:00
2006-01-13 09:12:21 -08:00
2006-10-03 23:01:26 +02:00
2005-10-04 13:22:01 -07:00
2005-09-10 10:06:21 -07:00
2006-12-08 08:28:39 -08:00
2006-12-07 08:39:20 -08:00
2006-12-08 08:28:39 -08:00
2007-01-30 08:26:45 -08:00
2007-02-20 17:10:14 -08:00
2005-09-10 10:16:27 -07:00
2007-04-25 22:27:02 -07:00
2007-02-16 15:19:17 -08:00
2006-12-07 08:39:25 -08:00
2006-06-09 16:14:20 -04:00
2006-02-23 09:56:38 +00:00
2005-05-15 18:31:07 -04:00
2006-07-03 19:44:51 -07:00
2007-02-09 17:39:36 -05:00
2007-02-11 11:18:07 -08:00
2007-02-01 16:17:06 -08:00
2006-09-26 08:48:54 -07:00
2006-06-23 02:07:36 -07:00
2007-03-27 09:05:15 -07:00
2006-03-31 12:18:54 -08:00
2005-07-12 12:08:43 -07:00
2006-09-22 15:18:47 -07:00
2006-12-07 08:39:32 -08:00
2006-12-10 09:55:41 -08:00
2006-10-02 07:57:12 -07:00
2007-01-08 19:49:54 +00:00
2006-03-26 08:56:56 -08:00
2007-04-07 10:03:43 -07:00
2007-02-13 22:09:01 +01:00
2006-12-10 21:21:29 +01:00
2005-05-05 14:25:59 -07:00
2005-11-08 09:40:47 -08:00
2005-07-05 15:03:46 -07:00
2007-04-25 22:24:41 -07:00
2006-12-02 21:21:21 -08:00
2006-09-28 18:02:29 -07:00
2006-10-10 15:37:22 -07:00
2007-02-09 17:39:36 -05:00
2006-08-21 10:02:50 +02:00
2006-12-02 21:21:21 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-12-07 08:39:47 -08:00
2006-10-04 00:31:09 -07:00
2006-03-20 22:21:10 -08:00
2007-03-01 14:53:38 -08:00
2006-06-21 12:40:49 -07:00
2006-12-08 08:28:57 -08:00
2006-11-30 05:24:39 +01:00
2007-04-25 22:25:52 -07:00
2007-02-16 14:37:06 +00:00
2007-02-07 10:37:14 -08:00
2007-03-16 19:25:07 -07:00
2007-03-04 11:12:42 +02:00
2006-07-31 15:44:29 -04:00
2007-02-17 19:17:37 +01:00
2006-06-05 12:29:17 -07:00
2005-10-28 08:16:47 -07:00
2007-03-01 14:53:35 -08:00
2006-11-30 04:40:22 +01:00
2006-09-28 18:02:22 -07:00
2007-03-12 16:31:50 -07:00
2007-01-23 00:34:54 -05:00
2006-03-23 07:38:14 -08:00
2007-02-08 13:51:54 -08:00
2007-04-25 22:28:26 -07:00
2006-03-20 13:44:40 -05:00
2007-03-16 19:25:05 -07:00
2006-08-27 11:01:32 -07:00
2007-02-09 08:06:14 -08:00
2007-03-12 16:31:50 -07:00
2006-03-27 08:44:48 -08:00
2007-03-27 08:55:47 +02:00
2007-04-17 16:36:26 -07:00
2007-02-11 10:51:28 -08:00
2006-07-03 19:48:25 -07:00
2006-12-04 02:00:36 -05:00
2006-10-03 23:01:26 +02:00
2007-01-11 18:18:21 -08:00
2006-06-25 10:01:06 -07:00
2007-02-11 10:51:28 -08:00
2006-06-25 10:01:06 -07:00
2006-09-26 08:49:04 -07:00
2005-11-07 07:53:46 -08:00
2006-12-22 08:55:49 -08:00
2006-06-25 10:01:14 -07:00
2006-12-10 09:55:40 -08:00
2007-03-05 07:57:51 -08:00
2007-02-17 19:07:33 +01:00
2006-12-07 08:39:35 -08:00
2005-10-30 17:37:32 -08:00
2006-12-13 09:05:49 -08:00
2007-02-20 17:10:14 -08:00
2007-02-20 17:10:14 -08:00
2006-10-10 16:15:34 -07:00
2006-10-01 00:39:18 -07:00
2006-10-01 00:39:19 -07:00
2007-02-12 09:48:41 -08:00
2007-02-11 10:51:18 -08:00
2007-02-20 17:10:13 -08:00
2006-10-11 11:14:21 -07:00
2007-02-07 14:03:19 +11:00
2006-11-30 05:32:19 +01:00
2007-02-16 08:13:57 -08:00
2007-02-16 08:13:56 -08:00
2006-03-31 12:18:56 -08:00
2006-12-02 21:21:08 -08:00
2007-03-05 07:57:51 -08:00
2006-09-28 17:53:59 -07:00
2006-03-23 07:38:14 -08:00
2006-12-15 08:47:51 -08:00
2006-10-01 00:39:19 -07:00
2007-02-11 10:51:25 -08:00
2007-02-11 11:18:05 -08:00