aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-8/+25
2020-09-03net/smc: fix sock refcounting in case of terminationUrsula Braun1-7/+8
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun1-0/+1
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun1-0/+2
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul1-1/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-136/+142
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul1-2/+2
2020-07-20net/smc: put slot when connection is killedKarsten Graul1-1/+5
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+7
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul1-2/+4
2020-07-19net/smc: remove freed buffer from listKarsten Graul1-1/+5
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul4-14/+18
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul1-22/+7
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul3-80/+58
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul1-6/+18
2020-07-19net/smc: protect smc ib device initializationKarsten Graul2-3/+14
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul1-1/+3
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul1-1/+3
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul1-3/+5
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