summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/qp.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-697/+0
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2020-04-19net/mlx5: Remove Q counter low level helper APIsLeon Romanovsky1-39/+0
2019-08-13net/mlx5: Use debug message instead of warnYishai Hadas1-1/+1
2019-08-07mlx5: Use refcount_t for refcountChuhong Yuan1-3/+3
2019-03-17IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas1-3/+3
2019-03-17net/mlx5: Fix DCT creation bad flowYishai Hadas1-30/+36
2019-01-25net/mlx5: Take lock with IRQs disabled to avoid deadlockMoni Shoua1-2/+3
2018-11-29net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed1-4/+4
2018-11-26net/mlx5: Resource tables, Use async events chainSaeed Mahameed1-13/+55
2018-11-12net/mlx5: Add interface to hold and release core resourcesMoni Shoua1-0/+16
2018-11-12net/mlx5: Release resource on error flowMoni Shoua1-2/+2
2018-09-25net/mlx5: Set uid as part of DCT commandsYishai Hadas1-0/+4
2018-09-25net/mlx5: Set uid as part of SQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of RQ commandsYishai Hadas1-2/+14
2018-09-25net/mlx5: Set uid as part of QP commandsYishai Hadas1-18/+27
2018-04-16net/mlx5: remove some extraneous spaces in indentationsColin Ian King1-9/+9
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe1-2/+2
2018-01-08net/mlx5: Add DCT command interfaceMoni Shoua1-12/+113
2017-12-19net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua1-2/+2
2017-07-24net/mlx5: Introduce set delay drop commandMaor Gottlieb1-0/+14
2017-06-16net/mlx5e: Move and optimize query out of buffer functionGal Pressman1-20/+0
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-1/+0
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2017-01-02{net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov1-108/+0
2017-01-02net/mlx5: Update PAGE_FAULT_RESUME layoutArtemy Kovalyov1-8/+2
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-20/+6
2016-08-17{net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed1-9/+115
2016-08-17{net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed1-106/+61
2016-06-09net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny1-1/+1
2016-04-21net/mlx5: Introduce device queue countersTariq Toukan1-0/+68
2016-01-21{IB, net}/mlx5: Move the modify QP operation table to mlx5_ibmajd@mellanox.com1-46/+2
2016-01-21net/mlx5_core: Warn on unsupported events of QP/RQ/SQmajd@mellanox.com1-0/+52
2016-01-21net/mlx5_core: Add RQ and SQ event handlingmajd@mellanox.com1-19/+107
2016-01-21IB/mlx5: Add CQE version 1 support to user QPs and SRQsHaggai Abramovsky1-7/+0
2015-09-28net/mlx5_core: New init and exit flow for mlx5_coreMajd Dibbiny1-0/+1
2015-06-04mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky1-0/+7
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2014-12-15mlx5_core: Add support for page faults events and low level handlingHaggai Eran1-0/+119
2014-10-03net/mlx5_core: Identify resources by their typeEli Cohen1-16/+41
2014-10-03net/mlx5_core: Use hardware registers description header fileEli Cohen1-3/+0
2014-05-08mellanox: Logging message cleanupsJoe Perches1-2/+2
2014-01-22mlx5_core: Use mlx5 core style warningEli Cohen1-1/+2
2014-01-22IB/mlx5: Clear out struct before create QP commandEli Cohen1-1/+1
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+301