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]
Message-Id: <20210929072614.854015-1-matt@codeconstruct.com.au>
Date:   Wed, 29 Sep 2021 15:26:04 +0800
From:   Matt Johnston <matt@...econstruct.com.au>
To:     "David S. Miller" <davem@...emloft.net>,
        Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org
Cc:     Jeremy Kerr <jk@...econstruct.com.au>
Subject: [PATCH net-next 00/10] Updates to MCTP core

Hi,

This series adds timeouts for MCTP tags (a limited resource), and a few
other improvements to the MCTP core.

Cheers,
Matt

Jeremy Kerr (7):
  mctp: Allow local delivery to the null EID
  mctp: locking, lifetime and validity changes for sk_keys
  mctp: Add refcounts to mctp_dev
  mctp: Implement a timeout for tags
  mctp: Add tracepoints for tag/key handling
  mctp: Do inits as a subsys_initcall
  doc/mctp: Add a little detail about kernel internals

Matt Johnston (3):
  mctp: Allow MCTP on tun devices
  mctp: Set route MTU via netlink
  mctp: Warn if pointer is set for a wrong dev type

 Documentation/networking/mctp.rst |  59 ++++++++++
 include/net/mctp.h                |  56 ++++++---
 include/net/mctpdevice.h          |   5 +
 include/trace/events/mctp.h       |  75 ++++++++++++
 net/mctp/af_mctp.c                |  66 +++++++++--
 net/mctp/device.c                 |  53 +++++++--
 net/mctp/neigh.c                  |   4 +-
 net/mctp/route.c                  | 190 ++++++++++++++++++++++++------
 8 files changed, 431 insertions(+), 77 deletions(-)
 create mode 100644 include/trace/events/mctp.h

-- 
2.30.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ