aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-28net/smc: use a constant for control message lengthKarsten Graul1-1/+1
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun1-3/+3
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun1-3/+5
2018-01-25net/smc: do not reuse a linkgroup with setup problemsUrsula Braun1-0/+3
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven1-1/+1
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12net/smc: dev_put for netdev after usage of ib_query_gid()Ursula Braun1-4/+8
2017-09-21net/smc: longer delay for client link group removalUrsula Braun1-4/+12
2017-07-29net/smc: synchronize buffer usage with deviceUrsula Braun1-0/+32
2017-07-29net/smc: cleanup function __smc_buf_create()Ursula Braun1-51/+63
2017-07-29net/smc: common functions for RMBs and send buffersUrsula Braun1-205/+143
2017-07-29net/smc: introduce sg-logic for send buffersUrsula Braun1-11/+35
2017-07-29net/smc: register RMB-related memory regionUrsula Braun1-1/+0