summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-287-53/+67
| * | | | | IB/qib: Remove a set-but-not-used variableBart Van Assche2019-03-281-4/+1Star
| * | | | | IB/hfi1: Fix two format stringsBart Van Assche2019-03-282-4/+4
| * | | | | IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche2019-03-281-1/+1
| * | | | | RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia2019-03-271-2/+0Star
| * | | | | IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov2019-03-271-1/+10
| * | | | | IB/mlx5: WQE dump jumps over first 16 bytesArtemy Kovalyov2019-03-271-3/+2Star
| * | | | | RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky2019-03-271-1/+1
| * | | | | RDMA/i40iw: Handle workqueue allocation failureKangjie Lu2019-03-273-5/+20
| * | | | | drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2019-03-261-6/+6
| * | | | | RDMA/nes: remove redundant check on udataColin Ian King2019-03-261-39/+34Star
| * | | | | mlx4: Convert pv_id_table to XArrayMatthew Wilcox2019-03-262-25/+16Star
| * | | | | mlx5: Convert mlx5_srq_table to XArrayMatthew Wilcox2019-03-262-22/+10Star
| * | | | | IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-263-3/+7
| * | | | | RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-265-18/+18
| * | | | | RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou2019-03-261-2/+0Star
| * | | | | RDMA/hns: Bugfix for sending with invalidateLijun Ou2019-03-261-1/+1
| * | | | | RDMA/hns: Hide error print information with roce vf deviceLijun Ou2019-03-261-7/+5Star
| * | | | | RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou2019-03-261-71/+81
| * | | | | RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou2019-03-261-2/+2
| * | | | | RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou2019-03-261-12/+16
| * | | | | RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou2019-03-261-37/+46
| * | | | | cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-263-83/+22Star
| * | | | | cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-263-20/+24
| * | | | | cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-253-22/+33
| * | | | | cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-253-24/+20Star
| * | | | | cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-254-95/+73Star
| * | | | | cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-254-12/+11Star
| * | | | | cxgb3: Convert mmidr to XArrayMatthew Wilcox2019-03-254-35/+10Star
| * | | | | cxgb3: Convert qpidr to XArrayMatthew Wilcox2019-03-254-40/+33Star
| * | | | | cxgb3: Convert cqidr to XArrayMatthew Wilcox2019-03-253-6/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-087-21/+25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'mlx5-updates-2019-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-05-041-5/+11
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-5/+11
| | |\ \ \ \ \ \
| | | * | | | | | IB/mlx5: Restrict 'DELAY_DROP_TIMEOUT' subtype to Ethernet interfacesAya Levin2019-04-301-1/+5
| | | * | | | | | net/mlx5: Separate and generalize dma device from pci deviceVu Pham2019-04-301-4/+6
| | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-23155-3073/+13520
| | | |\ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-033-10/+15
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-179-41/+42
| |\ \ \ \ \ \ \
| * | | | | | | | ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-1/+1
| * | | | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-054-9/+8Star
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | net/mlx5: Add explicit bar address fieldHuy Nguyen2019-04-023-8/+7Star
| | * | | | | | | net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy2019-04-021-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-285-11/+48
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-0715-74/+1Star
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | i40iw: Redefine i40iw_mmiowb() to do nothingWill Deacon2019-04-081-1/+1
| * | | | | | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-0814-73/+0Star
| * | | | | | | drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-082-2/+2
| | |/ / / / / | |/| | | | |