aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun2-13/+34
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun4-18/+20
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun4-18/+22
2020-07-08net/smc: fix work request handlingKarsten Graul2-8/+10
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul3-48/+77
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+5
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds18-970/+3183
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul3-11/+21
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov1-1/+1
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-7/+0
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing1-7/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-6/+4
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing1-17/+0
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul8-20/+113
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul4-0/+13
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul4-5/+19
2020-05-04net/smc: improve termination processingKarsten Graul1-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul4-2/+30
2020-05-04net/smc: asymmetric link taggingKarsten Graul3-9/+41
2020-05-04net/smc: assign link to a new connectionKarsten Graul1-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul3-0/+51
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul3-0/+42
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul3-6/+48
2020-05-04net/smc: send failover validation messageKarsten Graul3-1/+27
2020-05-04net/smc: switch connections to alternate linkKarsten Graul6-9/+162
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul2-0/+10
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul3-2/+33
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul3-34/+45
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul3-2/+82
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-02smc: Remove unused function.David S. Miller1-24/+0
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-01net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-01net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62