summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-085-22/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-13/+14
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-013-9/+7
| |\
| * | net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha2017-08-291-13/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-218-52/+110
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-092-2/+2
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0123-101/+272
| |\ \ \ \
| * | | | | bnxt_re: add MAY_USE_DEVLINK dependencySathya Perla2017-07-291-0/+1
* | | | | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-03150-4117/+9593
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive2017-08-311-1/+1
| * | | | | RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade2017-08-311-0/+1
| * | | | | IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov2017-08-292-5/+22
| * | | | | IB/mlx5: Fill XRQ capabilitiesArtemy Kovalyov2017-08-292-0/+15
| * | | | | IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov2017-08-293-11/+14
| * | | | | IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn2017-08-283-63/+16
| * | | | | IB/hfi1: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn2017-08-283-107/+14
| * | | | | IB/hfi1: Convert hfi1_error_port_qps() to use new QP iteratorMike Marciniszyn2017-08-281-38/+41
| * | | | | IB/hfi1: Use accessor to determine ring sizeKaike Wan2017-08-281-1/+1
| * | | | | IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam2017-08-281-2/+2
| * | | | | IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl2017-08-287-29/+255
| * | | | | IB/hfi1: Acquire QSFP cable information on loopbackJan Sokolowski2017-08-281-0/+15
| * | | | | i40iw: make some structures constBhumika Goyal2017-08-281-3/+3
| * | | | | IB/hfi1: constify vm_operations_structArvind Yadav2017-08-281-1/+1
| * | | | | RDMA/bnxt_re: remove unnecessary call to memsetHimanshu Jha2017-08-281-2/+0
| * | | | | IB/usnic: check for allocation failureDan Carpenter2017-08-281-0/+2
| * | | | | IB/hfi1: Add opcode states to qp_statsMike Marciniszyn2017-08-281-1/+3
| * | | | | IB/hfi1: Add received request info to qp_statsKaike Wan2017-08-281-2/+9
| * | | | | IB/hfi1: Fix whitespace alignment issue for MADKamenee Arumugam2017-08-281-1/+1
| * | | | | IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2017-08-282-168/+166
| * | | | | IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi2017-08-284-19/+19
| * | | | | IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi2017-08-283-20/+12
| * | | | | IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi2017-08-281-7/+10
| * | | | | IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi2017-08-281-34/+45
| * | | | | IB/hfi1: Clean up user_sdma_send_pkts() functionHarish Chegondi2017-08-281-59/+82
| * | | | | IB/hfi1: Clean up hfi1_user_exp_rcv_setup functionHarish Chegondi2017-08-282-88/+153
| * | | | | IB/hfi1: Improve local kmem_cache_alloc performanceMichael J. Ruhl2017-08-283-27/+6
| * | | | | IB/hfi1: Ratelimit prints from sdma_interruptGrzegorz Morys2017-08-282-2/+8
| * | | | | IB/qib: Stricter bounds checking for copy and array accessKamenee Arumugam2017-08-282-4/+6
| * | | | | IB/qib: Remove unnecessary memory allocation for boardnameKamenee Arumugam2017-08-284-51/+32
| * | | | | IB/{qib, hfi1}: Avoid flow control testing for RDMA write operationMike Marciniszyn2017-08-282-3/+4
| * | | | | Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-2415-108/+176
| |\ \ \ \ \
| | * | | | | IB/mlx5: Report mlx5 enhanced multi packet WQE capabilityBodong Wang2017-08-241-0/+5
| | * | | | | IB/mlx5: Allow posting multi packet send WQEs if hardware supportsBodong Wang2017-08-242-2/+5
| | * | | | | IB/mlx5: Add support for multi underlay QPYishai Hadas2017-08-241-7/+42
| | * | | | | IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin2017-08-241-4/+5
| | * | | | | IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib2017-08-241-4/+4
| | * | | | | IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin2017-08-241-30/+45
| | * | | | | IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin2017-08-242-20/+15
| | * | | | | IB/mlx5: Expose software parsing for Raw Ethernet QPNoa Osherovich2017-08-242-0/+24
| | * | | | | RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky2017-08-241-5/+0
OpenPOWER on IntegriCloud