summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce2021-08-091-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-161-25/+40
* net/smc: Add SMC statistics supportGuvenc Gulce2021-06-161-18/+71
* smc: disallow TCP_ULP in smc_setsockopt()Cong Wang2021-05-051-1/+3
* net/smc: Remove redundant assignment to rcJiapeng Chong2021-04-271-1/+0
* net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce2020-12-021-1/+9
* net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce2020-12-021-6/+6
* net/smc: use helper smc_conn_abort() in listen processingKarsten Graul2020-12-021-12/+5
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-201-1/+2
|\
| * net/smc: fix matching of existing link groupsKarsten Graul2020-11-191-1/+2
* | net/smc: improve return codes for SMC-Dv2Karsten Graul2020-10-311-20/+41
|/
* net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul2020-10-271-3/+4
* net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul2020-10-101-1/+5
* net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul2020-10-101-6/+3
* net/smc: consolidate unlocking in same functionKarsten Graul2020-10-101-37/+40
* net/smc: send ISM devices with unique chid in CLC proposalKarsten Graul2020-10-041-1/+17
* net/smc: CLC decline - V2 enhancementsUrsula Braun2020-09-291-10/+17
* net/smc: introduce CLC first contact extensionUrsula Braun2020-09-291-0/+29
* net/smc: CLC accept / confirm V2Ursula Braun2020-09-291-22/+79
* net/smc: determine accepted ISM devicesUrsula Braun2020-09-291-23/+179
* net/smc: build and send V2 CLC proposalUrsula Braun2020-09-291-1/+1
* net/smc: determine proposed ISM devicesUrsula Braun2020-09-291-48/+117
* net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-291-0/+2
* net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-291-0/+2
* net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-291-27/+45
* net/smc: separate find device functionsUrsula Braun2020-09-291-42/+69
* net/smc: CLC header fields renamingUrsula Braun2020-09-291-7/+7
* net/smc: fix double kfree in smc_listen_work()Ursula Braun2020-09-181-2/+2
* net/smc: use separate work queues for different worker typesKarsten Graul2020-09-111-8/+26
* net/smc: reduce smc_listen_decline() callsUrsula Braun2020-09-111-16/+6
* net/smc: improve server ISM device determinationUrsula Braun2020-09-111-14/+3
* net/smc: common routine for CLC accept and confirmUrsula Braun2020-09-111-17/+19
* net/smc: dynamic allocation of CLC proposal bufferUrsula Braun2020-09-111-3/+10
* net/smc: introduce better field namesUrsula Braun2020-09-111-33/+33
* net/smc: reduce active tcp_listen workersUrsula Braun2020-09-111-7/+31
* net/smc: unique reason code for exceeded max dmb countKarsten Graul2020-07-271-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-261-4/+8
|\
| * net/smc: fix restoring of fallback changesKarsten Graul2020-07-201-2/+4
| * net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-201-1/+1
| * net/smc: fix link lookup for new rdma connectionsKarsten Graul2020-07-201-1/+3
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-251-2/+2
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-201-2/+7
|/
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-4/+2
* net/smc: save SMC-R peer link_uidKarsten Graul2020-05-041-0/+2
* net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-041-1/+1
* net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-041-1/+1
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-021-0/+9
* net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-021-35/+19
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-301-24/+45