aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-29/+14
2016-07-19net/mlx4_en: break out tx_desc write into separate functionBrenden Blanco1-5/+6
2016-07-12i40iw: Enable remote access rights for stag allocationShiraz Saleem1-0/+1
2016-07-12i40iw: do not print unitialized variables in error messageNicolas Iooss1-2/+1
2016-07-12IB/hfi1: Fix sleep inside atomic issue in init_asic_dataTadeusz Struk1-7/+9
2016-07-12IB/hfi1: Correct issues with sc5 computationMike Marciniszyn1-20/+3
2016-07-05net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb1-12/+9
2016-06-23Merge branches '4.7-rc-misc', 'hfi1-fixes', 'i40iw-rc-fixes' and 'mellanox-rc-fixes' into k.o/for-4.7-rcDoug Ledford19-57/+133
2016-06-23i40iw: Enable level-1 PBL for fast memory registrationShiraz Saleem2-0/+6
2016-06-23i40iw: Return correct max_fast_reg_page_list_lenFaisal Latif2-0/+2
2016-06-23i40iw: Correct status check on i40iw_get_pbleFaisal Latif1-1/+1
2016-06-23i40iw: Correct CQ armingShiraz Saleem1-3/+6
2016-06-23IB/hfi1: Fix deadlock with txreq allocation slow pathMike Marciniszyn2-3/+2
2016-06-23IB/mlx4: Prevent cross page boundary allocationChuck Lever2-18/+18
2016-06-23IB/mlx4: Fix memory leak if QP creation failedDotan Barak1-1/+3
2016-06-23IB/mlx4: Verify port number in flow steering create flowYishai Hadas1-0/+3
2016-06-23IB/mlx4: Fix error flow when sending mads under SRIOVYishai Hadas1-6/+18
2016-06-23IB/mlx4: Fix the SQ size of an RC QPYishai Hadas1-1/+1
2016-06-23IB/mlx5: Fix wrong naming of port_rcv_data counterTalat Batheesh1-1/+1
2016-06-23IB/mlx5: Fix post send fence logicEli Cohen1-3/+4
2016-06-17IB/hfi1: Send a pkey change event on driver pkey updateSebastian Sanchez3-7/+16
2016-06-17IB/hfi1: Remove FULL_MGMT_P_KEY from pkey table at link upSebastian Sanchez1-6/+13
2016-06-17IB/hfi1: Fix potential buffer overflowTadeusz Struk1-1/+2
2016-06-17IB/hfi1: Fix potential NULL ptr dereferenceTadeusz Struk1-1/+1
2016-06-17IB/qib: Prevent context lossIra Weiny1-0/+5
2016-06-17IB/hfi1: Prevent context lossIra Weiny1-0/+3
2016-06-17IB/hfi1: Increase packet egress timeoutJubin John1-1/+1
2016-06-17IB/hfi1: Fix credit return threshold adjustmentJubin John2-4/+27
2016-06-17IB/mlx4: Properly initialize GRH TClass and FlowLabel in AHsJason Gunthorpe1-1/+1
2016-06-07IB/mlx5: Fix alternate path codeAchiad Shochat1-5/+9
2016-06-07IB/mlx5: Fix pkey_index length in the QP path recordNoa Osherovich1-7/+8
2016-06-07IB/mlx5: Fix entries check in mlx5_ib_resize_cqNoa Osherovich1-2/+7
2016-06-07IB/mlx5: Fix entries checks in mlx5_ib_create_cqNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Check BlueFlame HCA supportNoa Osherovich1-1/+2
2016-06-07IB/mlx5: Fix returned values of query QPNoa Osherovich1-5/+9
2016-06-07IB/mlx5: Limit query HCA clockNoa Osherovich1-1/+8
2016-06-07IB/mlx5: Fix FW version diaplay in sysfsEran Ben Elisha1-1/+1
2016-06-07IB/mlx5: Return PORT_ERR in Active to Initializing tranisitionNoa Osherovich1-4/+1
2016-06-07IB/mlx5: Set flow steering capability bitMaor Gottlieb1-0/+3
2016-06-06IB/hfi1: Suppress sparse warningsBart Van Assche2-15/+2
2016-06-06IB/hfi1: Use bit 0 instead of bit 1Bart Van Assche1-1/+1
2016-06-06IB/hfi1: Fix indentationBart Van Assche1-3/+3
2016-06-06IB/mlx4: Fix device managed flow steering support testBart Van Assche1-2/+2
2016-06-06IB/usnic: Remove unused DMA attributesKrzysztof Kozlowski1-5/+0
2016-06-06IB/hfi1: Avoid large frame size warningLeon Romanovsky1-17/+14
2016-06-06IB/hfi1: fix some indentingDan Carpenter1-1/+1
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds69-106/+61273
2016-05-26IB/core: Make device counter infrastructure dynamicChristoph Lameter3-88/+262
2016-05-26Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford64-15/+61006
2016-05-26IB/hfi1: Fix pio map initializationJubin John1-2/+1