summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun2020-07-081-4/+4
* net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun2020-07-081-2/+3
* net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-081-16/+22
* net/smc: pre-fetch send buffer outside of send_lockKarsten Graul2020-05-301-3/+15
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-5/+29
* net/smc: create improved SMC-R link_uidKarsten Graul2020-05-041-0/+1
* net/smc: improve termination processingKarsten Graul2020-05-041-30/+31
* net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-041-2/+6
* net/smc: asymmetric link taggingKarsten Graul2020-05-041-3/+23
* net/smc: assign link to a new connectionKarsten Graul2020-05-041-19/+46
* net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-041-0/+5
* net/smc: handle incoming CDC validation messageKarsten Graul2020-05-041-0/+15
* net/smc: send failover validation messageKarsten Graul2020-05-041-1/+1
* net/smc: switch connections to alternate linkKarsten Graul2020-05-041-2/+130
* net/smc: enqueue local LLC messagesKarsten Graul2020-05-031-1/+2
* net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-031-14/+8
* net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-031-2/+2
* net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul2020-05-011-33/+0
* net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-011-5/+2
* net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-011-30/+89
* net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul2020-05-011-0/+86
* net/smc: remember PNETID of IB device for later device matchingKarsten Graul2020-05-011-0/+2
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-011-4/+22
* net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul2020-05-011-1/+2
* net/smc: map and register buffers for a new linkKarsten Graul2020-05-011-0/+60
* net/smc: unmapping of buffers to support multiple linksKarsten Graul2020-05-011-17/+59
* net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-011-0/+16
* net/smc: remove obsolete link state DELETINGKarsten Graul2020-04-301-3/+1
* net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul2020-04-301-0/+47
* net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul2020-04-301-6/+4
* net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-301-0/+2
* net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-291-3/+3
* net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2020-04-291-11/+11
* net/smc: use worker to process incoming llc messagesKarsten Graul2020-04-291-1/+3
* net/smc: simplify link deactivationKarsten Graul2020-04-291-6/+2
* net/smc: add new link state and related helpersKarsten Graul2020-04-291-17/+19
* net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul2020-04-291-6/+8
* net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-291-103/+229
* net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-291-33/+33
* net/smc: introduce link_idx for link group arrayKarsten Graul2020-04-291-5/+29
* net/smc: separate function for link initializationKarsten Graul2020-04-291-48/+66
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-0/+12
|\
| * net/smc: fix cleanup for linkgroup setup failuresUrsula Braun2020-02-261-0/+12
* | net/smc: simplify normal link terminationKarsten Graul2020-02-171-4/+5
* | net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul2020-02-171-10/+8
* | net/smc: do not delete lgr from list twiceKarsten Graul2020-02-171-1/+1
* | net/smc: improve smc_lgr_cleanup()Karsten Graul2020-02-171-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * net/smc: unregister ib devices in reboot_eventKarsten Graul2019-12-201-1/+1
* | net/smc: shorten lgr_cnt initializationUrsula Braun2019-12-151-2/+1
|/