All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net/smc: patches 2019-04-12
@ 2019-04-12 10:57 Ursula Braun
  2019-04-12 10:57 ` [PATCH net-next 1/8] net/smc: nonblocking connect rework Ursula Braun
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ursula Braun @ 2019-04-12 10:57 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-s390, schwidefsky, heiko.carstens, raspl, kgraul, ubraun

Dave,

here are patches for SMC:
* patch 1 improves behavior of non-blocking connect
* patches 2, 3, 5, 7, and 8 improve connecting return codes
* patches 4 and 6 are a cleanups without functional change

Thanks, Ursula

Karsten Graul (7):
  net/smc: fallback to TCP after connect problems
  net/smc: check for ip prefix and subnet
  net/smc: consolidate function parameters
  net/smc: cleanup of get vlan id
  net/smc: code cleanup smc_listen_work
  net/smc: improve smc_listen_work reason codes
  net/smc: improve smc_conn_create reason codes

Ursula Braun (1):
  net/smc: nonblocking connect rework

 net/smc/af_smc.c   | 355 +++++++++++++++++++++++++++--------------------------
 net/smc/smc.h      |  11 +-
 net/smc/smc_clc.c  |  10 +-
 net/smc/smc_clc.h  |  20 +--
 net/smc/smc_core.c |  93 +++++++-------
 net/smc/smc_core.h |  25 +++-
 net/smc/smc_pnet.c |  47 ++++---
 net/smc/smc_pnet.h |   7 +-
 8 files changed, 294 insertions(+), 274 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-04-12 18:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12 10:57 [PATCH net-next 0/8] net/smc: patches 2019-04-12 Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 1/8] net/smc: nonblocking connect rework Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 2/8] net/smc: fallback to TCP after connect problems Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 3/8] net/smc: check for ip prefix and subnet Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 4/8] net/smc: consolidate function parameters Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 5/8] net/smc: cleanup of get vlan id Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 6/8] net/smc: code cleanup smc_listen_work Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 7/8] net/smc: improve smc_listen_work reason codes Ursula Braun
2019-04-12 10:57 ` [PATCH net-next 8/8] net/smc: improve smc_conn_create " Ursula Braun
2019-04-12 18:25 ` [PATCH net-next 0/8] net/smc: patches 2019-04-12 David Miller

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.