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:   Tue, 14 Sep 2021 10:35:04 +0200
From:   Guvenc Gulce <guvenc@...ux.ibm.com>
To:     David Miller <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>
Cc:     netdev@...r.kernel.org, linux-s390@...r.kernel.org,
        Heiko Carstens <hca@...ux.ibm.com>,
        Karsten Graul <kgraul@...ux.ibm.com>
Subject: [PATCH net-next 0/3] net/smc: add EID support

Hi Dave & Jakub,

please apply the following patch series for smc to netdev's net-next 
tree. The series introduce the so called Enterprise ID support for smc
protocol. Including the generic netlink based interface.

Thanks,

Guvenc Gulce

Karsten Graul (3):
  net/smc: add support for user defined EIDs
  net/smc: keep static copy of system EID
  net/smc: add generic netlink support for system EID

 include/uapi/linux/smc.h |  27 ++++
 net/smc/af_smc.c         |  34 ++--
 net/smc/smc.h            |   3 -
 net/smc/smc_clc.c        | 330 +++++++++++++++++++++++++++++++++++++--
 net/smc/smc_clc.h        |  19 ++-
 net/smc/smc_core.c       |  10 +-
 net/smc/smc_core.h       |   1 +
 net/smc/smc_ism.c        |  16 +-
 net/smc/smc_ism.h        |   2 +-
 net/smc/smc_netlink.c    |  47 +++++-
 net/smc/smc_netlink.h    |   2 +
 11 files changed, 443 insertions(+), 48 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ