summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/cm.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-16RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja1-1/+2
2021-03-30RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja1-2/+2
2020-10-01RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET1-2/+2
2020-01-29iw_cxgb4: use tos when finding ipv6 routesSteve Wise1-2/+3
2020-01-29iw_cxgb4: use tos when importing the endpointSteve Wise1-1/+1
2019-11-12RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja1-2/+0
2019-05-31RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King1-0/+2
2019-04-05iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju1-2/+3
2018-04-13RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju1-1/+5
2017-10-05iw_cxgb4: put ep reference in pass_accept_req()Steve Wise1-1/+1
2017-10-05iw_cxgb4: remove the stid on listen create failureSteve Wise1-1/+1
2017-08-11iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise1-3/+4
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+1
2016-10-07iw_cxgb4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash1-11/+8
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash1-6/+4
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash1-9/+4
2016-09-16libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash1-9/+4
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash1-6/+4
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash1-6/+6
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash1-23/+9
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash1-12/+3
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash1-52/+18
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash1-37/+16
2016-09-16libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash1-38/+3
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe1-1/+5
2016-09-04iw_cxgb4: block module unload until all ep resources are releasedSteve Wise1-0/+2
2016-09-04iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise1-1/+3
2016-08-22iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise1-1/+1
2016-08-22iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise1-0/+4
2016-08-02iw_cxgb4: stop MPA_REPLY timer when disconnectingSteve Wise1-1/+11
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S1-38/+89
2016-06-23RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S1-3/+8
2016-06-23RDMA/iw_cxgb4: clean up c4iw_reject_cr()Hariprasad S1-11/+8
2016-06-23RDMA/iw_cxgb4: only read markers_enabled mod param onceHariprasad S1-6/+18
2016-05-14iw_cxgb4: Convert a __force castBart Van Assche1-1/+1
2016-05-14RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()Hariprasad S1-0/+7
2016-05-14RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()Hariprasad S1-10/+2
2016-05-14RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_dataHariprasad S1-2/+2
2016-05-14RDMA/iw_cxgb4: atomic find and reference for listening endpointsHariprasad S1-8/+28
2016-05-14RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTINGHariprasad S1-4/+2
2016-05-14RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S1-0/+2
2016-05-14RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S1-0/+2
2016-05-14RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S1-28/+82
2016-05-14RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S1-3/+9
2016-05-14RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S1-3/+0
2016-05-14RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S1-13/+22
2016-05-14RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S1-20/+19
2016-05-14RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S1-14/+16