summaryrefslogtreecommitdiff
path: root/net/smc/smc_close.c
AgeCommit message (Expand)Author
2023-11-06net/smc: put sk reference if close work was canceledD. Wythe
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-03-28net/smc: Send out the remaining data in sndbuf before closeWen Gu
2021-12-02net/smc: Keep smc_close_final rc during active closeTony Lu
2021-11-23net/smc: Ensure the active closing peer first closes clcsockTony Lu
2021-11-23net/smc: Clean up local struct sock variablesTony Lu
2020-09-16net/smc: check variable before dereferencing in smc_close.cKarsten Graul
2020-09-10net/smc: reduce active tcp_listen workersUrsula Braun
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-03net/smc: fix sock refcounting in case of terminationUrsula Braun
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-11-16net/smc: remove unused constantUrsula Braun
2019-11-15net/smc: immediate termination for SMCD link groupsUrsula Braun
2019-10-22net/smc: remove close abort workerUrsula Braun
2019-10-22net/smc: tell peers about abnormal link group terminationUrsula Braun
2019-10-22net/smc: cancel send and receive for terminated socketUrsula Braun
2019-10-09net/smc: improve close of terminated socketUrsula Braun
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-07net/smc: postpone release of clcsockUrsula Braun
2019-02-04net/smc: correct state change for peer closingUrsula Braun
2018-09-18net/smc: enable fallback for connection abort in state INITUrsula Braun
2018-07-07net/smc: reduce sock_put() for fallback socketsUrsula Braun
2018-03-15net/smc: simplify wait when closing listen socketUrsula Braun
2018-01-26net/smc: release clcsock from tcp_listen_workerUrsula Braun
2018-01-26net/smc: replace sock_put worker by socket refcountingUrsula Braun
2018-01-25net/smc: wake up wr_reg_wait when terminating a link groupUrsula Braun
2018-01-25net/smc: handle state SMC_PEERFINCLOSEWAIT correctlyUrsula Braun
2018-01-25net/smc: cancel tx worker in case of socket abortsUrsula Braun
2018-01-24net/smc: improve state change handling after close waitUrsula Braun
2018-01-24net/smc: get rid of tx_pend waits in socket closingUrsula Braun
2018-01-24net/smc: use local struct sock variables consistentlyUrsula Braun
2017-12-07smc: make smc_close_active_abort() staticUrsula 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-10-24net: smc_close: mark expected switch fall-throughGustavo A. R. Silva
2017-09-21net/smc: no close wait in case of process shut downUrsula Braun
2017-09-21net/smc: introduce a delayUrsula Braun
2017-04-11net/smc: destruct non-accepted socketsUrsula Braun
2017-04-11net/smc: guarantee ConnClosed send after shutdown SHUT_WRUrsula Braun
2017-04-11net/smc: no socket state changes in tasklet contextUrsula Braun
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-01-09smc: netlink interface for SMC socketsUrsula Braun
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun