summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
* net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-221-3/+2
* net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
* net/smc: Enable module load on netlink usageStefan Raspl2022-07-271-0/+1
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-8/+58
* net/smc: remove redundant dma sync opsGuangguan Wang2022-07-181-2/+0
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-251-0/+1
* Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-18/+28
|\
| * net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| * net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
* | net/smc: align the connect behaviour with TCPGuangguan Wang2022-05-161-4/+46
|/
* net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu2022-04-251-23/+57
* net/smc: Only save the original clcsock callback functionsWen Gu2022-04-251-19/+36
* net/smc: sync err code when tcp connection was refusedliuyacan2022-04-251-0/+2
* net/smc: Fix sock leak when release after smc_shutdown()Tony Lu2022-04-151-1/+3
* net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul2022-04-111-2/+12
* net/smc: fix compile warning for smc_sysctlDust Li2022-03-071-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-3/+11
|\
| * net/smc: Fix cleanup when register ULP failsTony Lu2022-02-281-1/+3
| * net/smc: fix connection leakD. Wythe2022-02-251-2/+8
* | net/smc: don't send in the BH context if sock_owned_by_userDust Li2022-03-011-0/+16
* | net/smc: send directly on setting TCP_NODELAYDust Li2022-03-011-2/+2
* | net/smc: add sysctl interface for SMCDust Li2022-03-011-0/+10
* | net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter2022-02-191-4/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+7
|\|
| * net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-111-3/+7
* | net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe2022-02-161-1/+7
* | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-111-0/+42
* | net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2022-02-111-1/+68
* | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-0/+17
* | net/smc: Limit backlog connectionsD. Wythe2022-02-111-0/+45
* | net/smc: Make smc_tcp_listen_work() independentD. Wythe2022-02-111-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-15/+118
|\|
| * net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-311-15/+118
* | net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu2022-01-311-1/+3
* | net/smc: Send directly when TCP_CORK is clearedTony Lu2022-01-311-2/+2
|/
* net/smc: Transitional solution for clcsock race issueWen Gu2022-01-241-12/+51
* net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-131-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-3/+5
|\
| * net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-061-3/+5
* | net/smc: Introduce TCP ULP supportTony Lu2022-01-021-7/+86
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+3
|\|
| * net/smc: Prevent smc_release() from long blockingD. Wythe2021-12-161-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-3/+11
|\|
| * net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
| * net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
| * net/smc: Avoid warning of possible recursive lockingWen Gu2021-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+14
|\|