summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/ipoib: Don't set constant driver versionLeon Romanovsky2020-02-273-9/+0
* RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe2020-02-271-2/+47
* RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
* RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe2020-02-261-0/+1
* RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2020-02-222-203/+208
* RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma2020-02-225-147/+141
* RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2020-02-222-74/+94
* RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma2020-02-224-205/+313
* RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma2020-02-222-29/+44
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-229-332/+525
* RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma2020-02-224-21/+36
* RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma2020-02-223-217/+428
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-2025-44/+44
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-202-11/+3
* RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King2020-02-201-1/+1
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-02-191-3/+4
* RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier2020-02-191-11/+12
* RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier2020-02-192-0/+18
* RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe2020-02-191-5/+5
* RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe2020-02-192-36/+17
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-133-50/+66
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-133-11/+49
* RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik2020-02-131-4/+7
* RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2020-02-132-1/+4
* RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
* i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem2020-02-111-12/+6
* RDMA/hns: Optimize eqe buffer allocation flowXi Wang2020-02-112-383/+108
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-114-17/+21
* RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-112-4/+4
* RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit2020-02-111-18/+24
* RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-111-5/+4
* RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit2020-02-113-16/+16
* RDMA/cma: Use RDMA device port iteratorParav Pandit2020-02-111-6/+7
* RDMA/cma: Use a helper function to enqueue resolve work itemsParav Pandit2020-02-111-8/+8
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1053-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-051-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-031-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-031-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0349-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-031-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-031-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-109-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405
| * | fs: New zonefs file systemDamien Le Moal2020-02-078-0/+1653
* | | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-101-2/+2
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \
| * | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8