summaryrefslogtreecommitdiffstats
path: root/net/smc/af_smc.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin1-2/+4
2022-09-27net/smc: Support SO_REUSEPORTTony Lu1-0/+1
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-3/+2
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl1-0/+1
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-8/+58
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang1-2/+0
2022-05-25net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan1-0/+1
2022-05-24Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan1-27/+17
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-18/+28
2022-05-23net/smc: fix listen processing for SMC-Rv2liuyacan1-17/+27
2022-05-23net/smc: postpone sk_refcnt increment in connect()liuyacan1-1/+1
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang1-4/+46
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu1-23/+57
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu1-19/+36
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-11net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul1-2/+12
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li1-9/+6
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li1-0/+16
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-03-01net/smc: add sysctl interface for SMCDust Li1-0/+10
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu1-1/+3
2022-02-25net/smc: fix connection leakD. Wythe1-2/+8
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter1-4/+8
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+7
2022-02-16net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe1-1/+7
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe1-0/+42
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe1-1/+68
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-0/+17
2022-02-11net/smc: Limit backlog connectionsD. Wythe1-0/+45
2022-02-11net/smc: Make smc_tcp_listen_work() independentD. Wythe1-2/+11
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+118
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu1-1/+3
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu1-2/+2
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu1-15/+118
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu1-1/+5
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu1-3/+5
2022-01-02net/smc: Introduce TCP ULP supportTony Lu1-7/+86
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-12-16net/smc: Prevent smc_release() from long blockingD. Wythe1-1/+3
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+11
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+14