summaryrefslogtreecommitdiff
path: root/net/smc/af_smc.c
AgeCommit message (Expand)AuthorFilesLines
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-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-17net/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-04Merge 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-10Merge 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-17Merge 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-27Merge 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-25net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-22net/smc: Avoid warning of possible recursive lockingWen Gu1-1/+1
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+14
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-1/+1
2021-11-15net/smc: Transfer remaining wait queue entries during fallbackWen Gu1-0/+14
2021-11-10net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li1-7/+11
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu1-0/+2
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-16net/smc: extend LLC layer for SMC-Rv2Karsten Graul1-4/+4
2021-10-16net/smc: add listen processing for SMC-Rv2Karsten Graul1-47/+118
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul1-38/+131
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul1-35/+62
2021-09-14net/smc: keep static copy of system EIDKarsten Graul1-1/+1
2021-09-14net/smc: add support for user defined EIDsKarsten Graul1-12/+22
2021-08-09net/smc: Correct smc link connection counter in case of smc clientGuvenc Gulce1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-16net/smc: Make SMC statistics network namespace awareGuvenc Gulce1-25/+40
2021-06-16net/smc: Add SMC statistics supportGuvenc Gulce1-18/+71
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-04-28net/smc: Remove redundant assignment to rcJiapeng Chong1-1/+0
2020-12-02net/smc: Introduce generic netlink interface for diagnostic purposesGuvenc Gulce1-1/+9
2020-12-02net/smc: Refactor smc ism v2 capability handlingGuvenc Gulce1-6/+6
2020-12-02net/smc: use helper smc_conn_abort() in listen processingKarsten Graul1-12/+5
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2