lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 15 Mar 2018 16:48:49 +0100
From:   Jon Maloy <jon.maloy@...csson.com>
To:     <davem@...emloft.net>, <netdev@...r.kernel.org>
CC:     <mohan.krishna.ghanta.krishnamurthy@...csson.com>,
        <tung.q.nguyen@...tech.com.au>, <hoang.h.le@...tech.com.au>,
        <jon.maloy@...csson.com>, <canh.d.luu@...tech.com.au>,
        <ying.xue@...driver.com>, <tipc-discussion@...ts.sourceforge.net>
Subject: [net-next 0/5] tipc: obsolete zone concept

Functionality related to the 'zone' concept was never implemented in
TIPC. In this series we eliminate the remaining traces of it in the 
code, and can hence take a first step in reducing the footprint and
complexity of the binding table.

Jon Maloy (5):
  tipc: obsolete TIPC_ZONE_SCOPE
  tipc: remove zone publication list in name table
  tipc: remove zone_list member in struct publication
  tipc: merge two lists in struct publication
  tipc: some name changes

 include/uapi/linux/tipc.h | 102 ++++++++++++-----------
 net/tipc/addr.c           |  31 -------
 net/tipc/addr.h           |  10 +++
 net/tipc/core.h           |   5 ++
 net/tipc/msg.c            |   2 +-
 net/tipc/name_distr.c     |  63 +++++++-------
 net/tipc/name_distr.h     |   2 +-
 net/tipc/name_table.c     | 206 ++++++++++++++++++----------------------------
 net/tipc/name_table.h     |  54 ++++++------
 net/tipc/net.c            |   2 +-
 net/tipc/socket.c         |  29 ++++---
 11 files changed, 227 insertions(+), 279 deletions(-)

-- 
2.1.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ