summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | iwcm: Fix a sparse warningBart Van Assche2016-05-131-1/+1
| | | | | * | IB/srp: Fix a debug kernel crashBart Van Assche2016-05-131-1/+1
| | | | | |/
| | | | * | IB/ipoib: Add readout of statistics using ethtoolHans Westgaard Ry2016-05-131-0/+67
| | | | * | infiniband/ulp/ipoib: remove pkey_mutexSebastian Andrzej Siewior2016-05-131-2/+0
| | | | |/
| | | * | i40iw: pass hw_stats by reference rather than by valueColin Ian King2016-05-131-3/+3
| | | * | i40iw: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-05-131-1/+0
| | | * | i40iw: constify i40iw_vf_cqp_ops structureJulia Lawall2016-05-133-3/+3
| | | |/
| | * | iw_cxgb4: Convert a __force castBart Van Assche2016-05-131-1/+1
| | * | RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()Hariprasad S2016-05-131-0/+7
| | * | RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()Hariprasad S2016-05-131-10/+2
| | * | RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_dataHariprasad S2016-05-131-2/+2
| | * | RDMA/iw_cxgb4: atomic find and reference for listening endpointsHariprasad S2016-05-131-8/+28
| | * | RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTINGHariprasad S2016-05-131-4/+2
| | * | RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S2016-05-131-0/+2
| | * | RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S2016-05-131-0/+2
| | * | RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S2016-05-131-28/+82
| | * | RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S2016-05-131-3/+9
| | * | RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S2016-05-131-3/+0
| | * | RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S2016-05-131-13/+22
| | * | RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2016-05-132-20/+20
| | * | RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S2016-05-131-14/+16
| | * | RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S2016-05-131-6/+19
| | * | RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2016-05-131-2/+3
| | * | RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S2016-05-131-1/+1
| | * | RDMA/iw_cxgb4: Add few history bits for epHariprasad S2016-05-132-18/+36
| | |/
| * | i40iw: pass hw_stats by reference rather than by valueColin Ian King2016-05-131-3/+3
| * | i40iw: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-05-131-1/+0
| * | i40iw: constify i40iw_vf_cqp_ops structureJulia Lawall2016-05-133-3/+3
| * | i40e: constify i40e_client_ops structureJulia Lawall2016-05-131-1/+1
| * | IB/srp: Do not register memory if never_register has been setBart Van Assche2016-05-131-3/+9
| * | IB/srp: Prevent mapping failuresBart Van Assche2016-05-132-19/+119
| * | IB/srp: Swap two code blocks in srp_add_one()Bart Van Assche2016-05-131-11/+12
| * | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-1315-21/+41
| * | IB/srp: Fix srp_create_target() error handlingBart Van Assche2016-05-131-7/+7
| * | IB/srp: Fix a memory descriptor leak in an error pathBart Van Assche2016-05-131-1/+6
| * | IB/srp: Print "ib_srp: " prefix onceBart Van Assche2016-05-131-1/+1
| * | IB/isert: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2016-05-132-825/+85
| * | IB/core: add RW API support for signature MRsChristoph Hellwig2016-05-132-5/+224
| * | IB/srpt: convert to the generic RDMA READ/WRITE APIChristoph Hellwig2016-05-132-495/+265
| * | IB/core: generic RDMA READ/WRITE APIChristoph Hellwig2016-05-133-1/+535
| * | IB/core: add a need_inval flag to struct ib_mrSteve Wise2016-05-131-0/+2
| * | IB/core: add a simple MR poolChristoph Hellwig2016-05-133-1/+92
| * | IB/core: refactor ib_create_qpChristoph Hellwig2016-05-131-49/+54
| * | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-1315-59/+54
| * | IB/cma: pass the port number to ib_create_qpChristoph Hellwig2016-05-121-0/+1
| |/
| * IB/srp: Move common code into the callerBart Van Assche2016-05-121-1/+0
| * IB/srp: Move code out of a loopBart Van Assche2016-05-121-3/+3
| * IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche2016-05-121-0/+2
| * IB/srp: Introduce target->mr_pool_sizeBart Van Assche2016-05-122-3/+4
| * IB/srp: Fix srp_map_data() error pathsBart Van Assche2016-05-121-11/+13