aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some dead statistics related code and a structure field from theHans Petter Selasky2017-07-315-67/+0
* Make sure on-stack buffer is properly aligned.Hans Petter Selasky2017-07-311-1/+1
* Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky2017-07-313-6/+6
* Make sure the mlx4en RX DMA ring gets stamped with software ownershipHans Petter Selasky2017-07-101-1/+7
* Update io-mapping.h in the LinuxKPI.Mark Johnston2017-06-211-1/+1
* Use static device numbering instead of dynamic one when creatingHans Petter Selasky2017-06-151-2/+2
* Allow communication between functions on the same host when using theHans Petter Selasky2017-06-011-30/+12
* Free hardware queue resource after port is stopped in the mlx4en(4)Hans Petter Selasky2017-06-011-3/+2
* mlx4: Use the CQ quota for SRIOV when creating completion EQsHans Petter Selasky2017-05-192-5/+4
* Don't free uninitialized sysctl contexts in the mlx4en driver. ThisHans Petter Selasky2017-04-272-8/+8
* Improve code readability and fix compilation error when using clang 4.x.Hans Petter Selasky2017-02-151-1/+1
* Change mlx4 QP allocation scheme.Hans Petter Selasky2017-02-106-2/+54
* Flexible and asymmetric allocation of EQs and MSI-X vectors for PF/VFs.Hans Petter Selasky2017-02-106-24/+167
* mlx(4): remove date from log messageEd Maste2016-12-233-4/+2
* mlx: avoid use of __DATE__ to make build reproducibleEd Maste2016-12-222-2/+2
* After r310171, the kernel version of sscanf() has format string checkingDimitry Andric2016-12-181-1/+1
* Fix initialisation of mlx4_pci_table's .driver_data fields.Hans Petter Selasky2016-12-141-27/+41
* Fix indentation and remove duplicate queue stopped stats increment.Hans Petter Selasky2016-10-281-8/+7
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-3058-0/+50075