summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-07-202-43/+10Star
|\
| * scsi: IB/srp: set virt_boundary_mask in the scsi hostChristoph Hellwig2019-07-171-15/+3Star
| * scsi: IB/iser: set virt_boundary_mask in the scsi hostChristoph Hellwig2019-07-171-28/+7Star
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+17
|\ \
| * | vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells2019-07-051-9/+17
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-16184-24117/+17579Star
|\ \ \
| * | | RMDA/siw: Require a 64 bit archJason Gunthorpe2019-07-121-1/+1
| * | | RDMA/siw: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-112-0/+6
| * | | RDMA/core: Fix -Wunused-const-variable warningsQian Cai2019-07-111-0/+13
| * | | rdma/siw: Remove set but not used variable 's'YueHaibing2019-07-111-3/+0Star
| * | | rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPSGeert Uytterhoeven2019-07-111-1/+2
| * | | RDMA/siw: Add missing rtnl_lock around access to ifaJason Gunthorpe2019-07-111-0/+2
| * | | rdma/siw: Use proper enumerated type in map_cqe_statusNathan Chancellor2019-07-101-1/+1
| * | | RDMA/siw: Remove unnecessary kthread create/destroy printoutsBernard Metzler2019-07-102-7/+1Star
| * | | IB/rdmavt: Fix variable shadowing issue in rvt_create_cqNathan Chancellor2019-07-101-2/+0Star
| * | | RDMA/core: Fix race when resolving IP addressDag Moxnes2019-07-091-1/+1
| * | | IB/core: Work on the caller socket net namespace in nldev_newlink()Parav Pandit2019-07-081-1/+1
| * | | RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-082-1/+5
| * | | RDMA/mlx5: Set RDMA DIM to be enabled by defaultLeon Romanovsky2019-07-081-0/+2
| * | | RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlinkYamin Friedman2019-07-084-0/+25
| * | | RDMA/core: Provide RDMA DIM support for ULPsYamin Friedman2019-07-081-0/+45
| * | | IB/mlx5: Report correctly tag matching rendezvous capabilityDanit Goldberg2019-07-081-2/+6
| * | | Merge branch 'vhca-tunnel' into rdma.git for-nextJason Gunthorpe2019-07-081-4/+20
| |\ \ \
| | * | | IB/mlx5: Implement VHCA tunnel mechanism in DEVXMax Gurtovoy2019-07-081-4/+20
| * | | | RDMA/rvt: Do not use a kernel header in the ABIJason Gunthorpe2019-07-081-5/+27
| * | | | RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPUJason Gunthorpe2019-07-082-9/+9
| * | | | ibverbs/rxe: Remove variable self-initializationMaksym Planeta2019-07-071-1/+1
| * | | | RDMA/hns: Clean up unnecessary variable initializationLang Cheng2019-07-074-5/+5
| * | | | RDMA/hns: Fixs hw access invalid dma memory errorXi Wang2019-07-071-1/+0Star
| * | | | RDMA/hns: Use %pK format pointer printLang Cheng2019-07-071-1/+2
| * | | | RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou2019-07-071-2/+2
| * | | | RDMA/hns: Set reset flag when hw resettingLang Cheng2019-07-051-0/+1
| * | | | RDMA/hns: Modify ba page size for cqeYangyang Li2019-07-051-1/+1
| * | | | RDMA/hns: Fixup qp release bugchenglang2019-07-052-6/+3Star
| * | | | RDMA/hns: Bugfix for cleaning mtrLijun Ou2019-07-051-1/+1
| * | | | RDMA/nldev: Allow get default counter statistics through RDMA netlinkMark Zhang2019-07-052-1/+103
| * | | | RDMA/nldev: Allow get counter mode through RDMA netlinkMark Zhang2019-07-052-1/+78
| * | | | RDMA/nldev: Allow counter manual mode configration through RDMA netlinkMark Zhang2019-07-051-13/+98
| * | | | RDMA/counter: Allow manual mode configuration supportMark Zhang2019-07-051-3/+216
| * | | | RDMA/core: Get sum value of all counters when perform a sysfs stat readMark Zhang2019-07-052-3/+96
| * | | | IB/mlx5: Add counter_alloc_stats() and counter_update_stats() supportMark Zhang2019-07-051-0/+23
| * | | | RDMA/netlink: Implement counter dumpit calbackMark Zhang2019-07-053-1/+240
| * | | | RDMA/nldev: Allow counter auto mode configration through RDMA netlinkMark Zhang2019-07-051-0/+78
| * | | | IB/mlx5: Support statistic q counter configurationMark Zhang2019-07-051-0/+44
| * | | | IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters()Mark Zhang2019-07-051-5/+5
| * | | | IB/mlx5: Support set qp counterMark Zhang2019-07-052-2/+80
| * | | | RDMA/counter: Add "auto" configuration mode supportMark Zhang2019-07-053-0/+233
| * | | | RDMA/counter: Add set/clear per-port auto mode supportMark Zhang2019-07-053-1/+80
| * | | | RDMA/restrack: Make is_visible_in_pid_ns() as an APIMark Zhang2019-07-053-13/+16
| * | | | RDMA/restrack: Add an API to attach a task to a resourceMark Zhang2019-07-052-0/+16