aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
AgeCommit message (Expand)Author
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2022-09-15net/smc: Remove redundant refcount increaseYacan Liu
2022-06-14net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu
2021-12-22net/smc: Prevent smc_release() from long blockingD. Wythe
2021-12-08net/smc: Avoid warning of possible recursive lockingWen Gu
2021-12-08net/smc: Transfer remaining wait queue entries during fallbackWen Gu
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-11-17net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li
2021-11-17net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-05-19smc: disallow TCP_ULP in smc_setsockopt()Cong Wang
2020-03-05net/smc: transfer fasync_list in case of fallbackUrsula Braun
2020-01-04net/smc: add fallback check to connect()Ursula Braun
2019-11-16net/smc: fix fastopen for non-blocking connect()Ursula Braun
2019-11-12net/smc: fix refcount non-blocking connect() -part 2Ursula Braun
2019-10-29net/smc: fix refcounting for non-blocking connect()Ursula Braun
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun
2019-06-26net/smc: Fix error path in smc_initYueHaibing
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul
2019-04-12net/smc: cleanup of get vlan idKarsten Graul
2019-04-12net/smc: consolidate function parametersKarsten Graul
2019-04-12net/smc: check for ip prefix and subnetKarsten Graul
2019-04-12net/smc: nonblocking connect reworkUrsula Braun
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul
2019-02-21net/smc: add pnet table namespace supportHans Wippel
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-07net/smc: use client and server LGR pending locks for SMC-RHans Wippel
2019-02-07net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel
2019-02-07net/smc: postpone release of clcsockUrsula Braun
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul
2019-01-07smc: move unhash as early as possible in smc_release()Cong Wang
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18net/smc: fix TCP fallback socket releaseMyungho Jung
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul
2018-11-23net/smc: cleanup listen worker mutex unlockingUrsula Braun