Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] Mesh replay protection clean up
@ 2020-08-28 20:04 Inga Stotland
  2020-08-28 20:04 ` [PATCH BlueZ 1/2] mesh: Initialize RPL when creating or loading a node Inga Stotland
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Inga Stotland @ 2020-08-28 20:04 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, Inga Stotland

This patch set moves RPL initialization to the node init sequence
instead of checking for every incoming message whether RPL has
been initialized.

Also, use consistent size check for RPL directory/file paths.


Inga Stotland (2):
  mesh: Initialize RPL when creating or loading a node
  mesh: Move RPL check from model to net layer

 mesh/model.c |  18 ++---
 mesh/model.h |   6 +-
 mesh/net.c   | 198 +++++++++++++++++++++++++++------------------------
 mesh/net.h   |   5 +-
 mesh/node.c  |  11 +--
 mesh/rpl.c   |  29 +++++---
 mesh/rpl.h   |   3 +-
 7 files changed, 143 insertions(+), 127 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-08-28 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-28 20:04 [PATCH BlueZ 0/2] Mesh replay protection clean up Inga Stotland
2020-08-28 20:04 ` [PATCH BlueZ 1/2] mesh: Initialize RPL when creating or loading a node Inga Stotland
2020-08-28 20:04 ` [PATCH BlueZ 2/2] mesh: Move RPL check from model to net layer Inga Stotland
2020-08-28 21:53 ` [PATCH BlueZ 0/2] Mesh replay protection clean up Gix, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox