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_close.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-10
1
-2
/
+2
*
net/smc: Fix slab-out-of-bounds issue in fallback
Wen Gu
2022-04-25
1
-0
/
+2
*
net/smc: Only save the original clcsock callback functions
Wen Gu
2022-04-25
1
-1
/
+2
*
net/smc: Send out the remaining data in sndbuf before close
Wen Gu
2022-03-28
1
-0
/
+3
*
net/smc: Keep smc_close_final rc during active close
Tony Lu
2021-12-02
1
-2
/
+6
*
net/smc: Ensure the active closing peer first closes clcsock
Tony Lu
2021-11-23
1
-0
/
+6
*
net/smc: Clean up local struct sock variables
Tony Lu
2021-11-23
1
-2
/
+2
*
net/smc: check variable before dereferencing in smc_close.c
Karsten Graul
2020-09-16
1
-3
/
+4
*
net/smc: reduce active tcp_listen workers
Ursula Braun
2020-09-10
1
-4
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-03
1
-7
/
+8
|
\
|
*
net/smc: fix sock refcounting in case of termination
Ursula Braun
2020-09-03
1
-7
/
+8
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
|
/
*
net/smc: remove unused constant
Ursula Braun
2019-11-16
1
-2
/
+0
*
net/smc: immediate termination for SMCD link groups
Ursula Braun
2019-11-15
1
-6
/
+19
*
net/smc: remove close abort worker
Ursula Braun
2019-10-22
1
-7
/
+11
*
net/smc: tell peers about abnormal link group termination
Ursula Braun
2019-10-22
1
-5
/
+4
*
net/smc: cancel send and receive for terminated socket
Ursula Braun
2019-10-22
1
-2
/
+5
*
net/smc: improve close of terminated socket
Ursula Braun
2019-10-09
1
-31
/
+9
*
net/smc: wait for pending work before clcsock release_sock
Karsten Graul
2019-04-11
1
-4
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-8
/
+1
|
\
|
*
net/smc: correct state change for peer closing
Ursula Braun
2019-02-04
1
-8
/
+1
*
|
net/smc: postpone release of clcsock
Ursula Braun
2019-02-07
1
-1
/
+6
|
/
*
net/smc: enable fallback for connection abort in state INIT
Ursula Braun
2018-09-18
1
-7
/
+7
*
net/smc: reduce sock_put() for fallback sockets
Ursula Braun
2018-07-07
1
-0
/
+2
*
net/smc: simplify wait when closing listen socket
Ursula Braun
2018-03-15
1
-22
/
+3
*
net/smc: release clcsock from tcp_listen_worker
Ursula Braun
2018-01-26
1
-9
/
+24
*
net/smc: replace sock_put worker by socket refcounting
Ursula Braun
2018-01-26
1
-25
/
+38
*
net/smc: wake up wr_reg_wait when terminating a link group
Ursula Braun
2018-01-25
1
-8
/
+6
*
net/smc: handle state SMC_PEERFINCLOSEWAIT correctly
Ursula Braun
2018-01-25
1
-3
/
+4
*
net/smc: cancel tx worker in case of socket aborts
Ursula Braun
2018-01-25
1
-3
/
+9
*
net/smc: improve state change handling after close wait
Ursula Braun
2018-01-24
1
-14
/
+26
*
net/smc: get rid of tx_pend waits in socket closing
Ursula Braun
2018-01-24
1
-25
/
+0
*
net/smc: use local struct sock variables consistently
Ursula Braun
2018-01-24
1
-18
/
+20
*
smc: make smc_close_active_abort() static
Ursula Braun
2017-12-07
1
-1
/
+1
*
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_close: mark expected switch fall-through
Gustavo A. R. Silva
2017-10-24
1
-1
/
+2
|
/
*
net/smc: no close wait in case of process shut down
Ursula Braun
2017-09-21
1
-7
/
+8
*
net/smc: introduce a delay
Ursula Braun
2017-09-21
1
-5
/
+7
*
net/smc: destruct non-accepted sockets
Ursula Braun
2017-04-11
1
-1
/
+0
*
net/smc: guarantee ConnClosed send after shutdown SHUT_WR
Ursula Braun
2017-04-11
1
-11
/
+25
*
net/smc: no socket state changes in tasklet context
Ursula Braun
2017-04-11
1
-14
/
+25
*
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-03-03
1
-0
/
+2
*
smc: netlink interface for SMC sockets
Ursula Braun
2017-01-09
1
-0
/
+1
*
smc: socket closing and linkgroup cleanup
Ursula Braun
2017-01-09
1
-0
/
+441