| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-04 | net/mlx5: Align SRQ licenses and copyright information |  Leon Romanovsky | 1 | -29/+2 |
| 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 | 2 | -30/+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-26 | net/mlx5: EQ, Introduce atomic notifier chain subscription API |  Saeed Mahameed | 2 | -3/+23 |
| 2018-11-20 | {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA |  Saeed Mahameed | 2 | -49/+21 |
| 2018-11-20 | net/mlx5: EQ, Generic EQ |  Saeed Mahameed | 1 | -0/+39 |
| 2018-11-20 | net/mlx5: EQ, Different EQ types |  Saeed Mahameed | 2 | -10/+2 |
| 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-11-12 | net/mlx5: Enumerate page fault types |  Moni Shoua | 1 | -0/+7 |
| 2018-11-12 | net/mlx5: Add interface to hold and release core resources |  Moni Shoua | 1 | -0/+5 |
| 2018-11-08 | net/mlx5: Fix offsets of ifc reserved fields |  Gal Pressman | 1 | -5/+5 |
| 2018-11-07 | net/mlx5: Fix XRC SRQ umem valid bits |  Yishai Hadas | 1 | -4/+8 |
| 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: Added "per_lane_error_counters" cap bit to PCAM |  Shay Agroskin | 1 | -1/+2 |
| 2018-10-18 | net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) reg |  Shay Agroskin | 2 | -11/+29 |
| 2018-10-18 | net/mlx5: Refactor fragmented buffer struct fields and init flow |  Tariq Toukan | 1 | -14/+8 |
| 2018-10-17 | net/mlx5: Add a no-append flow insertion mode |  Paul Blakey | 1 | -3/+11 |
| 2018-10-17 | net/mlx5: Split FDB fast path prio to multiple namespaces |  Paul Blakey | 1 | -0/+2 |
| 2018-10-17 | net/mlx5: Add cap bits for multi fdb encap |  Paul Blakey | 1 | -1/+3 |
| 2018-10-17 | net/mlx5: Use flow counter IDs and not the wrapping cache object |  Mark Bloch | 1 | -1/+2 |
| 2018-10-17 | net/mlx5: E-Switch, Get counters for offloaded flows from callers |  Mark Bloch | 1 | -1/+0 |
| 2018-10-17 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-next |  Saeed Mahameed | 7 | -93/+154 |
| 2018-10-17 | IB/mlx5: Add support for extended atomic operations |  Yonatan Cohen | 1 | -12/+11 |
| 2018-10-16 | net/mlx5: Expose DC scatter to CQE capability bit |  Yonatan Cohen | 1 | -1/+2 |
| 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 |
| 2018-10-04 | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  David S. Miller | 2 | -2/+8 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -0/+2 |
| 2018-10-03 | net/mlx5: Add Fast teardown support |  Feras Daoud | 2 | -2/+8 |
| 2018-10-01 | net/mlx5: Cache the system image guid |  Alaa Hleihel | 2 | -0/+3 |
| 2018-10-01 | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rules |  Alaa Hleihel | 1 | -0/+2 |
| 2018-09-25 | net/mlx5: Update mlx5_ifc with DEVX UID bits |  Leon Romanovsky | 1 | -24/+43 |
| 2018-09-25 | net/mlx5: Set uid as part of DCT commands |  Yishai Hadas | 1 | -3/+3 |
| 2018-09-25 | net/mlx5: Set uid as part of SRQ commands |  Yishai Hadas | 3 | -11/+13 |
| 2018-09-25 | net/mlx5: Set uid as part of SQ commands |  Yishai Hadas | 1 | -3/+3 |