summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2024-02-23net/smc: fix illegal rmb_desc access in SMC-D connection dumpWen Gu1-1/+1
2023-11-20net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-11-20net/smc: wait for pending work before clcsock release_sockKarsten Graul3-10/+30
2023-11-20net/smc: postpone release of clcsockUrsula Braun2-17/+23
2022-09-15net/smc: Remove redundant refcount increaseYacan Liu1-1/+0
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-04-15net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe1-1/+2
2022-03-08net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe1-1/+1
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-01net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-01net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-10-06net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-05-22smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2020-10-29net/smc: fix valid DMBE buffer sizesKarsten Graul1-1/+1
2020-09-03net/smc: Prevent kernel-infoleak in __smc_diag_dump()Peilin Ye1-7/+9
2020-03-18net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-03-18net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-03-05net/smc: no peer ID in CLC decline for SMCDUrsula Braun1-1/+3
2020-02-24net/smc: fix leak of kernel memory to user spaceEric Dumazet1-3/+2
2020-01-27net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2020-01-27net/smc: receive returns without dataKarsten Graul1-3/+1
2020-01-27net/smc: original socket family in inet_sock_diagKarsten Graul1-2/+1
2019-12-17net/smc: do not wait under send_lockKarsten Graul1-6/+4
2019-12-13net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun1-1/+3
2019-12-05net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-12-05net/smc: fix sender_free computationUrsula Braun3-4/+30
2019-12-05net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-12-05net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-09-06net/smc: make sure EPOLLOUT is raisedJason Baron1-4/+2
2019-08-09net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun1-2/+6
2019-07-10net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-03-19net/smc: fix smc_poll in SMC_INIT stateUrsula Braun1-3/+3
2019-01-22smc: move unhash as early as possible in smc_release()Cong Wang1-1/+3
2019-01-09net/smc: fix TCP fallback socket releaseMyungho Jung2-2/+16
2018-11-04net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul1-13/+12
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-09-20smc: generic netlink family should be __ro_after_initJohannes Berg1-1/+1
2018-09-19net/smc: fix sizeof to int comparisonYueHaibing1-8/+6
2018-09-19net/smc: no urgent data check for listen socketsKarsten Graul1-2/+2
2018-09-19net/smc: enable fallback for connection abort in state INITUrsula Braun1-7/+7
2018-09-19net/smc: remove duplicate mutex_unlockUrsula Braun1-6/+9
2018-09-19net/smc: fix non-blocking connect problemUrsula Braun1-2/+5
2018-08-18RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe1-23/+25
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe22-578/+1853
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe2-23/+20
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe6-50/+129
2018-08-11net/smc: send response to test link signalUrsula Braun1-0/+34
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2018-08-09net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7