summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ip-roce' into for-nextRoland Dreier2014-01-2218-326/+504
|\
| * IB/mlx4: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2014-01-191-6/+6
| * RDMA/ocrdma: Add dependency on INETRoland Dreier2014-01-191-1/+1
| * RDMA/ocrdma: Move ocrdma_inetaddr_event outside of "#if CONFIG_IPV6"Roland Dreier2014-01-191-4/+4
| * IB/mlx4: Add dependency INETMatan Barak2014-01-191-1/+1
| * RDMA/ocrdma: Populate GID table with IP based gidsMoni Shoua2014-01-192-99/+41
| * RDMA/ocrdma: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua2014-01-194-22/+17
| * IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua2014-01-184-58/+99
| * IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID tableMoni Shoua2014-01-182-143/+334
| * IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-147-8/+16
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-------------. \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2014-01-2243-93/+6355
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * IB/usnic: Remove unused includes of <linux/version.h>Wei Yongjun2014-01-223-3/+0
| | | | | | | | * IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter2014-01-211-1/+1
| | | | | | | | * IB/usnic: Remove unused variable in usnic_debugfs_exit()Wei Yongjun2014-01-181-4/+0
| | | | | | | | * IB/usnic: Set userspace/kernel ABI ver to 4Upinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Add dependency on CONFIG_INETUpinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Fix endianness-related warningsUpinder Malhi2014-01-182-3/+2
| | | | | | | | * IB/usnic: Append documentation to usnic_transport.h and cleanupUpinder Malhi2014-01-142-1/+4
| | | | | | | | * IB/usnic: Fix typo "Ignorning" -> "Ignoring"Roland Dreier2014-01-141-4/+4
| | | | | | | | * IB/usnic: Expose flows via debugfsUpinder Malhi2014-01-146-10/+111
| | | | | | | | * IB/usnic: Use for_each_sg instead of a for-loopUpinder Malhi2014-01-141-8/+9
| | | | | | | | * IB/usnic: Remove superflous parenthesesUpinder Malhi2014-01-143-14/+14
| | | | | | | | * IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc]Upinder Malhi2014-01-142-0/+99
| | | | | | | | * IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.hUpinder Malhi2014-01-143-9/+136
| | | | | | | | * IB:usnic: Add UDP support to usnic_transport.[hc]Upinder Malhi2014-01-142-7/+105
| | | | | | | | * IB/usnic: Add UDP support to usnic_fwd.[hc]Upinder Malhi2014-01-142-0/+75
| | | | | | | | * IB/usnic: Update ABI and Version file for UDP supportUpinder Malhi2014-01-142-4/+12
| | | | | | | | * IB/usnic: Port over sysfs to new usnic_fwd.hUpinder Malhi2014-01-141-7/+3
| | | | | | | | * IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.hUpinder Malhi2014-01-142-122/+249
| | | | | | | | * IB/usnic: Port over main.c and verbs.c to the usnic_fwd.hUpinder Malhi2014-01-143-39/+39
| | | | | | | | * IB/usnic: Push all forwarding state to usnic_fwd.[hc]Upinder Malhi2014-01-142-125/+212
| | | | | | | | * IB/usnic: Add struct usnic_transport_specUpinder Malhi2014-01-141-0/+9
| | | | | | | | * IB/usnic: Change WARN_ON to lockdep_assert_heldUpinder Malhi2014-01-141-8/+8
| | | | | | | | * IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi2014-01-1427-0/+4897
| |_|_|_|_|_|_|/ |/| | | | | | |
| | | | | | | * IB/qib: Fix QP check when looping back to/from QP1Ira Weiny2014-01-221-1/+8
| |_|_|_|_|_|/ |/| | | | | |
| | | | | | * RDMA/ocrdma: Fix OCRDMA_GEN2_FAMILY macro definitionDevesh Sharma2014-01-131-1/+1
| | | | | | * RDMA/ocrdma: Fix AV_VALID bit positionDevesh Sharma2014-01-132-1/+2
| |_|_|_|_|/ |/| | | | |
| | | | | * IB/mlx5: Verify reserved fields are clearedEli Cohen2014-01-221-2/+6
| | | | | * IB/mlx5: Allow creation of QPs with zero-length work queuesEli Cohen2014-01-221-20/+29
| | | | | * IB/mlx5: Add support for resize CQEli Cohen2014-01-223-18/+270
| | | | | * IB/mlx5: Implement modify CQEli Cohen2014-01-221-1/+25
| | | | | * IB/mlx5: Make sure doorbell record is visible before doorbellEli Cohen2014-01-221-0/+4
| | | | | * IB/mlx5: Fix micro UAR allocatorEli Cohen2014-01-142-24/+66
| | | | | * IB/mlx5: Remove unused code in mr.cEli Cohen2014-01-142-2/+0
| |_|_|_|/ |/| | | |
| | | | * IB/mlx4: Fix error return codeJulia Lawall2014-01-181-2/+6
| |_|_|/ |/| | |
| | | * RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong2014-01-221-2/+1
| | | * RDMA/amso1100: Add check if cache memory was allocated before freeing itSvetlana Mavrina2014-01-221-1/+2
| |_|/ |/| |
| | * IB/mlx4: Add support for steerable IB UD QPsMatan Barak2014-01-143-7/+163
| | * IB/mlx4: Add mechanism to support flow steering over IB linksMatan Barak2014-01-141-1/+134
OpenPOWER on IntegriCloud