aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Add more and update existing mlx5 core firmware structure definitions and bits.Hans Petter Selasky2017-11-101-0/+17
* Make physical address of init segment available in the priv of mlx5 core.Hans Petter Selasky2017-11-101-0/+1
* Add API functions to set and query dropless port mode in mlx5 core.Hans Petter Selasky2017-11-101-0/+2
* Add const keyword to input-only argument in mlx5 core.Hans Petter Selasky2017-11-101-1/+1
* Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-101-0/+7
* Use the busdma API to allocate all DMA-able memory.Hans Petter Selasky2017-01-271-35/+53
* Add support for device surprise removal and other PCI errors.Hans Petter Selasky2017-01-271-0/+3
* Wait for all VFs pages to be reclaimed before closing EQ pages.Hans Petter Selasky2017-01-271-1/+3
* Use ffs() to scan for first bit instead of using a for() loop.Hans Petter Selasky2017-01-271-1/+1
* Make fw_pages statistics counter 64-bit to avoid overflow.Hans Petter Selasky2017-01-271-1/+1
* Add more firmware related structures and update existing ones in theHans Petter Selasky2016-11-071-3/+6
* Update the MLX5 core module:Hans Petter Selasky2016-09-161-27/+103
* Add SR-IOV guest support to the mlx5en driver.Hans Petter Selasky2016-06-071-0/+1
* Add function to detect the presence of a port module and use thisHans Petter Selasky2016-04-291-0/+2
* Update the mlx5 shared driver code to the latest version, whichHans Petter Selasky2015-12-071-1/+1
* Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cardsHans Petter Selasky2015-11-101-0/+941