Age | Commit message (Expand) | Author | Files | Lines |
2018-12-29 | 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-15 | net/mlx5: Make RoCE and SR-IOV LAG modes explicit | Aviv Heller | 1 | -0/+2 |
2018-12-15 | 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-11 | 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-30 | net/mlx5: Forward SRQ resource events | Saeed Mahameed | 1 | -2/+1 |
2018-11-30 | net/mlx5: Forward QP/WorkQueues resource events | Saeed Mahameed | 1 | -1/+1 |
2018-11-30 | net/mlx5: Remove all deprecated software versions of FW events | Saeed Mahameed | 1 | -9/+0 |
2018-11-30 | net/mlx5: Remove unused events callback and logic | Saeed Mahameed | 1 | -9/+1 |
2018-11-30 | net/mlx5: Forward all mlx5 events to mlx5 notifiers chain | Saeed Mahameed | 1 | -1/+1 |
2018-11-30 | net/mlx5: Driver events notifier API | Saeed Mahameed | 1 | -0/+4 |
2018-11-27 | net/mlx5: Device events, Use async events chain | Saeed Mahameed | 1 | -27/+2 |
2018-11-27 | net/mlx5: Resource tables, Use async events chain | Saeed Mahameed | 1 | -2/+4 |
2018-11-27 | net/mlx5: CmdIF, Use async events chain | Saeed Mahameed | 1 | -0/+2 |
2018-11-27 | net/mlx5: FWPage, Use async events chain | Saeed Mahameed | 1 | -2/+3 |
2018-11-27 | 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-18 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 1 | -4/+2 |
2018-10-17 | IB/mlx5: Add support for extended atomic operations | Yonatan Cohen | 1 | -12/+11 |
2018-10-11 | net/mlx5: WQ, fixes for fragmented WQ buffers API | Tariq Toukan | 1 | -0/+8 |
2018-10-11 | RDMA/netdev: Hoist alloc_netdev_mqs out of the driver | Denis Drozdov | 1 | -10/+4 |
2018-10-01 | net/mlx5: Cache the system image guid | Alaa Hleihel | 1 | -0/+1 |
2018-09-25 | net/mlx5: Set uid as part of SRQ commands | Yishai Hadas | 1 | -0/+1 |
2018-09-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
2018-09-06 | net/mlx5e: Replace PTP clock lock from RW lock to seq lock | Shay Agroskin | 1 | -1/+1 |
2018-09-06 | net/mlx5: Add flow counters idr | Vlad Buslov | 1 | -0/+2 |
2018-09-06 | net/mlx5: Store flow counters in a list | Vlad Buslov | 1 | -1/+1 |
2018-09-06 | net/mlx5: Add new list to store deleted flow counters | Vlad Buslov | 1 | -0/+1 |
2018-09-06 | net/mlx5: Change flow counters addlist type to single linked list | Vlad Buslov | 1 | -3/+1 |
2018-09-06 | net/mlx5: Use u16 for Work Queue buffer strides offset | Tariq Toukan | 1 | -2/+2 |
2018-09-06 | net/mlx5: Use u16 for Work Queue buffer fragment size | Tariq Toukan | 1 | -1/+1 |
2018-09-06 | net/mlx5: Fix use-after-free in self-healing flow | Jack Morgenstein | 1 | -1/+1 |
2018-09-04 | net/mlx5: Fix atomic_mode enum values | Moni Shoua | 1 | -4/+1 |
2018-08-16 | Merge branch 'linus/master' into rdma.git for-next | Jason Gunthorpe | 1 | -0/+5 |
2018-08-16 | Merge tag 'v4.18' into rdma.git for-next | Jason Gunthorpe | 1 | -3/+15 |
2018-08-03 | RDMA/netdev: Use priv_destructor for netdev cleanup | Jason Gunthorpe | 1 | -3/+0 |