summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorLines
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul-6/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-136/+142
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-2/+2
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul-2/+2
2020-07-20net/smc: put slot when connection is killedKarsten Graul-1/+5
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig-2/+7
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul-2/+4
2020-07-19net/smc: remove freed buffer from listKarsten Graul-1/+5
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul-14/+18
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul-22/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul-80/+58
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul-6/+18
2020-07-19net/smc: protect smc ib device initializationKarsten Graul-3/+14
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul-1/+3
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul-1/+3
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul-3/+5
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun-13/+34
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun-18/+20
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun-18/+22
2020-07-08net/smc: fix work request handlingKarsten Graul-8/+10
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul-48/+77
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-8/+5
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-970/+3183
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul-11/+21
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov-1/+1
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig-7/+0
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing-7/+1
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe-6/+4
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing-17/+0
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul-20/+113
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul-0/+13
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul-5/+19
2020-05-04net/smc: improve termination processingKarsten Graul-30/+31
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul-2/+30
2020-05-04net/smc: asymmetric link taggingKarsten Graul-9/+41
2020-05-04net/smc: assign link to a new connectionKarsten Graul-19/+46
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul-0/+51
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul-0/+42
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul-6/+48
2020-05-04net/smc: send failover validation messageKarsten Graul-1/+27
2020-05-04net/smc: switch connections to alternate linkKarsten Graul-9/+162
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul-0/+10
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul-2/+33
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul-34/+45
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul-2/+82
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul-1/+28