summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-263-22/+37
|\|
| * net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu2021-11-261-1/+7
| * net/smc: Fix loop in smc_listenGuo DaXing2021-11-241-1/+3
| * net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul2021-11-241-17/+18
| * net/smc: Ensure the active closing peer first closes clcsockTony Lu2021-11-231-0/+6
| * net/smc: Clean up local struct sock variablesTony Lu2021-11-231-2/+2
| * net/smc: Avoid warning of possible recursive lockingWen Gu2021-11-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-182-1/+16
|\|
| * net/smc: Make sure the link_id is uniqueWen Gu2021-11-151-1/+2
| * net/smc: Transfer remaining wait queue entries during fallbackWen Gu2021-11-151-0/+14
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-1/+1
|/
* net/smc: fix sk_refcnt underflow on linkdown and fallbackDust Li2021-11-101-7/+11
* net/smc: Print function name in smcr_link_down tracepointTony Lu2021-11-051-1/+1
* net/smc: Introduce tracepoint for smcr link downTony Lu2021-11-013-2/+38
* net/smc: Introduce tracepoints for tx and rx msgTony Lu2021-11-014-0/+45
* net/smc: Introduce tracepoint for fallbackTony Lu2021-11-014-0/+59
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-282-2/+2
|\
| * net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu2021-10-281-1/+1
| * net/smc: Fix smc_link->llc_testlink_time overflowTony Lu2021-10-281-1/+1
* | net/smc: stop links when their GID is removedKarsten Graul2021-10-161-0/+53