aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-08-31IB/core: Add new ioctl interfaceMatan Barak7-10/+543
2017-08-31RDMA/vmw_pvrdma: Fix a signednessAdit Ranadive1-1/+1
2017-08-31RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade2-2/+5
2017-08-31IB/core: Add might_sleep() annotation to ib_init_ah_from_wc()Roland Dreier1-0/+2
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier1-19/+44
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak3-1/+114
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak3-0/+127
2017-08-29Documentation: Hardware tag matchingArtemy Kovalyov1-0/+64
2017-08-29IB/mlx5: Support IB_SRQT_TMArtemy Kovalyov2-5/+22
2017-08-29net/mlx5: Add XRQ supportArtemy Kovalyov3-10/+146
2017-08-29IB/mlx5: Fill XRQ capabilitiesArtemy Kovalyov2-0/+15
2017-08-29IB/uverbs: Expose XRQ capabilitiesArtemy Kovalyov2-0/+25
2017-08-29IB/uverbs: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-1/+5
2017-08-29IB/uverbs: Add XRQ creation parameter to UAPIArtemy Kovalyov1-1/+1
2017-08-29IB/core: Add new SRQ type IB_SRQT_TMArtemy Kovalyov1-2/+8
2017-08-29IB/core: Separate CQ handle in SRQ contextArtemy Kovalyov6-39/+60
2017-08-29IB/core: Add XRQ capabilitiesArtemy Kovalyov1-0/+19
2017-08-29net/mlx5: Update HW layout definitionsArtemy Kovalyov1-2/+7
2017-08-28IB/rxe: Handle NETDEV_CHANGE eventsAndrew Boyer1-1/+6
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer1-6/+6
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer1-1/+3
2017-08-28IB/rxe: Remove unneeded initialization in prepare6()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix up rxe_qp_cleanup()Andrew Boyer1-7/+2
2017-08-28IB/rxe: Add dst_clone() in prepare_ipv6_hdr()Andrew Boyer1-1/+1
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer2-1/+7
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer1-1/+1
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer1-2/+0
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer4-0/+24
2017-08-28IB/rxe: Move refcounting earlier in rxe_send()Andrew Boyer1-3/+5
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn4-21/+216
2017-08-28IB/qib: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-63/+16
2017-08-28IB/hfi1: Convert qp_stats debugfs interface to use new iterator APIMike Marciniszyn3-107/+14
2017-08-28IB/hfi1: Convert hfi1_error_port_qps() to use new QP iteratorMike Marciniszyn1-38/+41
2017-08-28IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn2-0/+173
2017-08-28IB/hfi1: Use accessor to determine ring sizeKaike Wan1-1/+1
2017-08-28IB/qib: Stricter bounds checking for copy to bufferKamenee Arumugam1-2/+2
2017-08-28IB/hif1: Remove static tracing from SDMA hot pathMichael J. Ruhl7-29/+255
2017-08-28IB/hfi1: Acquire QSFP cable information on loopbackJan Sokolowski1-0/+15
2017-08-28i40iw: make some structures constBhumika Goyal1-3/+3
2017-08-28IB/hfi1: constify vm_operations_structArvind Yadav1-1/+1
2017-08-28RDMA/bnxt_re: remove unnecessary call to memsetHimanshu Jha1-2/+0
2017-08-28IB/usnic: check for allocation failureDan Carpenter1-0/+2
2017-08-28IB/hfi1: Add opcode states to qp_statsMike Marciniszyn1-1/+3
2017-08-28IB/hfi1: Add received request info to qp_statsKaike Wan1-2/+9
2017-08-28IB/hfi1: Fix whitespace alignment issue for MADKamenee Arumugam1-1/+1
2017-08-28IB/hfi1: Move structure and MACRO definitions in user_sdma.c to user_sdma.hHarish Chegondi2-168/+166
2017-08-28IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.hHarish Chegondi4-19/+19
2017-08-28IB/hfi1: Remove duplicate definitions of num_user_pages() functionHarish Chegondi3-20/+12
2017-08-28IB/hfi1: Fix the bail out code in pin_vector_pages() functionHarish Chegondi1-7/+10
2017-08-28IB/hfi1: Clean up pin_vector_pages() functionHarish Chegondi1-34/+45