summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2016-05-14RDMA/nes: replace custom print_hex_dump()Andy Shevchenko1-57/+3
2016-05-14IB/mlx4: trivial fix of spelling mistake on "argument"Colin Ian King1-1/+1
2016-05-14IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko1-1/+1
2016-05-14RDMA/nes: Adding queue drain functionsTatyana Nikolova2-0/+36
2016-05-14iwcm: Fix a sparse warningBart Van Assche1-1/+1
2016-05-14IB/srp: Fix a debug kernel crashBart Van Assche1-1/+1
2016-05-14IB/ipoib: Add readout of statistics using ethtoolHans Westgaard Ry1-0/+67
2016-05-14infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior1-2/+0
2016-05-14i40iw: pass hw_stats by reference rather than by valueColin Ian King1-3/+3
2016-05-14i40iw: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-05-14i40iw: constify i40iw_vf_cqp_ops structureJulia Lawall3-3/+3
2016-05-14IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn1-0/+1
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 S2-20/+20
2016-05-14RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S1-14/+16
2016-05-14RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S1-6/+19
2016-05-14RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S1-2/+3
2016-05-14RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S1-1/+1
2016-05-14RDMA/iw_cxgb4: Add few history bits for epHariprasad S2-18/+36
2016-05-13i40iw: pass hw_stats by reference rather than by valueColin Ian King1-3/+3
2016-05-13i40iw: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen1-1/+0
2016-05-13i40iw: constify i40iw_vf_cqp_ops structureJulia Lawall3-3/+3
2016-05-13i40e: constify i40e_client_ops structureJulia Lawall1-1/+1
2016-05-13IB/srp: Do not register memory if never_register has been setBart Van Assche1-3/+9
2016-05-13IB/srp: Prevent mapping failuresBart Van Assche2-19/+119
2016-05-13IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche1-11/+12
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche15-21/+41
2016-05-13IB/srp: Fix srp_create_target() error handlingBart Van Assche1-7/+7
2016-05-13IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche1-1/+6
2016-05-13IB/srp: Print "ib_srp: " prefix onceBart Van Assche1-1/+1
2016-05-13IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-825/+85
2016-05-13IB/core: add RW API support for signature MRsChristoph Hellwig2-5/+224
2016-05-13IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2-495/+265
2016-05-13IB/core: generic RDMA READ/WRITE APIChristoph Hellwig3-1/+535
2016-05-13IB/core: add a need_inval flag to struct ib_mrSteve Wise1-0/+2
2016-05-13IB/core: add a simple MR poolChristoph Hellwig3-1/+92
2016-05-13IB/core: refactor ib_create_qpChristoph Hellwig1-49/+54
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig15-59/+54
2016-05-12IB/cma: pass the port number to ib_create_qpChristoph Hellwig1-0/+1