aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-22RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib2-47/+0
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-199/+38
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe4-5/+0
2020-06-02RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy3-173/+0
2020-05-28tcp: add tcp_sock_set_nodelayChristoph Hellwig1-20/+4
2020-05-28net: add sock_set_reuseaddrChristoph Hellwig1-13/+5
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe7-17/+27
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner1-5/+19
2020-05-19RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2-5/+2
2020-05-12RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2-5/+8
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb3-11/+13
2020-04-24IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee4-8/+8
2020-04-15RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe1-4/+11
2020-04-14RDMA/rxe: Set default vendor IDZhu Yanjun2-0/+4
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-123/+46
2020-03-26RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun1-0/+2
2020-03-23RDMA/siw: Suppress uninitialized var warningAndrew Morton1-1/+1
2020-03-18IB/rdmavt: Delete unused routineMike Marciniszyn1-6/+0
2020-03-13IB/rdmavt: Free kernel completion queue when doneKaike Wan1-1/+1
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe1-3/+3
2020-03-04RDMA/siw: Fix failure handling during device creationBernard Metzler1-3/+3
2020-03-04RDMA/siw: Fix passive connection establishmentBernard Metzler1-106/+31
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe3-40/+57
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2-2/+2
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib1-3/+4
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-19RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-02-13RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun1-4/+4
2020-02-11RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()Krishnamraju Eraparaju1-3/+2
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib1-1/+1
2020-02-11IB/rdmavt: Reset all QPs when the device is shut downKaike Wan1-33/+51
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-84/+66
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard1-1/+1
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2-2/+2
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2-2/+2
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib1-10/+8
2020-01-15Introduce maximum WQE size to check limitsRao Shoaib1-1/+6
2020-01-03RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2020-01-03RDMA/siw: use true,false for bool variablezhengbin1-1/+1
2020-01-03IB/rdmavt: Correct comments in rdmavt_qp.h headerMike Marciniszyn1-1/+8
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler7-70/+42
2019-12-09rxe: correctly calculate iCRC for unaligned payloadsSteve Wise3-1/+14
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-243/+281
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2-2/+2