aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_eq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-28IB/hns: fix returnvar.cocci warningskbuild test robot1-2/+1
2017-07-28IB/hns: fix boolreturn.cocci warningskbuild test robot1-1/+1
2017-07-28IB/hns: Support compile test for hns RoCE driverMatan Barak3-1/+3
2017-07-28IB/cma: Fix default RoCE type settingDoug Ledford1-1/+1
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram2-0/+4
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram4-0/+5
2017-07-24net/mlx5: fix spelling mistake: "alloated" -> "allocated"Colin Ian King1-1/+1
2017-07-24IB/hfi1: Add receiving queue info to qp_statsKaike Wan1-1/+5
2017-07-24IB/mlx4: Expose RSS capabilitiesGuy Levi1-1/+6
2017-07-24IB/mlx4: Add support for RSS QPGuy Levi3-22/+472
2017-07-24IB/mlx4: Add support for WQ indirection table related verbsGuy Levi4-3/+89
2017-07-24IB/mlx4: Add support for WQ related verbsGuy Levi4-57/+511
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh11-20/+45
2017-07-24IB/mlx4: Add inline-receive supportMaor Gottlieb4-8/+37
2017-07-24IB/mlx5: Expose extended error countersParav Pandit2-2/+64
2017-07-24IB/mlx5: Fix existence check for extended address vectorLeon Romanovsky2-2/+1
2017-07-24IB/mlx5: Fix cached MR allocation flowMajd Dibbiny1-5/+13
2017-07-24IB/mlx5: Report RX checksum capabilities for IPoIBYishai Hadas1-0/+4
2017-07-24net/mlx5: Report enhanced capabilities for IPoIBYishai Hadas2-1/+11
2017-07-24IB/mlx5: Add multicast flow steering support for underlay QPYishai Hadas1-12/+31
2017-07-24IB/mlx5: Add support for QP with a given source QPNYishai Hadas2-15/+59
2017-07-24IB/uverbs: Enable QP creation with a given source QP numberYishai Hadas2-4/+15
2017-07-24IB/core: Enable QP creation with a given source QP numberYishai Hadas1-0/+2
2017-07-24IB/core: Add support for RoCEv2 multicastNoa Osherovich1-0/+12
2017-07-24IB/core: Set RoCEv2 MGID according to specNoa Osherovich3-11/+20
2017-07-24IB/core: Fix the validations of a multicast LID in attach or detach operationsNoa Osherovich1-4/+40
2017-07-24IB/mlx5: Add delay drop configuration and statisticsMaor Gottlieb3-3/+123
2017-07-24IB/mlx5: Add support to dropless RQMaor Gottlieb4-5/+113
2017-07-24net/mlx5: Introduce general notification eventMaor Gottlieb4-1/+31
2017-07-24net/mlx5: Introduce set delay drop commandMaor Gottlieb3-1/+41
2017-07-24IB/core: Introduce delay drop for a WQMaor Gottlieb1-0/+5
2017-07-24IB/mlx5: Restore IB guid/policy for virtual functionsBodong Wang3-7/+61
2017-07-24IB/mlx5: Add debug control parameters for congestion controlParav Pandit7-3/+493
2017-07-24IB/mlx5: Change logic for dispatching IB events for port stateMoni Shoua2-2/+32
2017-07-24net/mlx5e: Enable local loopback in loopback selftestHuy Nguyen1-0/+13
2017-07-24IB/mlx5: Add raw ethernet local loopback supportHuy Nguyen3-7/+73
2017-07-24net/mlx5: Add raw ethernet local loopback firmware commandHuy Nguyen3-4/+72
2017-07-24RDMA/bnxt_re: Allow posting when QPs are in errorSelvin Xavier6-89/+462
2017-07-24RDMA/bnxt_re: Add vlan tag for untagged RoCE traffic when PFC is configuredKalesh AP6-24/+124
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky21-21/+0
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia6-118/+73
2017-07-24IB/usnic: Implement get_netdev hookYuval Shaia3-0/+12
2017-07-24IB/qib: remove duplicate codeGustavo A. R. Silva1-2/+0
2017-07-24RDMA/bnxt_re: Delete unsupported modify_port functionLeon Romanovsky3-21/+0
2017-07-24IB/cma: Set default gid type to RoCEv2Moni Shoua1-2/+7
2017-07-24IB/rxe: Constify static rxe_vm_opsKamal Heib1-1/+1
2017-07-24IB/rxe: Use __func__ to print function's nameKamal Heib2-5/+5
2017-07-24IB/rxe: Use DEVICE_ATTR_RO macro to show parent fieldKamal Heib1-3/+3
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib3-3/+3
2017-07-24IB/rxe: Use "foo *bar" instead of "foo * bar"Kamal Heib1-1/+1