summaryrefslogtreecommitdiff
path: root/net/smc/smc_cdc.c
AgeCommit message (Expand)Author
2023-11-06net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-03-13net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2022-05-28net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li
2022-03-01net/smc: add autocorking supportDust Li
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu
2021-12-28net/smc: fix kernel panic caused by race of smc_sockDust Li
2021-10-08net/smc: improved fix wait on already cleared linkKarsten Graul
2020-11-07net: smc: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-10net/smc: use separate work queues for different worker typesKarsten Graul
2020-07-20net/smc: put slot when connection is killedKarsten Graul
2020-05-30net/smc: pre-fetch send buffer outside of send_lockKarsten 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
2020-05-04net/smc: save state of last sent CDC messageKarsten Graul
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul
2019-11-15net/smc: fix final cleanup sequence for SMCD devicesUrsula Braun
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12net/smc: reduce amount of status updates to peerKarsten Graul
2019-02-12net/smc: move wake up of close waiterKarsten Graul
2019-02-12net/smc: reset cursor update required flagKarsten Graul
2019-02-08net/smc: fix byte_order for rx_curs_confirmedUrsula Braun
2019-02-04net/smc: fix sender_free computationUrsula Braun
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul
2018-11-21net/smc: atomic SMCD cursor handlingUrsula Braun
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun
2018-07-23net/smc: add function to get link group from linkStefan Raspl
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl
2018-06-30net/smc: add SMC-D support in data transferHans Wippel
2018-05-23net/smc: urgent data supportStefan Raspl
2018-05-18net/smc: restructure CDC message receptionHans Wippel
2018-05-18net/smc: add common buffer size in send and receive buffer descriptorsHans Wippel
2018-04-27net/smc: fix structure sizeKarsten Graul
2018-02-28net/smc: use a constant for control message lengthKarsten Graul
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun
2018-01-25net/smc: check for healthy link group resp. connectionsUrsula Braun
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun
2017-12-07smc: no consumer update in tasklet contextUrsula Braun
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-21net/smc: parameter cleanup in smc_cdc_get_free_slot()Ursula Braun
2017-04-11net/smc: no socket state changes in tasklet contextUrsula Braun
2017-04-11net/smc: get rid of old commentUrsula Braun
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun
2017-01-09smc: receive data from RMBEUrsula Braun