summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-10/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0615-182/+37
|\
| * RDMA/rxe: Remove pkey tableKamal Heib2020-07-316-77/+13
| * RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-203-11/+0
| * RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin2020-07-161-1/+4
| * RDMA/rxe: Remove rxe_link_layer()Kamal Heib2020-07-163-9/+1
| * RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib2020-07-163-23/+7
| * RDMA/rxe: Return void from rxe_init_port_param()Kamal Heib2020-07-161-3/+1
| * RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-07-161-3/+0
| * RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-07-071-1/+5
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-065-5/+5
| * RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib2020-06-222-47/+0
| * RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis2020-06-221-2/+1
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-292-32/+5
* | | RDMA/siw: Fix reporting vendor_part_idKamal Heib2020-07-081-1/+2
|/ /
* | RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki2020-06-181-2/+4
* | RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald2020-06-151-1/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-0513-199/+38
|\
| * RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-024-5/+0
| * RDMA/rdmavt: Remove FMR memory registrationMax Gurtovoy2020-06-023-173/+0
| * Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-217-17/+27
| |\
| * | IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-5/+19
| * | RDMA/siw: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-192-5/+2
| * | RDMA: Group create AH arguments in structMaor Gottlieb2020-05-023-11/+13
| * | RDMA/rxe: Set default vendor IDZhu Yanjun2020-04-142-0/+4
* | | tcp: add tcp_sock_set_nodelayChristoph Hellwig2020-05-281-20/+4
* | | net: add sock_set_reuseaddrChristoph Hellwig2020-05-281-13/+5
| |/ |/|
* | RDMA/rxe: Always return ERR_PTR from rxe_create_mmap_info()Sudip Mukherjee2020-05-122-5/+8
* | IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info()Sudip Mukherjee2020-04-244-8/+8
* | RDMA/siw: Fix potential siw_mem refcnt leak in siw_fastreg_mr()Jason Gunthorpe2020-04-151-4/+11
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-018-123/+46
|\
| * RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-03-261-0/+2
| * RDMA/siw: Suppress uninitialized var warningAndrew Morton2020-03-231-1/+1
| * IB/rdmavt: Delete unused routineMike Marciniszyn2020-03-181-6/+0
| * Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-3/+3
| |\
| * | RDMA/siw: Fix passive connection establishmentBernard Metzler2020-03-041-106/+31
| * | Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-043-40/+57
| |\ \
| * | | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-042-2/+2
| * | | RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
| * | | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| * | | RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-02-191-3/+4
| * | | RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
* | | | IB/rdmavt: Free kernel completion queue when doneKaike Wan2020-03-131-1/+1
| |_|/ |/| |
* | | RDMA/siw: Fix failure handling during device creationBernard Metzler2020-03-041-3/+3
| |/ |/|
* | RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun2020-02-131-4/+4