summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
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
2022-04-11net/smc: Fix af_ops of child socket pointing to released memoryKarsten Graul
2022-04-11net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul
2022-04-11net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul
2022-03-28net/smc: Send out the remaining data in sndbuf before closeWen Gu
2022-03-26net/smc: fix a memory leak in smc_sysctl_net_exit()Eric Dumazet
2022-03-09net/smc: fix -Wmissing-prototypes warning when CONFIG_SYSCTL not setDust Li
2022-03-07net/smc: fix compile warning for smc_sysctlDust Li
2022-03-06Revert "net/smc: don't req_notify until all CQEs drained"Dust Li
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe
2022-03-03net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe
2022-03-01net: smc: fix different types in min()Jakub Kicinski
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li
2022-03-01net/smc: correct settings of RMB window update limitDust Li
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li
2022-03-01net/smc: add sysctl for autocorkingDust Li
2022-03-01net/smc: add autocorking supportDust Li
2022-03-01net/smc: add sysctl interface for SMCDust Li
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu
2022-02-28net/smc: Fix cleanup when register ULP failsTony Lu
2022-02-25net/smc: fix connection leakD. Wythe
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski