summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----------------. Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2014-01-2273-176/+6719
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * 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/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-183-0/+4
| | | | | | | | | | * 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/core: Add RDMA_TRANSPORT_USNIC_UDPUpinder Malhi2014-01-142-2/+4
| | | | | | | | | | * 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-1430-0/+4904
| | | | | | | | | * | scsi_transport_srp: Fix kernel-doc warningsBart Van Assche2014-01-212-4/+40
| | | | | | | | | * | scsi_transport_srp: Add rport state diagramBart Van Assche2014-01-212-0/+33
| | | | | | | | | * | scsi_transport_srp: Fix a race conditionBart Van Assche2014-01-213-42/+46
| | | | | | | | | * | scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = offBart Van Assche2014-01-211-13/+17
| | | | | | | | | * | MAINTAINERS: Pass the torch of SRP submaintainershipDavid Dillow2014-01-211-1/+1
| | | | | | | | | |/
| | | | | | | | * / 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: Remove old field for create mkey mailboxEli Cohen2014-01-221-2/+2
| | | | | | * | IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen2014-01-221-2/+8
| | | | | | * | IB/mlx5: Allow creation of QPs with zero-length work queuesEli Cohen2014-01-221-20/+29
| | | | | | * | mlx5_core: Fix PowerPC supportEli Cohen2014-01-222-5/+7
| | | | | | * | mlx5_core: Improve debugfs readabilityEli Cohen2014-01-222-6/+78
| | | | | | * | IB/mlx5: Add support for resize CQEli Cohen2014-01-226-22/+284
| | | | | | * | IB/mlx5: Implement modify CQEli Cohen2014-01-224-7/+59
| | | | | | * | IB/mlx5: Make sure doorbell record is visible before doorbellEli Cohen2014-01-221-0/+4
| | | | | | * | mlx5_core: Use mlx5 core style warningEli Cohen2014-01-221-1/+2
| | | | | | * | IB/mlx5: Clear out struct before create QP commandEli Cohen2014-01-221-1/+1
| | | | | | * | mlx5_core: Fix out arg size in access_register commandHaggai Eran2014-01-221-1/+1
| | | | | | * | IB/mlx5: Fix micro UAR allocatorEli Cohen2014-01-143-27/+70
| | | | | | * | mlx5_core: Remove dead codeDan Carpenter2014-01-141-3/+1
| | | | | | * | IB/mlx5: Remove unused code in mr.cEli Cohen2014-01-142-2/+0
| | | | | | |/