netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 PATCH v5 0/2] bridge: fdb dumping takes a filter device
@ 2014-07-03  9:38 Jamal Hadi Salim
  2014-07-03  9:38 ` [net-next-2.6 PATCH v5 1/2] " Jamal Hadi Salim
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jamal Hadi Salim @ 2014-07-03  9:38 UTC (permalink / raw)
  To: davem, stephen
  Cc: netdev, vyasevic, sfeldma, john.r.fastabend, roopa, eric.dumazet,
	Jamal Hadi Salim

From: Jamal Hadi Salim <jhs@mojatatu.com>

Changes:
v5:
 Embarassing qlnic compile failure found by DaveM

v4:
 Request from DaveM to use proper comment tagging and remove if-stmnt braces

V3:
 Suggestion from Eric D. to use for_each_netdev
 Suggestion from Stephen H. to reduce level of indentation

V2:
Suggestions from Vlad
 Get rid of rcu read lock since rtnl_lock is being held
 simplify for readability


Jamal Hadi Salim (2):
  bridge: fdb dumping takes a filter device
  bridge: netlink dump interface at par with brctl

 drivers/net/ethernet/intel/i40e/i40e_main.c      |    3 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c |    7 +-
 include/linux/netdevice.h                        |    1 +
 include/linux/rtnetlink.h                        |    1 +
 net/bridge/br_fdb.c                              |   13 ++++
 net/bridge/br_private.h                          |    2 +-
 net/core/rtnetlink.c                             |   74 +++++++++++++++++-----
 7 files changed, 81 insertions(+), 20 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-07-10 19:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  9:38 [net-next-2.6 PATCH v5 0/2] bridge: fdb dumping takes a filter device Jamal Hadi Salim
2014-07-03  9:38 ` [net-next-2.6 PATCH v5 1/2] " Jamal Hadi Salim
2014-07-03 12:23   ` Varka Bhadram
2014-07-03  9:38 ` [net-next-2.6 PATCH v5 2/2] bridge: netlink dump interface at par with brctl Jamal Hadi Salim
2014-07-03 12:24   ` Varka Bhadram
2014-07-08 21:10 ` [net-next-2.6 PATCH v5 0/2] bridge: fdb dumping takes a filter device David Miller
2014-07-08 21:21   ` David Miller
2014-07-10 10:23     ` Jamal Hadi Salim
2014-07-10 19:20       ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).