All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5] macsec: a few fixes
@ 2016-04-19 17:36 Sabrina Dubroca
  2016-04-19 17:36 ` [PATCH net 1/5] macsec: add missing NULL check after kmalloc Sabrina Dubroca
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Sabrina Dubroca @ 2016-04-19 17:36 UTC (permalink / raw)
  To: netdev; +Cc: Hannes Frederic Sowa, Johannes Berg, Dan Carpenter,
	Sabrina Dubroca

Some small fixes for the macsec driver:
 - possible NULL pointer dereferences
 - netlink dumps fixes: RTNL locking, consistent dumps
 - a reference counting bug

Sabrina Dubroca (5):
  macsec: add missing NULL check after kmalloc
  macsec: take rtnl lock before for_each_netdev
  macsec: don't put a NULL rxsa
  macsec: fix rx_sa refcounting with decrypt callback
  macsec: add consistency check to netlink dumps

 drivers/net/macsec.c | 39 +++++++++++++++++++++++++--------------
 1 file changed, 25 insertions(+), 14 deletions(-)

-- 
2.8.0

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

end of thread, other threads:[~2016-04-19 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 17:36 [PATCH net 0/5] macsec: a few fixes Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 1/5] macsec: add missing NULL check after kmalloc Sabrina Dubroca
2016-04-19 17:45   ` Lance Richardson
2016-04-19 20:25     ` Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 2/5] macsec: take rtnl lock before for_each_netdev Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 3/5] macsec: don't put a NULL rxsa Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 4/5] macsec: fix rx_sa refcounting with decrypt callback Sabrina Dubroca
2016-04-19 17:36 ` [PATCH net 5/5] macsec: add consistency check to netlink dumps Sabrina Dubroca

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.