summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
...
* net/mlx5: Clock, Use async events chainSaeed Mahameed2018-11-261-1/+3
* {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMASaeed Mahameed2018-11-201-49/+0
* net/mlx5: EQ, Different EQ typesSaeed Mahameed2018-11-201-9/+1
* net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed2018-11-201-82/+5
* net/mlx5: EQ, irq_info and rmap belong to eq_tableSaeed Mahameed2018-11-201-5/+5
* net/mlx5: EQ, Remove redundant completion EQ list lockSaeed Mahameed2018-11-201-3/+0
* net/mlx5: EQ, No need to store eq index as a fieldSaeed Mahameed2018-11-201-1/+0
* net/mlx5: EQ, Remove unused fields and structuresSaeed Mahameed2018-11-201-3/+0
* net/mlx5: EQ, Use the right place to store/read IRQ affinity hintSaeed Mahameed2018-11-201-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-12/+11
|\
| * IB/mlx5: Add support for extended atomic operationsYonatan Cohen2018-10-171-12/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-0/+8
|\ \
| * | net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan2018-10-101-0/+8
* | | net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) regShay Agroskin2018-10-181-0/+1
* | | net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan2018-10-181-14/+8
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2018-10-171-4/+2
|\ \ \ | | |/ | |/|
| * | net/mlx5: Set uid as part of SRQ commandsYishai Hadas2018-09-251-0/+1
| * | net/mlx5: Fix atomic_mode enum valuesMoni Shoua2018-09-041-4/+1
* | | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-101-10/+4
* | | net/mlx5: Cache the system image guidAlaa Hleihel2018-10-011-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-121-4/+4
|\ \ \ | | |/ | |/|
| * | net/mlx5: Use u16 for Work Queue buffer strides offsetTariq Toukan2018-09-051-2/+2
| * | net/mlx5: Use u16 for Work Queue buffer fragment sizeTariq Toukan2018-09-051-1/+1
| * | net/mlx5: Fix use-after-free in self-healing flowJack Morgenstein2018-09-051-1/+1
| |/
* | net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-051-1/+1
* | net/mlx5: Add flow counters idrVlad Buslov2018-09-051-0/+2
* | net/mlx5: Store flow counters in a listVlad Buslov2018-09-051-1/+1
* | net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-051-0/+1
* | net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-051-3/+1
|/
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-0/+5
|\
| * net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-271-0/+2
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-3/+15
| |\
| * | net/mlx5: FW tracer, implement tracer logicFeras Daoud2018-07-231-0/+3
* | | Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-3/+15
|\ \ \ | | |/ | |/|
| * | net/mlx5: Fix QP fragmented buffer allocationTariq Toukan2018-07-181-3/+15
* | | RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-021-3/+0
| |/ |/|
* | net/mlx5: Expose MPEGC (Management PCIe General Configuration) structuresEran Ben Elisha2018-07-181-0/+1
* | net/mlx5: FW tracer, add hardware structuresFeras Daoud2018-07-181-0/+4
* | net/mlx5: Limit scope of dump_fill_mkey functionYonatan Cohen2018-07-041-2/+0
|/
* net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan2018-05-251-4/+12
* net/mlx5: PPTB and PBMC register firmware command supportHuy Nguyen2018-05-241-0/+2
* net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed2018-05-161-11/+1
* net/mlx5: Fix mlx5_get_vector_affinity functionIsrael Rukshin2018-04-261-9/+3
* net/mlx5: Packet pacing enhancementBodong Wang2018-03-191-3/+12
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-2/+2
|\
| * IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-03-131-2/+2
* | net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-231-0/+6
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-151-14/+37
* | net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-151-17/+0
* | net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-151-2/+0