aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4
Commit message (Expand)AuthorAgeFilesLines
* mlx4ib(4): Fix some typos in device messagesGordon Bergling2025-02-101-4/+4
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-10-081-5/+0
* mlx4, mlx5: Eliminate redundent NULL check for packet filterZhenlei Huang2024-06-051-1/+1
* mlx4: purge EOL release compatibilityElliott Mitchell2023-04-303-18/+1
* mlx4core: Use-after-free causes a resource leak in flow-steering detachHans Petter Selasky2022-06-141-2/+4
* mlx4core: Fix a memory leak when deleting slave's resourcesHans Petter Selasky2022-06-071-0/+1
* mlx4: Fix a memory leak bug.Hans Petter Selasky2022-06-071-1/+1
* mlx4en(4): Fix two in source code commentsGordon Bergling2022-04-092-2/+2
* mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky2022-03-092-4/+4
* mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv()Bjoern A. Zeeb2021-11-197-37/+44
* Fix two typos in source code commentsGordon Bergling2021-10-191-1/+1
* mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()Hans Petter Selasky2021-10-121-1/+1
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-09-222-4/+4
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-265-4/+12
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-261-1/+3
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-264-25/+26
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-261-9/+1
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-261-1/+2
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-07-188-61/+61
* mlx4: replace LinuxKPI macros with ifnet functionsBjoern A. Zeeb2021-07-183-14/+15
* LinuxKPI/OFED/mlx4: cleanup netdevice.h some moreBjoern A. Zeeb2021-07-181-0/+6
* mlx4: remove no longer needed headerBjoern A. Zeeb2021-07-181-1/+0
* mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-152-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