summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2016-05-13RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S1-0/+2
2016-05-13RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S1-0/+2
2016-05-13RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S1-28/+82
2016-05-13RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S1-3/+9
2016-05-13RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S1-3/+0
2016-05-13RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S1-13/+22
2016-05-13RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2-20/+20
2016-05-13RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S1-14/+16
2016-05-13RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S1-6/+19
2016-05-13RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S1-2/+3
2016-05-13RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S1-1/+1
2016-05-13RDMA/iw_cxgb4: Add few history bits for epHariprasad S2-18/+36
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S1-10/+2
2016-05-05RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S1-0/+13
2016-05-05RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S1-29/+35
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S1-14/+15
2016-05-05RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S1-5/+18
2016-05-05RDMA/iw_cxgb4: remove connection abort from process_mpa_replyHariprasad S1-2/+13
2016-05-05RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is heldHariprasad S1-0/+7
2016-05-05RDMA/iw_cxgb4: stop ep timer on close failureHariprasad S1-1/+6
2016-05-05RDMA/iw_cxgb4: release ep resources on accept arp failureHariprasad S1-16/+66
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2-2/+6
2016-04-26iw_cxgb4: handle draining an idle qpSteve Wise1-2/+16
2016-04-26iw_cxgb4: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-03-23Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-99/+0
2016-03-22cxgb4, iw_cxgb4: move delayed ack macro definitionsVarun Prakash1-9/+0
2016-03-22cxgb4, iw_cxgb4, cxgb4i: remove duplicate definitionsVarun Prakash1-9/+0
2016-03-22cxgb4, iw_cxgb4: move definitions to common header fileVarun Prakash1-81/+0
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford6-335/+155
2016-03-16iw_cxgb4: remove port mapper related codeSteve Wise3-264/+65
2016-03-16Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2-2/+5
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak2-2/+5
2016-02-29iw_cxgb4: add queue drain functionsSteve Wise4-1/+30
2016-02-29infiniband: cxgb4: use %pR format string for printing resourcesArnd Bergmann1-3/+2
2016-02-29iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S3-10/+11
2016-02-29cxgb4/iw_cxgb4: TOS supportHariprasad S1-17/+34
2016-02-29iw_cxgb4: remove false error log entryHariprasad S1-2/+1
2016-02-29iw_cxgb4: make queue allocation code more readableHariprasad S1-39/+42
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds9-312/+43
2016-01-19iw_cxgb4: Take clip reference before starting IPv6 listenHariprasad S1-4/+10
2016-01-19iw_cxgb4: Fixes GW-Basic labels to meaningful error namesHariprasad S1-28/+17
2016-01-19iw_cxgb4: Fixes static checker warning in c4iw_rdev_open()Hariprasad S1-4/+4
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-12-24iw_cxgb4: Pass qid range to user space driverHariprasad S3-1/+12
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-3/+0
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig4-11/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-261/+0
2015-12-08treewide: Fix typos in printkMasanari Iida1-1/+1
2015-10-28iw_cxgb4: Remove old FRWR APISagi Grimberg5-143/+1
2015-10-28iw_cxgb4: Support the new memory registration APISagi Grimberg4-0/+120