summaryrefslogtreecommitdiff
path: root/sys/dev/mlx4/mlx4_ib
AgeCommit message (Expand)Author
2024-09-28roundup_pow_of_two: don't take the log of itDoug Moore
2023-02-14mlx4: Finish conversion to IfAPIJustin Hibbits
2023-02-07Mechanically convert mlx4(4) to IfAPIJustin Hibbits
2022-04-08mlx4: Remove unused variables.John Baldwin
2022-03-08mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky
2021-10-25mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv()Bjoern A. Zeeb
2021-07-28mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky
2021-07-28ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky
2021-07-12mlx4: Map core_clock page to user space only when allowedHans Petter Selasky
2021-07-12mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky
2021-07-12ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky
2021-07-12ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky
2021-07-12ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky
2021-06-18mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb
2021-05-27mlx4: replace LinuxKPI macros with ifnet functionsBjoern A. Zeeb
2021-03-26mlx4: remove no longer needed headerBjoern A. Zeeb
2021-01-08Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky
2020-11-10Include GID type when deleting GIDs from HW table under RoCE in mlx4ib.Hans Petter Selasky
2020-07-06Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky
2019-05-08Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky
2019-05-08Make sure to error out when arming the CQ fails in mlx4ib and mlx5ib.Hans Petter Selasky
2018-12-05mlx4/mlx5: Updated driver version to 3.5.0Slava Shwartsman
2018-07-17Add support for prio-tagged traffic for RDMA in ibcore.Hans Petter Selasky
2018-03-07Bump version information in mlx4ib(4).Hans Petter Selasky
2018-03-07The mlx4ib(4) should not be loaded before the ibcore is initialized.Hans Petter Selasky
2018-03-07Disable unsupported disassociate ucontext functionality in mlx4ib(4).Hans Petter Selasky
2018-03-05Optimize ibcore RoCE address handle creation from user-space.Hans Petter Selasky
2018-01-12sys/dev/mlx[45]: fix uses of 1 << 31Eitan Adler
2017-11-13Update mlx4ib(4) to Linux 4.9.Hans Petter Selasky
2017-10-20The remote DMA TCP portspace selector, RDMA_PS_TCP, is used for bothHans Petter Selasky
2017-07-31Make sure on-stack buffer is properly aligned.Hans Petter Selasky
2017-07-31Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky
2017-02-15Improve code readability and fix compilation error when using clang 4.x.Hans Petter Selasky
2016-12-23mlx(4): remove date from log messageEd Maste
2016-12-22mlx: avoid use of __DATE__ to make build reproducibleEd Maste
2016-12-18After r310171, the kernel version of sscanf() has format string checkingDimitry Andric
2016-09-30Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky