aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5en(4): Don't wait for receive queue to fill up with mbufs during open cha...Hans Petter Selasky2023-04-183-33/+0
* mlx5en(4): Explain why CQE zipping is off.Hans Petter Selasky2023-04-181-3/+4
* mlx5: Remove unused debugfs node pointers.Hans Petter Selasky2023-04-182-25/+1
* mlx5: Implement diagostic counters as sysctl(8) nodes.Hans Petter Selasky2023-04-185-1/+693
* mlx5: Don't give zero number of pages to the firmware.Hans Petter Selasky2023-04-181-1/+4
* mlx5: Implement mlx5_core_modify_cq_by_mask().Hans Petter Selasky2023-04-182-19/+30
* mlx5: Fix duplicate free of default flow rule in error case.Hans Petter Selasky2023-04-181-3/+3
* mlx5: Make mlx5_del_flow_rule() NULL safe.Hans Petter Selasky2023-04-187-163/+51
* mlx5: Make MLX5_COMP_EQ_SIZE tunable.Hans Petter Selasky2023-04-182-5/+22
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+1
* 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-1511-213/+221
* pfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()Gleb Smirnoff2023-02-141-4/+2
* mlx5: purge EOL release compatibilityElliott Mitchell2023-02-042-4/+0
* ifcapnv: fix IFCAP2 usageKonstantin Belousov2023-01-031-5/+6
* mlx5: Fix mismatch in array bounds.John Baldwin2022-12-071-1/+1
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-10/+11
* mlx5 M_TSTMP accuracy looses quite a bit of precision so lets fix it.Randall Stewart2022-09-203-15/+52
* mlx5en(4): Correct a typo in a kernel error messageGordon Bergling2022-09-031-1/+1
* mlx5en(4): Fix a typo in a source code commentGordon Bergling2022-07-311-1/+1
* Fix unused variable warning in mlx5_ib_devx.cDimitry Andric2022-07-241-2/+0
* Fix unused variable warning in mlx5_fs_tree.cDimitry Andric2022-07-241-2/+0
* mlx5ib: Fix memory leak in clean_mr() error pathHans Petter Selasky2022-06-131-4/+4
* mlx5en(4): Allow RX TLS to be enabled and disabled by ifconfig(8).Hans Petter Selasky2022-06-081-3/+8
* mlx5en(4): Set the leaf network interface field in the mbuf packet header.Hans Petter Selasky2022-06-071-0/+2
* mlx5en: formally declare supoort for RXTLSKonstantin Belousov2022-05-241-0/+1
* Convert mlx5_en to SIOCSIFCAPNVKonstantin Belousov2022-05-241-1/+16
* mlx5en(4): Use hard-coded 4K page size for RQ/SQ/CQ.Hans Petter Selasky2022-05-032-5/+5
* mlx5: fs_tcp is only used for INET or INET6.John Baldwin2022-04-131-3/+3
* mlx5 RATELIMIT: Remove an unused variable.John Baldwin2022-04-121-3/+0
* mlx5: Remove unused variables.John Baldwin2022-04-092-14/+0
* mlx5: Pass the correct data pointer to the add_dst_cb instead of NULL.John Baldwin2022-04-071-1/+1
* mlx5: Remove write-only variables.John Baldwin2022-04-062-4/+0
* mlx5en(4): Fix a few typos in source code commentsGordon Bergling2022-03-282-3/+3
* mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky2022-03-081-2/+2
* mlx5core: Add PCI IDs for ConnectX-8.Hans Petter Selasky2022-02-211-1/+2
* mlx5ib: Add support for NDR link speed.Hans Petter Selasky2022-02-211-0/+12
* mlx5core: Add PCI IDs for ConnectX-7.Hans Petter Selasky2022-02-211-1/+2
* mlx5en: Improve CQE error debugging.Hans Petter Selasky2022-02-174-1/+31
* mlx5en: Fix TLS worker thread race.Hans Petter Selasky2022-02-174-10/+19
* mlx5en: Improve RX- and TX- TLS refcounting.Hans Petter Selasky2022-02-177-49/+56
* mlx5en: Add missing refcount decrement on link-down.Hans Petter Selasky2022-02-171-0/+4
* mlx5e: Make TLS tag zones unmanagedMark Johnston2022-02-152-2/+4
* mlx5ib: Add support for parsing udata in mlx5_ib_create_flow().Hans Petter Selasky2022-02-101-22/+65
* mlx5en: Make sure the NIC IP addresses are written to firmware on link up.Hans Petter Selasky2022-02-101-3/+3
* mlx5en: Implement TLS RX support.Hans Petter Selasky2022-02-017-3/+1225
* mlx5core: Set driver version into firmware.Hans Petter Selasky2022-02-011-0/+26
* mlx5en: Implement one RQT object per channel.Hans Petter Selasky2022-02-012-15/+96
* mlx5: Add raw ethernet local loopback support.Hans Petter Selasky2022-02-014-1/+64