index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_cdc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: don't send in the BH context if sock_owned_by_user
Dust Li
2022-03-01
1
-5
/
+14
*
net/smc: add autocorking support
Dust Li
2022-03-01
1
-3
/
+8
*
net/smc: Introduce a new conn->lgr validity check helper
Wen Gu
2022-01-13
1
-1
/
+2
*
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
2021-12-28
1
-28
/
+24
*
net/smc: improved fix wait on already cleared link
Karsten Graul
2021-10-08
1
-1
/
+6
*
net: smc: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-11-07
1
-3
/
+3
*
net/smc: use separate work queues for different worker types
Karsten Graul
2020-09-10
1
-2
/
+2
*
net/smc: put slot when connection is killed
Karsten Graul
2020-07-20
1
-1
/
+5
*
net/smc: pre-fetch send buffer outside of send_lock
Karsten Graul
2020-05-30
1
-7
/
+3
*
net/smc: handle incoming CDC validation message
Karsten Graul
2020-05-04
1
-6
/
+31
*
net/smc: send failover validation message
Karsten Graul
2020-05-04
1
-0
/
+25
*
net/smc: switch connections to alternate link
Karsten Graul
2020-05-04
1
-2
/
+16
*
net/smc: save state of last sent CDC message
Karsten Graul
2020-05-04
1
-0
/
+6
*
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
1
-5
/
+3
*
net/smc: fix final cleanup sequence for SMCD devices
Ursula Braun
2019-11-15
1
-0
/
+3
*
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-10-22
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-3
/
+1
|
\
|
*
net/smc: fix byte_order for rx_curs_confirmed
Ursula Braun
2019-02-08
1
-3
/
+1
*
|
net/smc: reduce amount of status updates to peer
Karsten Graul
2019-02-12
1
-14
/
+8
*
|
net/smc: move wake up of close waiter
Karsten Graul
2019-02-12
1
-2
/
+0
*
|
net/smc: reset cursor update required flag
Karsten Graul
2019-02-12
1
-1
/
+4
|
/
*
net/smc: fix sender_free computation
Ursula Braun
2019-02-04
1
-2
/
+3
*
net/smc: preallocated memory for rdma work requests
Ursula Braun
2019-02-04
1
-8
/
+3
*
net/smc: call smc_cdc_msg_send() under send_lock
Karsten Graul
2019-02-01
1
-1
/
+4
*
net/smc: atomic SMCD cursor handling
Ursula Braun
2018-11-21
1
-11
/
+15
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-05
1
-1
/
+2
|
\
|
*
net/smc: no cursor update send in state SMC_INIT
Ursula Braun
2018-08-04
1
-1
/
+2
*
|
net/smc: add function to get link group from link
Stefan Raspl
2018-07-23
1
-1
/
+1
*
|
net/smc: eliminate cursor read and write calls
Stefan Raspl
2018-07-23
1
-21
/
+12
*
|
net/smc: add SMC-D support in data transfer
Hans Wippel
2018-06-30
1
-2
/
+84
|
/
*
net/smc: urgent data support
Stefan Raspl
2018-05-23
1
-3
/
+41
*
net/smc: restructure CDC message reception
Hans Wippel
2018-05-18
1
-25
/
+22
*
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-18
1
-4
/
+4
*
net/smc: fix structure size
Karsten Graul
2018-04-27
1
-1
/
+1
*
net/smc: use a constant for control message length
Karsten Graul
2018-02-28
1
-1
/
+1
*
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
2018-01-26
1
-9
/
+11
*
net/smc: check for healthy link group resp. connections
Ursula Braun
2018-01-25
1
-2
/
+7
*
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
2018-01-24
1
-11
/
+0
*
smc: no consumer update in tasklet context
Ursula Braun
2017-12-07
1
-9
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
net/smc: parameter cleanup in smc_cdc_get_free_slot()
Ursula Braun
2017-09-21
1
-3
/
+4
|
/
*
net/smc: no socket state changes in tasklet context
Ursula Braun
2017-04-11
1
-2
/
+7
*
net/smc: get rid of old comment
Ursula Braun
2017-04-11
1
-2
/
+0
*
smc: socket closing and linkgroup cleanup
Ursula Braun
2017-01-09
1
-3
/
+20
*
smc: receive data from RMBE
Ursula Braun
2017-01-09
1
-1
/
+5
*
smc: send data (through RDMA)
Ursula Braun
2017-01-09
1
-2
/
+5
*
smc: connection data control (CDC)
Ursula Braun
2017-01-09
1
-0
/
+280