summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)Author
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03net/smc: fix sock refcounting in case of terminationUrsula Braun
2020-09-03net/smc: reset sndbuf_desc if freedUrsula Braun
2020-09-03net/smc: set rx_off for SMCR explicitlyUrsula Braun
2020-09-03net/smc: fix toleration of fake add_link messagesKarsten Graul
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul
2020-07-20net/smc: put slot when connection is killedKarsten Graul
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net/smc: fix restoring of fallback changesKarsten Graul
2020-07-19net/smc: remove freed buffer from listKarsten Graul
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul
2020-07-19net/smc: protect smc ib device initializationKarsten Graul
2020-07-19net/smc: fix link lookup for new rdma connectionsKarsten Graul
2020-07-19net/smc: clear link during SMC client link down processingKarsten Graul
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun
2020-07-08net/smc: switch smcd_dev_list spinlock to mutexUrsula Braun
2020-07-08net/smc: fix sleep bug in smc_pnet_find_roce_resource()Ursula Braun
2020-07-08net/smc: fix work request handlingKarsten Graul
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten Graul
2020-05-26net/smc: mark smc_pnet_policy as constDmitry Vyukov
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul
2020-05-04net/smc: improve termination processingKarsten Graul
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul
2020-05-04net/smc: asymmetric link taggingKarsten Graul
2020-05-04net/smc: assign link to a new connectionKarsten Graul
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul
2020-05-04net/smc: send failover validation messageKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul