summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-0/+1
2014-01-20IB/mlx4: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier1-6/+6
2014-01-20RDMA/ocrdma: Add dependency on INETRoland Dreier1-1/+1
2014-01-20RDMA/ocrdma: Move ocrdma_inetaddr_event outside of "#if CONFIG_IPV6"Roland Dreier1-4/+4
2014-01-20IB/mlx4: Add dependency INETMatan Barak1-1/+1
2014-01-20IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun1-1/+3
2014-01-20IB/core: Make ib_addr a core IB moduleMatan Barak2-4/+6
2014-01-20IB/core: Resolve Ethernet L2 addresses when modifying QPOr Gerlitz3-0/+49
2014-01-20RDMA/ocrdma: Populate GID table with IP based gidsMoni Shoua2-99/+41
2014-01-20RDMA/ocrdma: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua4-22/+17
2014-01-19IB/isert: pass scatterlist instead of cmd to fast_reg_mr routineSagi Grimberg1-16/+12
2014-01-19IB/isert: Move fastreg descriptor creation to a functionSagi Grimberg1-20/+32
2014-01-19IB/isert: Avoid frwr notation, user fastregSagi Grimberg2-45/+47
2014-01-19IB/isert: seperate connection protection domains and dma MRsSagi Grimberg2-24/+24
2014-01-19IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua4-58/+99
2014-01-19IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID tableMoni Shoua2-143/+334
2014-01-19IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua2-24/+16
2014-01-19IB/mlx4: Fix error return codeJulia Lawall1-2/+6
2014-01-19IB/usnic: Remove unused variable in usnic_debugfs_exit()Wei Yongjun1-4/+0
2014-01-19IB/usnic: Set userspace/kernel ABI ver to 4Upinder Malhi1-1/+1
2014-01-19IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi1-1/+1
2014-01-19IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi2-0/+3
2014-01-19IB/usnic: Add dependency on CONFIG_INETUpinder Malhi1-1/+1
2014-01-19IB/usnic: Fix endianness-related warningsUpinder Malhi2-3/+2
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-15IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak12-21/+277
2014-01-15IB/mlx4: Add support for steerable IB UD QPsMatan Barak3-7/+163
2014-01-15IB/mlx4: Add mechanism to support flow steering over IB linksMatan Barak1-1/+134
2014-01-15IB/mlx4: Enable device-managed steering support for IB ports tooMatan Barak2-12/+20
2014-01-15IB/core: Add flow steering support for IPoIB UD trafficMatan Barak1-0/+3
2014-01-15IB/mlx5: Fix micro UAR allocatorEli Cohen2-24/+66
2014-01-15IB/mlx5: Remove unused code in mr.cEli Cohen2-2/+0
2014-01-14IB/usnic: Append documentation to usnic_transport.h and cleanupUpinder Malhi2-1/+4
2014-01-14IB/usnic: Fix typo "Ignorning" -> "Ignoring"Roland Dreier1-4/+4
2014-01-14IB/usnic: Expose flows via debugfsUpinder Malhi6-10/+111
2014-01-14IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi1-8/+9
2014-01-14IB/usnic: Remove superflous parenthesesUpinder Malhi3-14/+14
2014-01-14IB/core: Add RDMA_TRANSPORT_USNIC_UDPUpinder Malhi1-1/+2
2014-01-14IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]Upinder Malhi2-0/+99
2014-01-14IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi3-9/+136
2014-01-14IB:usnic: Add UDP support to usnic_transport.[hc]Upinder Malhi2-7/+105
2014-01-14IB/usnic: Add UDP support to usnic_fwd.[hc]Upinder Malhi2-0/+75
2014-01-14IB/usnic: Update ABI and Version file for UDP supportUpinder Malhi2-4/+12
2014-01-14IB/usnic: Port over sysfs to new usnic_fwd.hUpinder Malhi1-7/+3
2014-01-14IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.hUpinder Malhi2-122/+249
2014-01-14IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi3-39/+39
2014-01-14IB/usnic: Push all forwarding state to usnic_fwd.[hc]Upinder Malhi2-125/+212
2014-01-14IB/usnic: Add struct usnic_transport_specUpinder Malhi1-0/+9
2014-01-14IB/usnic: Change WARN_ON to lockdep_assert_heldUpinder Malhi1-8/+8
2014-01-14IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi29-0/+4899