summaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5: handle vlan PF restrictionsKristof Provost2024-07-021-0/+26
* mlx4, mlx5: Eliminate redundent NULL check for packet filterZhenlei Huang2024-06-051-1/+1
* mlx5en: add diagnostic in one more case of failed eeprom read preparationKonstantin Belousov2024-05-121-0/+3
* mlx5(4): only detach IOV children if iov was successfully initializedKonstantin Belousov2024-01-112-3/+10
* mlx5ib: Fix RSS Toeplitz setup to be aligned with the HW specificationYishai Hadas2023-11-041-1/+0
* mlx5ib: Fix ethertype to be ETH_P_IPV6Ka Ho Ng2023-11-041-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2399-198/+0
* mlx5: Fix mismatch in array bounds.John Baldwin2023-05-031-1/+1
* mlx5: Remove unused debugfs node pointers.Hans Petter Selasky2023-04-302-25/+1
* mlx5: Don't give zero number of pages to the firmware.Hans Petter Selasky2023-04-301-1/+4
* mlx5: Implement mlx5_core_modify_cq_by_mask().Hans Petter Selasky2023-04-302-19/+30
* mlx5: Make MLX5_COMP_EQ_SIZE tunable.Hans Petter Selasky2023-04-302-5/+22
* mlx5: Fix duplicate free of default flow rule in error case.Hans Petter Selasky2023-04-301-3/+3
* mlx5: Make mlx5_del_flow_rule() NULL safe.Hans Petter Selasky2023-04-307-163/+51
* mlx5en(4): Don't wait for receive queue to fill up with mbufs during open cha...Hans Petter Selasky2023-04-303-33/+0
* mlx5en(4): Explain why CQE zipping is off.Hans Petter Selasky2023-04-301-3/+4
* mlx5: Implement diagostic counters as sysctl(8) nodes.Hans Petter Selasky2023-04-305-1/+693
* mlx5ib(4): Mark driver knows net epochZhenlei Huang2023-04-211-1/+2
* mlx5en(4): Correct a typo in a kernel error messageGordon Bergling2022-09-081-1/+1
* Fix unused variable warning in mlx5_fs_tree.cDimitry Andric2022-07-271-2/+0
* Create wrapper for Giant taken for newbusWarner Losh2022-06-212-4/+5
* mlx5ib: Fix memory leak in clean_mr() error pathHans Petter Selasky2022-06-201-4/+4
* mlx5: Pass the correct data pointer to the add_dst_cb instead of NULL.John Baldwin2022-05-131-1/+1
* mlx5en(4): Use hard-coded 4K page size for RQ/SQ/CQ.Hans Petter Selasky2022-05-102-5/+5
* mlx5en(4): Fix a few typos in source code commentsGordon Bergling2022-04-022-3/+3
* mlx5/mlx4: Bump driver version to 3.7.1Hans Petter Selasky2022-03-091-2/+2
* mlx5ib: Add support for NDR link speed.Hans Petter Selasky2022-03-031-0/+12
* mlx5core: Add PCI IDs for ConnectX-8.Hans Petter Selasky2022-03-031-1/+2
* mlx5core: Add PCI IDs for ConnectX-7.Hans Petter Selasky2022-03-031-1/+2
* mlx5e: Make TLS tag zones unmanagedHans Petter Selasky2022-02-241-1/+2
* mlx5en: Use a UMA cache zone for managing TLS send tagsHans Petter Selasky2022-02-241-21/+30
* mlx5en: Fix TLS worker thread race.Hans Petter Selasky2022-02-242-5/+9
* mlx5en: Improve RX- and TX- TLS refcounting.Hans Petter Selasky2022-02-245-31/+34
* mlx5en: Add missing refcount decrement on link-down.Hans Petter Selasky2022-02-241-0/+4
* mlx5en: Improve CQE error debugging.Hans Petter Selasky2022-02-244-1/+31
* mlx5en: Make sure the NIC IP addresses are written to firmware on link up.Hans Petter Selasky2022-02-111-3/+3
* mlx5core: Set driver version into firmware.Hans Petter Selasky2022-02-081-0/+26
* mlx5en: Implement one RQT object per channel.Hans Petter Selasky2022-02-082-15/+96
* mlx5: Add raw ethernet local loopback support.Hans Petter Selasky2022-02-084-10/+90
* mlx5: Implement mlx5_nic_vport_update_local_lb()Hans Petter Selasky2022-02-084-5/+46
* mlx5en: Create TIRs before flowtables.Hans Petter Selasky2022-02-081-8/+8
* mlx5en: Create flowtables in correct order.Hans Petter Selasky2022-02-081-10/+10
* mlx5: Implement flow steering helper functions for TCP sockets.Hans Petter Selasky2022-02-086-20/+509
* mlx5: Implement offloads flowtable namespace.Hans Petter Selasky2022-02-082-11/+25
* mlx5en: Create and destroy all flow tables and rules when the network interfa...Hans Petter Selasky2022-02-083-132/+136
* mlx5en: Add race protection for SQ remapHans Petter Selasky2022-02-082-5/+16
* mlx5en: Properly account for no-checksum on tunneled packets.Hans Petter Selasky2022-02-081-5/+7
* mlx5en: Force all packets through the indirection table.Hans Petter Selasky2022-02-081-27/+22
* mlx5/mlx5en: Add SQ remap supportHans Petter Selasky2022-02-088-10/+225