summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: clean up send_connect()Ganesh Goudar2017-02-191-20/+36
* Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-3/+4
|\
| * iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-01-101-3/+4
* | RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * iw_cxgb4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+5
|\ \
| * \ Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-131-1/+5
| |\ \
| | * | iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-041-0/+2
| | * | iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise2016-09-041-1/+3
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-161-11/+8Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-161-6/+4Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-161-9/+4Star
* | | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-161-9/+4Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-161-6/+4Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-161-6/+6
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-161-23/+9Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-161-12/+3Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-161-52/+18Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-161-37/+16Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-161-38/+3Star
|/ / /
* | | iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise2016-08-221-1/+1
* | | iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise2016-08-221-0/+4
| |/ |/|
* | iw_cxgb4: stop MPA_REPLY timer when disconnectingSteve Wise2016-08-021-1/+11
* | RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S2016-06-231-38/+89
* | RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S2016-06-231-3/+8
* | RDMA/iw_cxgb4: clean up c4iw_reject_cr()Hariprasad S2016-06-231-11/+8Star
* | RDMA/iw_cxgb4: only read markers_enabled mod param onceHariprasad S2016-06-231-6/+18
|/
* iw_cxgb4: Convert a __force castBart Van Assche2016-05-141-1/+1
* RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()Hariprasad S2016-05-141-0/+7
* RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()Hariprasad S2016-05-141-10/+2Star
* RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_dataHariprasad S2016-05-141-2/+2
* RDMA/iw_cxgb4: atomic find and reference for listening endpointsHariprasad S2016-05-141-8/+28
* RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTINGHariprasad S2016-05-141-4/+2Star
* RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S2016-05-141-0/+2
* RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S2016-05-141-0/+2
* RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S2016-05-141-28/+82
* RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S2016-05-141-3/+9
* RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S2016-05-141-3/+0Star
* RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S2016-05-141-13/+22
* RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2016-05-141-20/+19Star
* RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S2016-05-141-14/+16
* RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S2016-05-141-6/+19
* RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S2016-05-141-1/+1
* RDMA/iw_cxgb4: Add few history bits for epHariprasad S2016-05-141-17/+29
* RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S2016-05-051-10/+2Star
* RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S2016-05-051-0/+13
* RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S2016-05-051-29/+35
* RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S2016-05-051-14/+15
* RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S2016-05-051-5/+18