index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_cdc.c
Age
Commit message (
Expand
)
Author
2023-03-13
net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
D. Wythe
2022-05-28
net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...
Guangguan Wang
2022-03-01
net/smc: don't send in the BH context if sock_owned_by_user
Dust Li
2022-03-01
net/smc: add autocorking support
Dust Li
2022-01-13
net/smc: Introduce a new conn->lgr validity check helper
Wen Gu
2021-12-28
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
2021-10-08
net/smc: improved fix wait on already cleared link
Karsten Graul
2020-11-07
net: smc: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-10
net/smc: use separate work queues for different worker types
Karsten Graul
2020-07-20
net/smc: put slot when connection is killed
Karsten Graul
2020-05-30
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
2020-05-04
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
net/smc: send failover validation message
Karsten Graul
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
2020-05-04
net/smc: save state of last sent CDC message
Karsten Graul
2020-04-29
net/smc: convert static link ID to dynamic references
Karsten Graul
2019-11-15
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
2019-10-22
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-12
net/smc: reduce amount of status updates to peer
Karsten Graul
2019-02-12
net/smc: move wake up of close waiter
Karsten Graul
2019-02-12
net/smc: reset cursor update required flag
Karsten Graul
2019-02-08
net/smc: fix byte_order for rx_curs_confirmed
Ursula Braun
2019-02-04
net/smc: fix sender_free computation
Ursula Braun
2019-02-04
net/smc: preallocated memory for rdma work requests
Ursula Braun
2019-02-01
net/smc: call smc_cdc_msg_send() under send_lock
Karsten Graul
2018-11-21
net/smc: atomic SMCD cursor handling
Ursula Braun
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-04
net/smc: no cursor update send in state SMC_INIT
Ursula Braun
2018-07-23
net/smc: add function to get link group from link
Stefan Raspl
2018-07-23
net/smc: eliminate cursor read and write calls
Stefan Raspl
2018-06-30
net/smc: add SMC-D support in data transfer
Hans Wippel
2018-05-23
net/smc: urgent data support
Stefan Raspl
2018-05-18
net/smc: restructure CDC message reception
Hans Wippel
2018-05-18
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-04-27
net/smc: fix structure size
Karsten Graul
2018-02-28
net/smc: use a constant for control message length
Karsten Graul
2018-01-26
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
2018-01-25
net/smc: check for healthy link group resp. connections
Ursula Braun
2018-01-24
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
2017-12-07
smc: no consumer update in tasklet context
Ursula Braun
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-21
net/smc: parameter cleanup in smc_cdc_get_free_slot()
Ursula Braun
2017-04-11
net/smc: no socket state changes in tasklet context
Ursula Braun
2017-04-11
net/smc: get rid of old comment
Ursula Braun
2017-01-09
smc: socket closing and linkgroup cleanup
Ursula Braun
2017-01-09
smc: receive data from RMBE
Ursula Braun
2017-01-09
smc: send data (through RDMA)
Ursula Braun
2017-01-09
smc: connection data control (CDC)
Ursula Braun