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