aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
Commit message (Expand)AuthorAgeFilesLines
* mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-112-4/+6
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-121-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-082-4/+6
* Include GID type when deleting GIDs from HW table under RoCE in mlx4ib.Hans Petter Selasky2020-11-101-2/+7
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-063-6/+6
* Allow multicast packets to be received in promiscious mode, in mlx4en(4).Hans Petter Selasky2020-06-171-3/+5
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-7/+10
* Widen EPOCH(9) usage in mlx4en(4).Hans Petter Selasky2020-01-311-6/+8
* Enter the network epoch in RX processing taskqueue.Gleb Smirnoff2020-01-251-0/+3
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-172-10/+10
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-141-40/+37
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-082-4/+4
* 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-117/+35
* 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-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