aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure to error out when arming the CQ fails in mlx4ib and mlx5ib.Hans Petter Selasky2019-05-081-4/+12
* Eliminate useless warning message when reading sysctl node in mlx4core.Hans Petter Selasky2019-03-111-3/+0
* Improve support for switching to and from command polling mode in mlx4core.Hans Petter Selasky2019-03-111-5/+13
* Teardown ifnet after stopping port in the mlx4en(4) driver.Hans Petter Selasky2019-03-081-4/+4
* Don't hold state lock while detaching network device instance in mlx4en(4).Hans Petter Selasky2019-03-081-4/+1
* mlx4/mlx5: Updated driver version to 3.5.0Slava Shwartsman2018-12-052-4/+4
* mlx4en: Optimise reception of small packets.Slava Shwartsman2018-12-051-0/+18
* mlx4: Make sure default VNET is set when adding a new interface.Slava Shwartsman2018-12-051-1/+4
* mlx4en: Remove duplicate statistics variable assignment.Slava Shwartsman2018-12-051-1/+0
* mlx4en: Add support for receiving all data using one or more MCLBYTES sized m...Slava Shwartsman2018-12-053-56/+150
* mlx4en: Add support for netdump.Slava Shwartsman2018-12-055-1/+92
* mlx4en: Remove the DRBR and associated logic in the transmit path.Slava Shwartsman2018-12-054-116/+34
* mlx4en: Add driver version to sysctl descSlava Shwartsman2018-12-051-0/+11
* mlx4: Add board identifier and firmware version to sysctlSlava Shwartsman2018-12-052-3/+30
* mlx4core: Add checks for invalid port numbers.Slava Shwartsman2018-12-051-2/+8
* mlx4: Zero initialize device capabilities to avoid use of uninitialized fields.Slava Shwartsman2018-12-051-1/+1
* mlx4core: Avoid multiplication overflow by casting multiplication.Slava Shwartsman2018-12-051-1/+1
* Add missing steering rules for virtual function, VF, in mlx4en(4) driver.Hans Petter Selasky2018-10-081-27/+37
* Add support for prio-tagged traffic for RDMA in ibcore.Hans Petter Selasky2018-07-171-2/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* 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-5483/+10735
|\
| * Update the mlx4 core and mlx4en(4) modules towards Linux v4.9.Hans Petter Selasky2017-11-1548-5973/+10851
* | Update mlx4ib(4) to Linux 4.9.Hans Petter Selasky2017-11-1315-3926/+3937
|/
* 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