aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* Bump version information in mlx4ib(4).Hans Petter Selasky2018-03-071-2/+4
* The mlx4ib(4) should not be loaded before the ibcore is initialized.Hans Petter Selasky2018-03-071-1/+1
* Disable unsupported disassociate ucontext functionality in mlx4ib(4).Hans Petter Selasky2018-03-071-63/+0
* Add mapping for several ethernet types used by Linux to FreeBSDAndrey V. Elsukov2018-03-061-2/+0
* Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky2018-03-052-2/+5
* sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler2018-01-127-21/+21
* mlx4: Remove redundant declarations to fix GCC buildConrad Meyer2017-12-072-4/+0
* Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-1540-5518/+10770
|\
| * Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-1548-6008/+10886
* | Update mlx4ib(4) to Linux 4.9.Hans Petter Selasky2017-11-1315-3941/+3952
|/
* The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky2017-10-201-0/+33
* mlx4: use enum constants instead of const vars for case exprsRyan Libby2017-10-141-12/+14
* Setup mbuf hash type properly when receiving IP packets in the mlx4en(4) driver.Hans Petter Selasky2017-10-021-1/+47
* Implement SIOCGIFRSS{KEY,HASH} for the mlx4en(4) driver.Hans Petter Selasky2017-10-023-10/+76
* Print maximum MTU when trying to set invalid MTU in the mlx4en(4) driver.Hans Petter Selasky2017-08-091-1/+2
* Increment queue drops in the network statistics when transmitted packetsHans Petter Selasky2017-08-091-0/+4
* Add support for RX and TX statistics when the mlx4en(4) PCI deviceHans Petter Selasky2017-08-091-36/+68
* Fix for mlx4en(4) to properly call m_defrag().Hans Petter Selasky2017-08-085-15/+27
* 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