aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_ib
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman2024-12-181-1/+1
* mlx5: optimize ilog2 calculationDoug Moore2024-09-281-2/+2
* mlx5en: add IPSEC_OFFLOAD supportKonstantin Belousov2024-07-303-24/+23
* mlx5ib: adjust for the mlx5_create_auto_grouped_flow_table() interface changeKonstantin Belousov2023-11-151-1/+2
* mlx5: Use software enum in APIs instead of PRMMark Bloch2023-11-151-2/+1
* mlx5: Refactor flow actions into a structMark Bloch2023-11-151-1/+5
* mlx5ib: Fix RSS Toeplitz setup to be aligned with the HW specificationYishai Hadas2023-10-281-1/+0
* mlx5ib: Fix ethertype to be ETH_P_IPV6Ka Ho Ng2023-10-281-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1614-28/+0
* mlx5: Remove unused debugfs node pointers.Hans Petter Selasky2023-04-181-7/+0
* mlx5: Make mlx5_del_flow_rule() NULL safe.Hans Petter Selasky2023-04-181-5/+5
* mlx5ib(4): Mark driver knows net epochZhenlei Huang2023-04-051-1/+2
* mlx5: Enter network epoch when using if_foreach()Justin Hibbits2023-03-061-2/+3
* Mechanically convert mlx5en(4) to IfAPIJustin Hibbits2023-02-152-25/+33
* Fix unused variable warning in mlx5_ib_devx.cDimitry Andric2022-07-241-2/+0
* mlx5ib: Fix memory leak in clean_mr() error pathHans Petter Selasky2022-06-131-4/+4
* mlx5: Remove unused variables.John Baldwin2022-04-091-9/+0
* mlx5ib: Add support for NDR link speed.Hans Petter Selasky2022-02-211-0/+12
* mlx5ib: Add support for parsing udata in mlx5_ib_create_flow().Hans Petter Selasky2022-02-101-22/+65
* mlx5: Add raw ethernet local loopback support.Hans Petter Selasky2022-02-012-1/+35
* mlx5ib: idiomatic use of preprocessor, in particular pathsKonstantin Belousov2022-02-0113-14/+13
* mlx5ib: normalize use of the opt_*.h filesKonstantin Belousov2022-02-0113-0/+39
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-07-281-18/+0
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-289-516/+3508
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-121-1/+2
* mlx5ib: Implement support for enabling and disabling RoCE ECN.Hans Petter Selasky2021-07-122-0/+123
* mlx5ib: Extend parameter macros so that more arguments may be added.Hans Petter Selasky2021-07-121-31/+31
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-125-73/+74
* mlx5: Set default timestamp format for mlx5en(4) and mlx5ib.Hans Petter Selasky2021-07-121-1/+13
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-121-7/+1
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-121-2/+2
* mlx5ib: Fix XRC QP support after introducing extended atomic.Hans Petter Selasky2021-07-122-9/+78
* mlx5ib: Limit mkey page size to 2GBHans Petter Selasky2021-07-126-8/+17
* mlx5ib: Simplify mlx5_ib_cont_pages()Hans Petter Selasky2021-07-121-47/+22
* mlx5ib: Support RAW Ethernet when RoCE is disabled in mlx5ib(4)Hans Petter Selasky2021-07-121-9/+13
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-181-1/+1
* mlx5: remove dependency on ifnet specifics of linux/netdevice.hBjoern A. Zeeb2021-04-022-14/+16
* Add missing init of new fields after new UAR API was introducedHans Petter Selasky2021-01-141-2/+40
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-085-318/+488
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-081-2/+2
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-162-4/+10
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-162-2/+2
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-161-1/+2
* Fix error handling order in create_kernel_qp in mlx5ib.Hans Petter Selasky2020-11-161-2/+2
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-061-2/+2
* mlx5en: Support 50GBase-KR4 media type in mlx5en driver.Konstantin Belousov2020-03-041-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* Fix broken MLX5_IB_INDEX() macro in mlx5ib(4).Hans Petter Selasky2020-02-212-5/+11
* Bump driver version for mlx5core, mlx5en(4) and mlx5ib(4).Hans Petter Selasky2019-10-021-2/+2
* Update warning and error print formats in mlx5ib.Hans Petter Selasky2019-10-021-2/+2