aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou1-0/+3
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul1-9/+16
2019-04-12net/smc: cleanup of get vlan idKarsten Graul1-4/+0
2019-04-12net/smc: consolidate function parametersKarsten Graul1-37/+33
2019-02-12net/smc: check connections in smc_lgr_free_workKarsten Graul1-4/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-07net/smc: move code to clear the conn->lgr fieldKarsten Graul1-2/+3
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun1-1/+1
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul1-1/+6
2018-11-23net/smc: no link delete for a never active linkUrsula Braun1-1/+4
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun1-1/+3
2018-11-21net/smc: add SMC-D shutdown signalHans Wippel1-2/+8
2018-11-21net/smc: use queue pair number when matching link groupKarsten Graul1-4/+6
2018-10-26net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-96/+253
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe1-9/+10
2018-07-25net/smc: improve delete link processingKarsten Graul1-5/+42
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-33/+4
2018-06-30net/smc: add SMC-D support in af_smcHans Wippel1-1/+1
2018-06-30net/smc: add SMC-D support in data transferHans Wippel1-7/+18
2018-06-30net/smc: add base infrastructure for SMC-D and ISMHans Wippel1-66/+204
2018-06-18net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit1-10/+10
2018-05-23net/smc: longer delay when freeing client link groupsUrsula Braun1-1/+1
2018-05-23net/smc: urgent data supportStefan Raspl1-0/+1
2018-05-23net/smc: lock smc_lgr_list in port_terminate()Hans Wippel1-3/+13
2018-05-18net/smc: change smc_buf_free function parametersHans Wippel1-14/+12
2018-05-18net/smc: do a few smc_core.c cleanupsHans Wippel1-8/+6
2018-05-18net/smc: move smc_core specific code from smc.h to smc_coreHans Wippel1-0/+27
2018-05-18net/smc: move link group list to smc_coreHans Wippel1-3/+37
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel1-6/+2
2018-05-16net/smc: check for pending terminationKarsten Graul1-1/+4
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul1-1/+4
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul1-3/+7
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul1-5/+1
2018-05-16net/smc: register new rmbs with the peerKarsten Graul1-0/+1
2018-05-04smc: allocate RMBs as compound pagesStefan Raspl1-9/+9
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+19
2018-05-03net/smc: handle unregistered buffersKarsten Graul1-3/+19
2018-05-02net/smc: determine vlan_id of stacked net_deviceUrsula Braun1-3/+23
2018-05-02net/smc: periodic testlink supportKarsten Graul1-0/+2
2018-03-14net/smc: schedule free_work when link group is terminatedKarsten Graul1-7/+13
2018-03-14net/smc: free link group without pending free_work onlyUrsula Braun1-1/+2
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-03-01net/smc: prevent new connections on link groupKarsten Graul1-9/+10
2018-03-01net/smc: process add/delete link messagesKarsten Graul1-0/+3
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul1-10/+38
2018-03-01net/smc: remove unused fields from smc structuresKarsten Graul1-4/+3
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul1-0/+1