summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
...
| * net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-031-1/+1
| * 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: fix different types in min()Jakub Kicinski2022-03-011-2/+2
* | net/smc: don't send in the BH context if sock_owned_by_userDust Li2022-03-013-5/+34
* | net/smc: don't req_notify until all CQEs drainedDust Li2022-03-011-21/+28
* | net/smc: correct settings of RMB window update limitDust Li2022-03-011-1/+1
* | net/smc: send directly on setting TCP_NODELAYDust Li2022-03-011-2/+2
* | net/smc: add sysctl for autocorkingDust Li2022-03-012-1/+11
* | net/smc: add autocorking supportDust Li2022-03-013-15/+105
* | net/smc: add sysctl interface for SMCDust Li2022-03-014-1/+113
* | net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu2022-02-281-9/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-22/+22
|\|
| * net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* | 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 comment for smc_tx_pendingTony Lu2022-02-141-1/+6
* | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-114-0/+66
* | net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2022-02-112-1/+69
* | net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2022-02-111-0/+17
* | net/smc: Limit backlog connectionsD. Wythe2022-02-112-1/+50
* | 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-101-3/+5
|\|
| * net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()Eric Dumazet2022-02-071-1/+1
| * net/smc: fix ref_tracker issue in smc_pnet_add()Eric Dumazet2022-02-061-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-033-18/+137
|\|
| * Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin2022-02-021-2/+0
| * net/smc: Forward wakeup to smc socket waitqueue after fallbackWen Gu2022-01-312-16/+137
* | net/smc: Cork when sendpage with MSG_SENDPAGE_NOTLAST flagTony Lu2022-01-313-2/+23
* | net/smc: Remove corked dealyed workTony Lu2022-01-311-9/+6
* | net/smc: Send directly when TCP_CORK is clearedTony Lu2022-01-313-12/+18
|/
* net/smc: Transitional solution for clcsock race issueWen Gu2022-01-241-12/+51
* net/smc: Fix hung_task when removing SMC-R devicesWen Gu2022-01-161-16/+1
* net/smc: Remove unused function declarationWen Gu2022-01-151-4/+0
* net/smc: Resolve the race between SMC-R link access and clearWen Gu2022-01-132-12/+44
* net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-136-12/+24
* net/smc: Resolve the race between link group access and terminationWen Gu2022-01-133-11/+53
* net/smc: fix possible NULL deref in smc_pnet_add_eth()Eric Dumazet2022-01-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-093-9/+13
|\
| * net/smc: Reset conn->lgr when link group registration failsWen Gu2022-01-063-9/+13
* | net/smc: add comments for smc_link_{usable|sendable}Dust Li2022-01-021-1/+16
* | net/smc: remove redundant re-assignment of pointer linkColin Ian King2022-01-021-1/+0
* | net/smc: Introduce TCP ULP supportTony Lu2022-01-021-7/+86
* | net/smc: Add net namespace for tracepointsTony Lu2022-01-021-7/+16
* | net/smc: Print net namespace in logTony Lu2022-01-022-9/+14
* | net/smc: Add netlink net namespace supportTony Lu2022-01-022-7/+12
* | net/smc: Introduce net namespace support for linkgroupTony Lu2022-01-024-12/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-0/+3
|\ \