summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw/siw_cm.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-15RDMA/siw: Introduce siw_destroy_cep_sockGuoqing Jiang1-14/+12
2023-11-15RDMA/siw: Remove siw_sk_save_upcallsGuoqing Jiang1-11/+5
2023-11-15RDMA/siw: Cleanup siw_acceptGuoqing Jiang1-27/+14
2023-11-15RDMA/siw: Introduce siw_free_cm_idGuoqing Jiang1-16/+14
2023-11-15RDMA/siw: Introduce siw_cep_set_free_and_putGuoqing Jiang1-17/+14
2023-11-15RDMA/siw: No need to check term_info.valid before call siw_send_terminateGuoqing Jiang1-3/+2
2023-10-31Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe1-4/+12
2023-09-11RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski1-1/+1
2023-08-22RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-1/+0
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+5
2022-07-18RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-05-05RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-3/+1
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-2/+17
2020-11-02RDMA/siw: Fix typo of EAGAIN not -EAGAIN in siw_cm_work_handler()Zhang Qilong1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+0
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-20/+4
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-13/+5
2020-03-04RDMA/siw: Fix passive connection establishmentBernard Metzler1-106/+31
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju1-3/+2
2020-01-04RDMA/siw: use true,false for bool variablezhengbin1-1/+1
2019-10-01RDMA/siw: Fix port number endianness in a debug messageBart Van Assche1-8/+1
2019-10-01RDMA/siw: Simplify several debug messagesBart Van Assche1-29/+7
2019-08-28RDMA/siw: Fix IPv6 addr_list lockingBernard Metzler1-11/+20
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler1-41/+36
2019-08-20RDMA/siw: Fix potential NULL de-refBernard Metzler1-2/+3
2019-07-22RDMA/siw: Remove set but not used variables 'rv'Mao Wenan1-2/+1
2019-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+2070
2019-07-11rdma/siw: Remove set but not used variable 's'YueHaibing1-3/+0
2019-07-11RDMA/siw: Add missing rtnl_lock around access to ifaJason Gunthorpe1-0/+2
2019-07-02rdma/siw: connection managementBernard Metzler1-0/+2072