summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-31IB/hfi1: Remove unused user context data membersMichael J. Ruhl4-42/+0
2017-07-31IB/hfi1: Assign context does not clean up file descriptor correctly on errorMichael J. Ruhl1-11/+26
2017-07-31IB/hfi1: Serve the most starved iowait entry firstKaike Wan11-28/+136
2017-07-31IB/hfi1: Fix bar0 mapping to use write combiningMike Marciniszyn8-49/+126
2017-07-31IB/hfi1: Check return values from PCI config API callsBartlomiej Dudek3-47/+215
2017-07-31IB/hns: include linux/interrupt.hArnd Bergmann1-0/+1
2017-07-28RDMA/hns: fix build regressionDoug Ledford1-0/+1
2017-07-28IB/hns: fix semicolon.cocci warningskbuild test robot1-1/+1
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-27Merge branch 'misc' into k.o/for-nextDoug Ledford41-279/+689
2017-07-27RDMA/qedr: notify user application of supported WIDsAmrani, Ram1-0/+2
2017-07-27RDMA/qedr: notify user application if DPM is supportedAmrani, Ram3-0/+4
2017-07-27Merge branches 'rxe' and 'mlx' into k.o/for-nextDoug Ledford38-162/+2292
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 Levi2-22/+439
2017-07-24IB/mlx4: Add support for WQ indirection table related verbsGuy Levi3-3/+85
2017-07-24IB/mlx4: Add support for WQ related verbsGuy Levi3-57/+497
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh10-18/+35
2017-07-24IB/mlx4: Add inline-receive supportMaor Gottlieb3-7/+35
2017-07-24IB/mlx5: Expose extended error countersParav Pandit1-0/+22
2017-07-24IB/mlx5: Fix existence check for extended address vectorLeon Romanovsky1-1/+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 Hadas1-0/+6
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 Hadas1-3/+14
2017-07-24IB/core: Add support for RoCEv2 multicastNoa Osherovich1-0/+12
2017-07-24IB/core: Set RoCEv2 MGID according to specNoa Osherovich2-10/+13
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 Gottlieb3-4/+112
2017-07-24net/mlx5: Introduce general notification eventMaor Gottlieb1-0/+23
2017-07-24net/mlx5: Introduce set delay drop commandMaor Gottlieb1-0/+14
2017-07-24IB/mlx5: Restore IB guid/policy for virtual functionsBodong Wang2-0/+51
2017-07-24IB/mlx5: Add debug control parameters for congestion controlParav Pandit6-2/+491
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 Nguyen1-0/+62
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 Shaia5-118/+72
2017-07-24IB/usnic: Implement get_netdev hookYuval Shaia3-0/+12