MINOURA Makoto / 箕浦 真
472681d57a
net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.
...
When the send skbuff reaches the end, nlmsg_put and friends returns
-EMSGSIZE but it is silently thrown away in ndo_fdb_dump. It is called
within a for_each_netdev loop and the first fdb entry of a following
netdev could fit in the remaining skbuff. This breaks the mechanism
of cb->args[0] and idx to keep track of the entries that are already
dumped, which results missing entries in bridge fdb show command.
Signed-off-by: Minoura Makoto <minoura@valinux.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-02-26 15:04:02 -05:00
..
2015-12-20 08:21:00 +01:00
2016-01-24 12:39:09 -08:00
2015-03-02 16:43:41 -05:00
2015-12-15 16:50:08 -05:00
2016-02-18 14:59:34 -05:00
2015-11-30 14:47:33 -05:00
2015-12-14 16:09:30 -05:00
2016-02-16 22:16:33 +08:00
2016-02-20 08:52:28 +01:00
2016-02-26 15:04:02 -05:00
2016-02-18 14:59:35 -05:00
2015-10-13 17:42:34 +02:00
2016-02-04 18:26:08 +01:00
2016-02-26 15:04:02 -05:00
2015-10-09 07:52:27 -07:00
2016-02-18 11:35:51 -05:00
2015-12-14 16:09:30 -05:00
2015-11-18 16:27:46 -05:00
2016-02-17 22:05:16 -05:00
2016-01-06 16:31:56 -05:00
2015-11-23 14:56:15 -05:00
2016-01-05 22:25:57 -05:00
2016-02-24 14:11:34 -05:00
2016-02-23 19:11:56 -05:00
2015-05-11 10:50:17 -04:00
2016-01-29 22:56:46 -08:00
2016-01-19 14:21:08 -05:00
2015-10-23 03:05:19 -07:00
2016-02-17 15:34:47 -05:00
2015-10-07 04:27:43 -07:00
2015-07-27 01:06:53 -07:00
2016-02-24 16:58:12 -05:00
2016-01-04 20:40:41 +01:00
2015-12-17 22:08:28 -05:00
2016-02-08 13:05:02 +01:00
2015-03-31 13:58:35 -04:00
2016-01-29 20:25:17 -08:00
2015-06-18 21:14:32 +02:00
2016-01-04 21:48:15 -05:00
2016-02-19 15:39:30 -05:00
2015-11-29 22:17:17 -05:00
2016-01-12 12:05:38 -05:00
2016-01-23 18:45:06 -08:00
2016-01-26 11:32:05 +01:00
2015-06-24 02:58:51 -07:00
2016-01-12 18:57:02 -08:00
2016-02-18 11:14:19 -05:00
2016-02-21 21:52:51 -05:00
2016-01-23 18:45:06 -08:00
2016-02-26 15:04:02 -05:00
2016-02-19 15:38:44 -05:00
2016-02-19 23:50:31 -05:00
2016-02-13 05:57:39 -05:00
2015-08-09 22:43:52 -07:00
2016-02-23 10:41:24 +01:00
2015-05-11 10:50:17 -04:00
2016-01-15 14:35:24 -05:00
2015-04-09 00:02:26 -04:00
2016-01-10 22:13:15 -05:00
2015-09-29 20:40:32 -07:00
2016-01-14 16:00:49 -08:00
2015-10-23 06:22:08 -07:00