summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)Author
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn
2020-07-08RDMA/siw: Fix reporting vendor_part_idKamal Heib
2020-06-18RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki
2020-06-15RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-06-02RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva
2020-05-12RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb
2020-04-24IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee
2020-04-15RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe
2020-04-14RDMA/rxe: Set default vendor IDZhu Yanjun
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-26RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun
2020-03-23RDMA/siw: Suppress uninitialized var warningAndrew Morton
2020-03-18IB/rdmavt: Delete unused routineMike Marciniszyn
2020-03-13IB/rdmavt: Free kernel completion queue when doneKaike Wan
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler
2020-03-04RDMA/siw: Fix passive connection establishmentBernard Metzler
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche
2020-02-13RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib
2020-01-15Introduce maximum WQE size to check limitsRao Shoaib
2020-01-03RDMA/rxe: Fix error type of mmap_offsetJiewei Ke
2020-01-03RDMA/siw: use true,false for bool variablezhengbin
2020-01-03IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca