summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-17188-4297/+4699
|\
| * RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb2020-10-161-5/+6
| * RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson2020-10-161-0/+3
| * RDMA/rxe: Move the definitions for rxe_av.network_type to uAPIJason Gunthorpe2020-10-161-4/+4
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-1616-79/+57
| * Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-162-84/+16
| |\
| | * RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb2020-10-051-82/+12
| * | IB/mlx4: Convert rej_tmout radix-tree to XArrayHÃ¥kon Bugge2020-10-092-49/+51
| * | RDMA/rxe: Fix bug rejecting all multicast packetsBob Pearson2020-10-081-3/+16
| * | RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-081-5/+12
| * | RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson2020-10-084-22/+28
| * | IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-081-3/+1
| * | RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King2020-10-061-1/+1
| * | RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2020-10-063-29/+22
| * | RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib2020-10-053-0/+15
| * | RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon2020-10-011-1/+195
| * | RDMA/core: Introduce new GID table query APIAvihai Horon2020-10-011-3/+63
| * | RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-017-9/+20
| * | RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-012-2/+3
| * | RDMA/qedr: Endianness warnings cleanupAlok Prasad2020-10-011-2/+2
| * | RDMA/rtrs: Constify static struct attribute_groupRikard Falkeborn2020-10-012-5/+5
| * | RDMA/core: Constify struct attribute_groupRikard Falkeborn2020-10-011-6/+6
| * | RDMA/mlx5: Sync device with CPU pages upon ODP MR registrationYishai Hadas2020-10-013-6/+32
| * | RDMA/mlx5: Extend advice MR to support non faulting modeYishai Hadas2020-10-012-2/+8
| * | IB/core: Enable ODP sync without faultingYishai Hadas2020-10-012-11/+26
| * | IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-013-183/+120
| * | RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-09-301-6/+5
| * | RDMA/core: Remove ucontext->closingJason Gunthorpe2020-09-301-1/+0
| * | RDMA/rtrs: Remove unused field of rtrs_iuGioh Kim2020-09-301-1/+0
| * | RDMA/hns: Remove unused variables and definitionsLang Cheng2020-09-292-10/+0
| * | RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky2020-09-291-6/+3
| * | RDMA/mthca: Combine special QP struct with mthca QPLeon Romanovsky2020-09-294-58/+59
| * | RDMA/drivers: Remove udata check from special QPLeon Romanovsky2020-09-296-68/+19
| * | RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky2020-09-291-2/+15
| * | RDMA/mlx4: Prepare QP allocation to remove from the driverLeon Romanovsky2020-09-291-94/+63
| * | RDMA/mlx4: Embed GSI QP into general mlx4_ib QPLeon Romanovsky2020-09-292-91/+100
| * | RDMA/mlx5: Delete not needed GSI QP signal QP typeLeon Romanovsky2020-09-292-8/+1
| * | RDMA/mlx5: Change GSI QP to have same creation flow like other QPsLeon Romanovsky2020-09-293-46/+38
| * | RDMA/mlx5: Reuse existing fields in parent QP storage objectLeon Romanovsky2020-09-293-45/+31
| * | RDMA/mlx5: Embed GSI QP into general mlx5_ib QPLeon Romanovsky2020-09-293-33/+32
| * | RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin2020-09-251-2/+2
| * | RDMA/hns: Support inline data in extented sge space for RCWeihang Li2020-09-244-52/+162
| * | RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-09-241-0/+1
| * | RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li2020-09-241-6/+12
| * | RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-09-241-1/+3
| * | RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-09-241-3/+3
| * | RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-09-242-2/+12
| * | RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng2020-09-241-1/+1
| * | RDMA/hns: Add interception for resizing SRQsYangyang Li2020-09-241-0/+4
| * | RDMA/hns: Refactor process about opcode in post_send()Weihang Li2020-09-241-55/+76