aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-19IB/hfi1: Process qp wait list in IRQ thread periodicallyMike Marciniszyn1-54/+67
2017-02-19IB/hfi1: Correct defered count after processing qp_wait_listMike Marciniszyn1-0/+4
2017-02-19iw_cxgb4: clean up send_connect()Ganesh Goudar1-20/+36
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford16-161/+229
2017-02-15IB/mlx5: Fix configuration of port capabilitiesEli Cohen1-0/+35
2017-02-14IB/mlx4: Take source GID by index from HW GID tableTalat Batheesh1-24/+32
2017-02-14IB/mlx5: Fix blue flame buffer size calculationEli Cohen1-1/+4
2017-02-14IB/mlx4: Remove unused variable from function declarationLeon Romanovsky1-2/+2
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz20-49/+65
2017-02-14IB: Add protocol for USNICOr Gerlitz1-0/+1
2017-02-14IB/mlx4: Support raw packet protocolOr Gerlitz1-2/+5
2017-02-14IB/mlx5: Support raw packet protocolOr Gerlitz1-2/+4
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov4-49/+511
2017-02-14IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov2-28/+80
2017-02-14IB/mlx5: Add null_mkey accessArtemy Kovalyov3-1/+89
2017-02-14IB/mlx5: Support creation of a WQ with scatter FCS offloadNoa Osherovich1-2/+11
2017-02-14IB/mlx5: Enable QP creation with cvlan offloadNoa Osherovich2-1/+18
2017-02-14IB/mlx5: Enable WQ creation and modification with cvlan offloadNoa Osherovich1-1/+29
2017-02-14IB/mlx5: Expose vlan offloads capabilitiesNoa Osherovich1-2/+12
2017-02-14IB/mlx5: Add port counter support for Receive WQsMajd Dibbiny1-1/+11
2017-02-14IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib3-43/+128
2017-02-14IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky1-6/+6
2017-02-14IB/mlx5: Add flow tag supportMoses Reuben1-3/+23
2017-02-14IB/mlx5: Remove deprecated module parameterLeon Romanovsky1-7/+0
2017-02-14IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny3-0/+30
2017-02-14IB/mlx5: Avoid SMP MADs from VFsMaor Gottlieb1-0/+6
2017-02-14IB/mlx5: Add additional checks before processing MADsMaor Gottlieb2-0/+45
2017-02-14IB/mlx5: Verify that Q counters are supportedKamal Heib1-5/+9
2017-02-14IB/mlx5: Return error for unsupported signature typeLeon Romanovsky1-2/+3
2017-02-14IB/mlx5: Fix out-of-bound accessLeon Romanovsky1-8/+3
2017-02-14RDMA/bnxt_re: Add bnxt_re driver build supportSelvin Xavier3-0/+16
2017-02-14RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier13-0/+13258
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed1-3/+3
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-161/+229
2017-01-24i40iw: Set maj_err and min_err in i40iw_sc_cqp_createShiraz Saleem1-0/+3
2017-01-24IB/qib: Remove empty functionLeon Romanovsky3-12/+0
2017-01-24i40iw: fix some indenting in i40iw_sc_vsi_init()Dan Carpenter1-3/+3
2017-01-24RDMA/qedr: Dispatch port active event from qedr_addRam Amrani2-6/+19
2017-01-24RDMA/qedr: Fix and simplify memory leak in PD allocRam Amrani1-8/+18
2017-01-24RDMA/qedr: Fix RDMA CM loopbackRam Amrani1-2/+2
2017-01-24RDMA/qedr: Fix formattingRam Amrani2-3/+1
2017-01-24RDMA/qedr: Mark three functions as staticRam Amrani1-6/+8
2017-01-24RDMA/qedr: Don't reset QP when queues aren't flushedRam Amrani1-0/+8
2017-01-24RDMA/qedr: Don't spam dmesg if QP is in error stateRam Amrani1-3/+4
2017-01-24RDMA/qedr: Remove CQ spinlock from CM completion handlersRam Amrani2-11/+2
2017-01-24RDMA/qedr: Return max inline data in QP query resultRam Amrani1-1/+1
2017-01-24RDMA/qedr: Return success when not changing QP stateRam Amrani1-1/+1
2017-01-24RDMA/qedr: Fix MTU returned from QP queryAmrani, Ram1-1/+1
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram4-41/+4
2017-01-24iw_cxgb4: Guard against null cm_id in dump_ep/qpGanesh Goudar1-49/+84