summary refs log tree commit diff
path: root/net/smc
AgeCommit message (Expand)Author
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu
2023-06-09net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-06-09net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-05-30net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-05-24net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-22net/smc: fix deadlock triggered by cancel_delayed_work_syn()Wenjia Zhang
2023-03-22net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()D. Wythe
2023-03-17net/smc: fix fallback failed while sendmsg with fastopenD. Wythe
2023-03-10net/smc: fix application data exceptionD. Wythe
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-11-02net/smc: Fix possible leaked pernet namespace in smc_init()Chen Zhongjin
2022-10-15net/smc: Fix an error code in smc_lgr_create()Dan Carpenter
2022-09-27net/smc: Support SO_REUSEPORTTony Lu
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen Gu
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07net/smc: Fix possible access to freed memory in link clearYacan Liu
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-01net/smc: Remove redundant refcount increaseYacan Liu
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-07-27net/smc: Enable module load on netlink usageStefan Raspl
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl
2022-07-27s390/ism: CleanupsStefan Raspl
2022-07-27net/smc: Eliminate struct smc_ism_positionHeiko Carstens
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-18net/smc: Extend SMC-R link group netlink attributeWen Gu
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu
2022-07-18net/smc: Use sysctl-specified types of buffers in new link groupWen Gu
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu
2022-07-18net/smc: optimize for smc_sndbuf_sync_sg_for_device and smc_rmb_sync_sg_for_cpuGuangguan Wang
2022-07-18net/smc: remove redundant dma sync opsGuangguan Wang
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-05-28net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...Guangguan Wang
2022-05-25net/smc: set ini->smcrv2.ib_dev_v2 to NULL if SMC-Rv2 is unavailableliuyacan
2022-05-24Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23net/smc: fix listen processing for SMC-Rv2liuyacan
2022-05-23net/smc: postpone sk_refcnt increment in connect()liuyacan
2022-05-17net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang
2022-05-17net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang
2022-04-25net/smc: Fix slab-out-of-bounds issue in fallbackWen Gu
2022-04-25net/smc: Only save the original clcsock callback functionsWen Gu
2022-04-25net/smc: sync err code when tcp connection was refusedliuyacan
2022-04-15net/smc: Fix sock leak when release after smc_shutdown()Tony Lu