summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-161-24/+8Star
* IB/mlx4: Set VF to read from QP countersEran Ben Elisha2015-06-161-2/+4
* IB/mlx4: Add RoCE/IB dedicated countersEran Ben Elisha2015-06-164-17/+39
* net/mlx4_core: Add sink counterEran Ben Elisha2015-06-161-1/+2
* net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-121-6/+2Star
* mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2015-06-053-1/+25
* IB/mlx5: Don't create IB instance over Ethernet portsMajd Dibbiny2015-06-051-0/+4
* IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 modeMajd Dibbiny2015-06-053-173/+657
* net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2015-06-051-1/+1
* cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-041-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-05-311-3/+3
| |\
| | * iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier2015-05-311-3/+3
* | | net/mlx4: Add EQ poolMatan Barak2015-05-312-49/+23Star
* | | net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak2015-05-311-2/+2
* | | net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionalityAmir Vadai2015-05-311-3/+1Star
* | | net/mlx5_core: New device capabilities handlingSaeed Mahameed2015-05-318-146/+124Star
* | | net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memoryAmir Vadai2015-05-313-4/+3Star
* | | net/mlx4_core: Modify port values when generting EQEs for VFsOr Gerlitz2015-05-251-1/+6
* | | IB/mlx4: Convert slave port before building address-handleOr Gerlitz2015-05-251-4/+7
|/ /
* | IB/cma: Fix broken AF_IB UD supportMatthew Finlay2015-05-201-11/+21
* | ib/cm: Change reject message type when destroying cm_idTed Kim2015-05-201-1/+1
* | RDMA/ocrdma: Update ocrdma version numberSelvin Xavier2015-05-181-1/+1
* | RDMA/ocrdma: Fail connection for MTU lesser than 512Naga Irrinki2015-05-181-1/+3
* | RDMA/ocrdma: Fix dmac resolution for link local addressMitesh Ahuja2015-05-182-1/+5
* | RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja2015-05-182-28/+27Star
* | RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.Mitesh Ahuja2015-05-182-1/+3
* | RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configuredDevesh Sharma2015-05-182-2/+18
* | RDMA/ocrdma: Fix QP state transition in destroy_qpDevesh Sharma2015-05-181-4/+6
* | RDMA/ocrdma: Report EQ full fatal errorDevesh Sharma2015-05-182-0/+13
* | RDMA/ocrdma: Fix EQ destroy failure during driver unloadSelvin Xavier2015-05-181-3/+3
* | infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches2015-05-123-5/+4Star
* | IB/qib: fix test of unsigned variableMike Marciniszyn2015-05-122-2/+3
* | RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova2015-05-121-1/+1
* | iw_cxgb4: use wildcard mapping for getting remote addr infoSteve Wise2015-05-111-8/+8
* | IB/ehca: use correct destination for memcpyNicholas Mc Guire2015-05-111-2/+2
* | IPoIB/CM: Fix indentation levelBart Van Assche2015-05-051-2/+2
* | iw_cxgb4: Remove negative advice dmesg warningsHariprasad S2015-05-053-9/+32
* | IB/core: Fix unaligned accessesDavid Ahern2015-05-052-14/+13Star
* | IB/core: change rdma_gid2ip into void function as it always return zeroHonggang LI2015-05-051-10/+3Star
* | IB/qib: use arch_phys_wc_add()Luis R. Rodriguez2015-05-057-79/+39Star
* | IB/qib: add acounting for MTRRLuis R. Rodriguez2015-05-051-1/+1
* | IB/core: dma unmap optimizationsGuy Shapiro2015-05-051-2/+3
* | IB/core: dma map/unmap locking optimizationsGuy Shapiro2015-05-051-5/+4Star
* | RDMA/cxgb4: Report the actual address of the remote connecting peerSteve Wise2015-05-052-4/+51
* | RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova2015-05-052-17/+49
* | RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...Tatyana Nikolova2015-05-053-34/+262
* | iw_cxgb4: enforce qp/cq id requirementsHariprasad S2015-05-051-0/+23
* | iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S2015-05-052-7/+15
* | iw_cxgb4: 32b platform fixesHariprasad S2015-05-055-16/+15Star