aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26net/smc: fix suppressed return codeKarsten Graul1-2/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2020-10-15net/smc: fix invalid return code in smcd_new_buf_create()Karsten Graul1-1/+2
2020-10-15net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-28net/smc: introduce CLC first contact extensionUrsula Braun1-0/+1
2020-09-28net/smc: determine accepted ISM devicesUrsula Braun1-11/+12
2020-09-28net/smc: prepare for more proposed ISM devicesUrsula Braun1-10/+13
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul1-2/+11
2020-09-10net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun1-19/+4
2020-09-10net/smc: common routine for CLC accept and confirmUrsula Braun1-2/+2
2020-09-10net/smc: introduce better field namesUrsula Braun1-8/+8
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul1-2/+2
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-19net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul1-8/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul1-73/+7
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun1-4/+4
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun1-2/+3
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul1-16/+22
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul1-3/+15
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-5/+29
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul1-0/+1
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-2/+6
2020-05-04net/smc: asymmetric link taggingKarsten Graul1-3/+23
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul1-0/+5
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul1-0/+15
2020-05-04net/smc: send failover validation messageKarsten Graul1-1/+1
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-2/+130
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul1-1/+2
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul1-14/+8
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul1-2/+2
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul1-5/+2
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-30/+89
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul1-0/+86
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul1-0/+2
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-4/+22
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul1-1/+2
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul1-0/+60
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul1-17/+59
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul1-0/+16
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul1-3/+1
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul1-0/+47
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul1-6/+4
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul1-0/+2