This is not really a series, as the commits will be delivered one by
one, but I still find it practical to bundle them like this.

v6: - Added the jiffies-to-ms patch as #1. Please ack asap, since
      net-next is still open.
    - Updated monitor patch to v6. See commit log. It is starting to
      look pretty stable now, but we should still to wait until the
      next cycle with this one.
    - Separated out the discovery rate control as commit #3. Still
      a little uncertain about this one.
    - More measuring points in the profiling commit (#4)

Jon Maloy (4):
  tipc: change node timer unit from jiffies to ms
  tipc: add neighbor monitoring framework
  tipc: rate control acceptance of new neighbor nodes
  tipc: debugging_tracing_profiling support for neighbor monitoring code

 net/tipc/Makefile   |    2 +-
 net/tipc/addr.c     |    1 +
 net/tipc/addr.h     |    1 +
 net/tipc/bearer.c   |   23 +-
 net/tipc/bearer.h   |    2 +-
 net/tipc/core.c     |    1 +
 net/tipc/core.h     |   16 +-
 net/tipc/discover.c |   19 +-
 net/tipc/link.c     |   83 +++-
 net/tipc/monitor.c  | 1233 +++++++++++++++++++++++++++++++++++++++++++++++++++
 net/tipc/monitor.h  |  223 ++++++++++
 net/tipc/node.c     |   54 ++-
 12 files changed, 1613 insertions(+), 45 deletions(-)
 create mode 100644 net/tipc/monitor.c
 create mode 100644 net/tipc/monitor.h

-- 
1.9.1


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
tipc-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to