All of lore.kernel.org
 help / color / mirror / Atom feed
* [MPTCP] [PATCH net-next v3 0/3] mptcp: use whitlist for sockopt
@ 2021-03-08 10:05 Paolo Abeni
  0 siblings, 0 replies; only message in thread
From: Paolo Abeni @ 2021-03-08 10:05 UTC (permalink / raw)
  To: mptcp 

[-- Attachment #1: Type: text/plain, Size: 925 bytes --]

In this iteration I tried to address the comments from Mat && Mat
on patch 2/3. Other patches are unchanged.

Changes from v2:
- many layout/comments fixup in patch 2/3, see the indivdual
  patch changelog for the details

Changes from V1:
- none, just repost to hopefully not confuse patchwork
  (and surely spam you more, sorry)

Changes from RFC v2:

- move sockopt related helper in a new file
- rebased on top of the above

Paolo Abeni (3):
  mptcp: move sockopt function into a new file
  mptcp: only admit explicitly supported sockopt
  mptcp: revert "mptcp: provide subflow aware release function"

 net/mptcp/Makefile   |   2 +-
 net/mptcp/protocol.c | 165 +-------------------
 net/mptcp/protocol.h |   5 +
 net/mptcp/sockopt.c  | 349 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 357 insertions(+), 164 deletions(-)
 create mode 100644 net/mptcp/sockopt.c

-- 
2.26.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-08 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-08 10:05 [MPTCP] [PATCH net-next v3 0/3] mptcp: use whitlist for sockopt Paolo Abeni

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.