aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate static function prototype to fix compilation ofHans Petter Selasky2017-11-181-4/+0
* Make physical address of init segment available in the priv of mlx5 core.Hans Petter Selasky2017-11-101-2/+2
* Add API function to query port performance counters for infiniband and RoCEHans Petter Selasky2017-11-101-0/+22
* Add API functions to query and modify local loopback of multicast andHans Petter Selasky2017-11-101-0/+66
* Add API function to query virtual port counters in mlx5 core.Hans Petter Selasky2017-11-101-1/+38
* Add API functions to modify the transport interface send object, TIS,Hans Petter Selasky2017-11-102-2/+15
* Add API functions to set and query dropless port mode in mlx5 core.Hans Petter Selasky2017-11-101-0/+40
* Prevent mlx5 core from accessing host memory after shutdown by disablingHans Petter Selasky2017-11-101-0/+7
* Set ATOMIC endian mode in mlx5 core.Hans Petter Selasky2017-11-101-2/+60
* Add const keyword to input-only argument in mlx5 core.Hans Petter Selasky2017-11-101-1/+1
* Make local variable 64-bits to avoid masking away bits in mlx5 core.Hans Petter Selasky2017-11-101-1/+1
* Implement support for decoding general port notification event inHans Petter Selasky2017-11-101-1/+30
* Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-106-1283/+3339
* Resolve locking issue for non-sleepable context in the mlx5core.Hans Petter Selasky2017-08-031-3/+0
* Using GFP_ATOMIC with firmware commands is not supported after busdma wasHans Petter Selasky2017-08-031-2/+1
* Update io-mapping.h in the LinuxKPI.Mark Johnston2017-06-211-1/+2
* Use the busdma API to allocate all DMA-able memory.Hans Petter Selasky2017-01-273-420/+509
* Add support for device surprise removal and other PCI errors.Hans Petter Selasky2017-01-274-12/+253
* Wait for all VFs pages to be reclaimed before closing EQ pages.Hans Petter Selasky2017-01-272-1/+29
* Rename struct fw_page into struct mlx5_fw_page as a preparation stepHans Petter Selasky2017-01-271-13/+13
* Fix command completion with callback scenario.Hans Petter Selasky2017-01-271-1/+6
* Minor code refactor as a preparation step for suprise removal of CX-4Hans Petter Selasky2017-01-271-54/+68
* Use ffs() to scan for first bit instead of using a for() loop.Hans Petter Selasky2017-01-271-46/+49
* Add support for reading advanced diagnostic counters.Hans Petter Selasky2017-01-271-0/+286
* Add runtime support for modifying the SQ and RQ completion eventHans Petter Selasky2017-01-201-0/+22
* Add more firmware related structures and update existing ones in theHans Petter Selasky2016-11-071-9/+13
* Query flow table capabilities according to the correct capability bitHans Petter Selasky2016-11-071-1/+5
* Ensure the firmware is notified of any host memory allocationHans Petter Selasky2016-11-071-5/+5
* When a firmware command times out do not free the command structure toHans Petter Selasky2016-11-071-1/+4
* Update the MLX5 core module:Hans Petter Selasky2016-09-1616-213/+1114
* Use correct Q-counter output array.Hans Petter Selasky2016-06-231-1/+1
* Add SR-IOV guest support to the mlx5en driver.Hans Petter Selasky2016-06-071-0/+358
* Prepare for activation of LinuxKPI module parameters as read-onlyHans Petter Selasky2016-05-251-0/+2
* Add function to detect the presence of a port module and use thisHans Petter Selasky2016-04-291-0/+10
* Update the mlx5 shared driver code to the latest version, whichHans Petter Selasky2015-12-073-2/+934
* Add full support for Receive Side Scaling, RSS, to the mlx5enHans Petter Selasky2015-12-071-0/+21
* Compile fix for 32-bit platforms:Hans Petter Selasky2015-11-121-2/+2
* Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cardsHans Petter Selasky2015-11-1023-0/+9005