All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] Updates to MCTP core
@ 2021-09-29  7:26 Matt Johnston
  2021-09-29  7:26 ` [PATCH net-next 01/10] mctp: Allow MCTP on tun devices Matt Johnston
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Matt Johnston @ 2021-09-29  7:26 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, netdev; +Cc: Jeremy Kerr

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


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

end of thread, other threads:[~2021-09-29 10:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  7:26 [PATCH net-next 00/10] Updates to MCTP core Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 01/10] mctp: Allow MCTP on tun devices Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 02/10] mctp: Allow local delivery to the null EID Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 03/10] mctp: locking, lifetime and validity changes for sk_keys Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 04/10] mctp: Add refcounts to mctp_dev Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 05/10] mctp: Implement a timeout for tags Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 06/10] mctp: Add tracepoints for tag/key handling Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 07/10] mctp: Do inits as a subsys_initcall Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 08/10] doc/mctp: Add a little detail about kernel internals Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 09/10] mctp: Set route MTU via netlink Matt Johnston
2021-09-29  7:26 ` [PATCH net-next 10/10] mctp: Warn if pointer is set for a wrong dev type Matt Johnston
2021-09-29 10:10 ` [PATCH net-next 00/10] Updates to MCTP core patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.