summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \
| * | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-292-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-3010-81/+72
|\ \ \ | | |/ | |/|
| * | net/smc: fix kernel panic caused by race of smc_sockDust Li2021-12-288-76/+57
| * | net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-285-5/+11
| * | net/smc: fix using of uninitialized completionsKarsten Graul2021-12-271-2/+4
* | | net/smc: Use the bitmap API when applicableChristophe JAILLET2021-12-301-14/+5
* | | 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
* | net/smc: add net device tracker to struct smc_pnetentryEric Dumazet2021-12-071-4/+5
* | net/smc: Clear memory when release and reuse bufferTony Lu2021-12-061-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-022-6/+9
|\|
| * net/smc: Keep smc_close_final rc during active closeTony Lu2021-12-021-2/+6
| * net/smc: fix wrong list_del in smc_lgr_cleanup_earlyDust Li2021-12-021-4/+3