Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2020-09-29net/smc: split CLC confirm/accept data to be sentUrsula Braun
2020-09-29net/smc: separate find device functionsUrsula Braun
2020-09-29net/smc: CLC header fields renamingUrsula Braun
2020-09-29net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul
2020-09-18net/smc: fix double kfree in smc_listen_work()Ursula Braun
2020-09-17net/smc: check variable before dereferencing in smc_close.cKarsten Graul
2020-09-11net/smc: use separate work queues for different worker typesKarsten Graul
2020-09-11net/smc: use the retry mechanism for netlink messagesGuvenc Gulce
2020-09-11net/smc: immediate freeing in smc_lgr_cleanup_early()Ursula Braun
2020-09-11net/smc: reduce smc_listen_decline() callsUrsula Braun
2020-09-11net/smc: improve server ISM device determinationUrsula Braun
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun
2020-09-11net/smc: dynamic allocation of CLC proposal bufferUrsula Braun
2020-09-11net/smc: introduce better field namesUrsula Braun
2020-09-11net/smc: reduce active tcp_listen workersUrsula Braun
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-04net/smc: fix sock refcounting in case of terminationUrsula Braun
2020-09-04net/smc: reset sndbuf_desc if freedUrsula Braun
2020-09-04net/smc: set rx_off for SMCR explicitlyUrsula Braun
2020-09-04net/smc: fix toleration of fake add_link messagesKarsten Graul
2020-08-24treewide: 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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-21net/smc: fix dmb buffer shortageKarsten Graul
2020-07-21net/smc: put slot when connection is killedKarsten Graul
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-20net/smc: fix restoring of fallback changesKarsten Graul
2020-07-20net/smc: remove freed buffer from listKarsten Graul
2020-07-20net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-20net/smc: fix handling of delete link requestsKarsten Graul
2020-07-20net/smc: move add link processing for new device into llc layerKarsten Graul
2020-07-20net/smc: drop out-of-flow llc response messagesKarsten Graul
2020-07-20net/smc: protect smc ib device initializationKarsten Graul
2020-07-20net/smc: fix link lookup for new rdma connectionsKarsten Graul
2020-07-20net/smc: clear link during SMC client link down processingKarsten Graul
2020-07-20net/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-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-31net/smc: pre-fetch send buffer outside of send_lockKarsten Graul
2020-05-27net/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