summaryrefslogtreecommitdiff
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-07-121-5/+0
* mlx4, mlx5: Eliminate redundent NULL check for packet filterZhenlei Huang2024-06-051-1/+1
* linuxkpi: spinlock: Simplify codeEmmanuel Vadot2024-06-041-4/+4
* mlx4(5): fix driver initializationYuji Hagiwara2023-12-301-1/+2
* mlx4en(4): add missing newline to debug messagesKevin Lo2023-06-181-2/+2
* Revert "mlx4: Move DEFINE_MUTEX() outside function body."Hans Petter Selasky2023-05-221-2/+1
* mlx4: Move DEFINE_MUTEX() outside function body.Hans Petter Selasky2023-05-211-1/+2
* mlx4: Finish conversion to IfAPIJustin Hibbits2023-02-141-6/+6
* Mechanically convert mlx4(4) to IfAPIJustin Hibbits2023-02-0710-171/+171
* mlx4: purge EOL release compatibilityElliott Mitchell2023-02-043-18/+1
* mlx4core: Use-after-free causes a resource leak in flow-steering detachHans Petter Selasky2022-06-071-2/+4
* mlx4core: Fix a memory leak when deleting slave's resourcesHans Petter Selasky2022-05-301-0/+1
* mlx4: Fix a memory leak bug.Hans Petter Selasky2022-05-191-1/+1
* mlx4: Remove unused variables.John Baldwin2022-04-092-6/+0
* mlx4: Remove a variable only used in commented-out code.John Baldwin2022-04-091-3/+0
* mlx4en(4): Fix two in source code commentsGordon Bergling2022-04-022-2/+2
* mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky2022-03-082-4/+4
* Fix 'take effect' spelling in menus and comments.betterentley2021-11-191-1/+1
* mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv()Bjoern A. Zeeb2021-10-257-37/+44
* Fix two typos in source code commentsGordon Bergling2021-10-161-1/+1
* mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()Hans Petter Selasky2021-10-051-1/+1
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-07-282-4/+4
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-288-344/+253
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-125-4/+12
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-121-1/+3
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-124-25/+26
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-121-9/+1
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-121-1/+2
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-188-61/+61
* mlx4: replace LinuxKPI macros with ifnet functionsBjoern A. Zeeb2021-05-273-14/+15
* LinuxKPI/OFED/mlx4: cleanup netdevice.h some moreBjoern A. Zeeb2021-05-261-0/+6
* mlx4: remove no longer needed headerBjoern A. Zeeb2021-03-261-1/+0
* 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