summaryrefslogtreecommitdiffstats
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2022-03-01net: smc: fix different types in min()Jakub Kicinski1-2/+2
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li3-5/+34
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li1-21/+28
2022-03-01net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-03-01net/smc: add sysctl for autocorkingDust Li2-1/+11
2022-03-01net/smc: add autocorking supportDust Li3-15/+105
2022-03-01net/smc: add sysctl interface for SMCDust Li4-1/+113
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu1-9/+8
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-22/+22
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
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-14net/smc: Add comment for smc_tx_pendingTony Lu1-1/+6
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe4-0/+66
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2-1/+69
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-0/+17
2022-02-11net/smc: Limit backlog connectionsD. Wythe2-1/+50
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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-02-07net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet1-1/+1
2022-02-06net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet1-3/+5
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+137
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin1-2/+0
2022-01-31net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu3-2/+23
2022-01-31net/smc: Remove corked dealyed workTony Lu1-9/+6
2022-01-31net/smc: Send directly when TCP_CORK is clearedTony Lu3-12/+18
2022-01-31net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2-16/+137
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu1-12/+51
2022-01-16net/smc: Fix hung_task when removing SMC-R devicesWen Gu1-16/+1
2022-01-15net/smc: Remove unused function declarationWen Gu1-4/+0
2022-01-13net/smc: Resolve the race between SMC-R link access and clearWen Gu2-12/+44
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu6-12/+24
2022-01-13net/smc: Resolve the race between link group access and terminationWen Gu3-11/+53
2022-01-12net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet1-1/+2
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+13
2022-01-06net/smc: Reset conn->lgr when link group registration failsWen Gu3-9/+13
2022-01-02net/smc: add comments for smc_link_{usable|sendable}Dust Li1-1/+16
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King1-1/+0
2022-01-02net/smc: Introduce TCP ULP supportTony Lu1-7/+86
2022-01-02net/smc: Add net namespace for tracepointsTony Lu1-7/+16
2022-01-02net/smc: Print net namespace in logTony Lu2-9/+14
2022-01-02net/smc: Add netlink net namespace supportTony Lu2-7/+12
2022-01-02net/smc: Introduce net namespace support for linkgroupTony Lu4-12/+42
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+3