aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul1-0/+1
2020-05-01net/smc: allocate index for a new linkKarsten Graul1-1/+1
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul1-1/+5
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul1-0/+1
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-0/+2
2020-05-01net/smc: map and register buffers for a new linkKarsten Graul1-0/+2
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul1-0/+1
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten Graul1-0/+1
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul1-1/+0
2020-04-30net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul1-0/+4
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul1-3/+0
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul1-2/+0
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul1-3/+0
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul1-3/+0
2020-04-30net/smc: introduce link group typeKarsten Graul1-0/+10
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul1-0/+24
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul1-0/+2
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul1-2/+2
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul1-4/+4
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul1-1/+6
2020-04-29net/smc: add new link state and related helpersKarsten Graul1-0/+9
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul1-1/+1
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul1-15/+22
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-3/+4
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul1-0/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun1-1/+1
2020-02-17net/smc: simplify normal link terminationKarsten Graul1-7/+1
2020-02-17net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul1-1/+1
2019-11-16net/smc: introduce bookkeeping of SMCR link groupsUrsula Braun1-0/+1
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun1-1/+2
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun1-1/+2
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun1-0/+2
2019-10-22net/smc: introduce link group termination workerUrsula Braun1-0/+7
2019-10-22net/smc: improve link group freeingUrsula Braun1-0/+2
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul1-0/+1
2019-04-12net/smc: consolidate function parametersKarsten Graul1-5/+19
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun1-0/+20
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul1-1/+1
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul1-0/+3
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun1-1/+0
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel1-1/+2
2018-11-21net/smc: use queue pair number when matching link groupKarsten Graul1-1/+1
2018-07-25net/smc: improve delete link processingKarsten Graul1-1/+3
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-2/+3
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun1-2/+1
2018-07-23net/smc: add function to get link group from linkStefan Raspl1-0/+5
2018-06-30net/smc: add SMC-D support in af_smcHans Wippel1-0/+1