| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-29 | net/mlx5e: Add a lock on tir list |  Yuval Avnery | 1 | -0/+2 |
| 2019-03-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -4/+1 |
| 2019-03-01 | net/mlx5: Emit port affinity event for multipath offloads |  Roi Dayan | 1 | -0/+1 |
| 2019-03-01 | net/mlx5: Add multipath mode |  Roi Dayan | 1 | -0/+1 |
| 2019-02-21 | Merge branch 'mlx5-next' into rdma.git for-next |  Jason Gunthorpe | 1 | -6/+21 |
| 2019-02-15 | net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownership |  Bodong Wang | 1 | -0/+5 |
| 2019-02-14 | net/mlx5: Relocate vport macros to the vport header file |  Bodong Wang | 1 | -6/+0 |
| 2019-02-14 | net/mlx5: Provide an alternative VF upper bound for ECPF |  Bodong Wang | 1 | -1/+10 |
| 2019-02-14 | net/mlx5: Add host params change event |  Bodong Wang | 1 | -0/+5 |
| 2019-02-14 | net/mlx5: Introduce Mellanox SmartNIC and modify page management logic |  Bodong Wang | 1 | -1/+8 |
| 2019-01-29 | Merge branch 'devx-async' into k.o/for-next |  Jason Gunthorpe | 1 | -8/+26 |
| 2019-01-24 | net/mlx5: Make mlx5_cmd_exec_cb() a safe API |  Jason Gunthorpe | 1 | -6/+26 |
| 2019-01-21 | IB/mlx5: Manage indirection mkey upon DEVX flow for ODP |  Yishai Hadas | 1 | -0/+1 |
| 2019-01-15 | RDMA/mad: Reduce MAD scope to mlx5_ib only |  Leon Romanovsky | 1 | -2/+0 |
| 2019-01-08 | RDMA/mlx5: Delete declaration of already removed function |  Leon Romanovsky | 1 | -4/+0 |
| 2018-12-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -2/+2 |
| 2018-12-20 | Merge branch 'mlx5-next' into rdma.git |  Jason Gunthorpe | 1 | -2/+0 |
| 2018-12-14 | net/mlx5: Make RoCE and SR-IOV LAG modes explicit |  Aviv Heller | 1 | -0/+2 |
| 2018-12-14 | net/mlx5: Introduce inter-device communication mechanism |  Aviv Heller | 1 | -0/+2 |
| 2018-12-11 | IB/mlx5: Report CapabilityMask2 in ib_query_port |  Michael Guralnik | 1 | -2/+2 |
| 2018-12-10 | net/mlx5: Remove the get protocol device interface entry |  Or Gerlitz | 1 | -2/+0 |
| 2018-12-04 | RDMA/mlx5: Initialize SRQ tables on mlx5_ib |  Leon Romanovsky | 1 | -25/+0 |
| 2018-12-04 | net/mlx5: Move SRQ functions to RDMA part |  Leon Romanovsky | 1 | -8/+0 |
| 2018-11-29 | net/mlx5: Forward SRQ resource events |  Saeed Mahameed | 1 | -2/+1 |
| 2018-11-29 | net/mlx5: Forward QP/WorkQueues resource events |  Saeed Mahameed | 1 | -1/+1 |
| 2018-11-29 | net/mlx5: Remove all deprecated software versions of FW events |  Saeed Mahameed | 1 | -9/+0 |
| 2018-11-29 | net/mlx5: Remove unused events callback and logic |  Saeed Mahameed | 1 | -9/+1 |
| 2018-11-29 | net/mlx5: Forward all mlx5 events to mlx5 notifiers chain |  Saeed Mahameed | 1 | -1/+1 |
| 2018-11-29 | net/mlx5: Driver events notifier API |  Saeed Mahameed | 1 | -0/+4 |
| 2018-11-26 | net/mlx5: Device events, Use async events chain |  Saeed Mahameed | 1 | -27/+2 |
| 2018-11-26 | net/mlx5: Resource tables, Use async events chain |  Saeed Mahameed | 1 | -2/+4 |
| 2018-11-26 | net/mlx5: CmdIF, Use async events chain |  Saeed Mahameed | 1 | -0/+2 |
| 2018-11-26 | net/mlx5: FWPage, Use async events chain |  Saeed Mahameed | 1 | -2/+3 |
| 2018-11-26 | net/mlx5: Clock, Use async events chain |  Saeed Mahameed | 1 | -1/+3 |
| 2018-11-20 | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA |  Saeed Mahameed | 1 | -49/+0 |
| 2018-11-20 | net/mlx5: EQ, Different EQ types |  Saeed Mahameed | 1 | -9/+1 |
| 2018-11-20 | net/mlx5: EQ, Privatize eq_table and friends |  Saeed Mahameed | 1 | -82/+5 |
| 2018-11-20 | net/mlx5: EQ, irq_info and rmap belong to eq_table |  Saeed Mahameed | 1 | -5/+5 |
| 2018-11-20 | net/mlx5: EQ, Remove redundant completion EQ list lock |  Saeed Mahameed | 1 | -3/+0 |
| 2018-11-20 | net/mlx5: EQ, No need to store eq index as a field |  Saeed Mahameed | 1 | -1/+0 |
| 2018-11-20 | net/mlx5: EQ, Remove unused fields and structures |  Saeed Mahameed | 1 | -3/+0 |
| 2018-11-20 | net/mlx5: EQ, Use the right place to store/read IRQ affinity hint |  Saeed Mahameed | 1 | -1/+1 |
| 2018-10-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma |  Linus Torvalds | 1 | -12/+11 |
| 2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -0/+8 |
| 2018-10-18 | net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) reg |  Shay Agroskin | 1 | -0/+1 |
| 2018-10-18 | net/mlx5: Refactor fragmented buffer struct fields and init flow |  Tariq Toukan | 1 | -14/+8 |
| 2018-10-17 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-next |  Saeed Mahameed | 1 | -4/+2 |
| 2018-10-17 | IB/mlx5: Add support for extended atomic operations |  Yonatan Cohen | 1 | -12/+11 |
| 2018-10-10 | net/mlx5: WQ, fixes for fragmented WQ buffers API |  Tariq Toukan | 1 | -0/+8 |
| 2018-10-10 | RDMA/netdev: Hoist alloc_netdev_mqs out of the driver |  Denis Drozdov | 1 | -10/+4 |