summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-212-9/+10
|\
| * net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
| * net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-3/+0
* | net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-043-37/+38
* | net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe2023-02-041-2/+17
* | net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe2023-02-041-4/+4
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-044-24/+24
* | net: add missing includes of linux/splice.hJakub Kicinski2023-01-272-0/+2
* | net/smc: De-tangle ism and smc device initializationStefan Raspl2023-01-254-63/+39
* | s390/ism: Consolidate SMC-D-related codeStefan Raspl2023-01-251-24/+39
* | net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-253-6/+14
* | net/smc: Register SMC-D as ISM clientStefan Raspl2023-01-254-26/+68
* | net/ism: Add new API for client registrationStefan Raspl2023-01-251-2/+2
* | net/smc: Terminate connections prior to device removalStefan Raspl2023-01-251-2/+2
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-252-4/+4
* net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin2022-11-021-2/+4
* net/smc: Fix an error code in smc_lgr_create()Dan Carpenter2022-10-151-1/+2
* net/smc: Support SO_REUSEPORTTony Lu2022-09-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-1/+4
|\
| * net/smc: Stop the CLC flow if no link to map buffers onWen Gu2022-09-221-1/+4
* | net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-223-7/+27
* | net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-223-1/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-084-0/+13
|\|
| * net/smc: Fix possible access to freed memory in link clearYacan Liu2022-09-074-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+0
|\|
| * net/smc: Remove redundant refcount increaseYacan Liu2022-09-011-1/+0
* | genetlink: start to validate reserved header bytesJakub Kicinski2022-08-292-2/+4
|/
* net/smc: Enable module load on netlink usageStefan Raspl2022-07-272-0/+2
* net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-3/+3
* s390/ism: CleanupsStefan Raspl2022-07-271-1/+1
* net/smc: Eliminate struct smc_ism_positionHeiko Carstens2022-07-273-27/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
* | net/smc: Extend SMC-R link group netlink attributeWen Gu2022-07-181-0/+2
* | net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-189-118/+328
* | net/smc: Use sysctl-specified types of buffers in new link groupWen Gu2022-07-182-0/+2
* | net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu2022-07-182-0/+17
* | net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang2022-07-184-0/+40
* | net/smc: remove redundant dma sync opsGuangguan Wang2022-07-185-29/+0
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-3/+4
|/
* net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang2022-05-281-1/+1
* net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan2022-05-251-0/+1
* Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-18/+28
|\
| * net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| * net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
* | net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang2022-05-171-5/+12
* | net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2022-05-172-1/+5