aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Fix BlueField-4 device descriptionHEADmainSlava Shwartsman4 hours1-1/+1
* mlx5: add synthetic error for MLX5_CMD_OP_QUERY_FLOW_COUNTER when device is downKonstantin Belousov2025-02-131-0/+1
* mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman2024-12-182-5/+5
* mlx5_core: fix "no space" error on sriov enablementAriel Ehrenberg2024-12-152-2/+3
* mlx5_core: fix panic on sriov enablementAriel Ehrenberg2024-12-152-7/+19
* mlx5: Fix handling of port_module_eventAriel Ehrenberg2024-11-231-5/+5
* mlx5: Remove a less than helpful debug printMark Johnston2024-08-121-1/+0
* mlx5en: add IPSEC_OFFLOAD supportKonstantin Belousov2024-07-3024-3802/+5861
* mlx5: handle vlan PF restrictionsKristof Provost2024-06-171-0/+26
* mlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page()Mark Johnston2024-01-181-2/+8
* mlx5(4): only detach IOV children if iov was successfully initializedKonstantin Belousov2024-01-051-3/+8
* mlx5: Fix HCA cap 2 queryPatrisious Haddad2023-12-031-25/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* mlx5_core: fix deadlock when using RXTLSMartin Matuska2023-11-161-3/+7
* mlx5: Introduce new destination type TABLE_TYPEPatrisious Haddad2023-11-151-0/+43
* mlx5: add ability to attach flow counter to steering ruleMark Bloch2023-11-152-2/+20
* mlx5: add fs_countersRaed Salem2023-11-155-0/+924
* mlx5: Add a no-append flow insertion modeMark Bloch2023-11-151-0/+4
* net/mlx5: Allow creating autogroups with reserved entriesMark Bloch2023-11-152-5/+18
* net/mlx5: Fix auto group size calculationMark Bloch2023-11-152-3/+11
* mlx5: Use software enum in APIs instead of PRMMark Bloch2023-11-155-27/+35
* mlx5: Add packet reformat support to flow rulesMark Bloch2023-11-153-13/+24
* mlx5: Add modify header support to flow rulesMark Bloch2023-11-152-1/+12
* mlx5: Refactor flow actions into a structMark Bloch2023-11-155-27/+63
* mlx5: Add packet reformat allocation supportMark Bloch2023-11-153-0/+117
* mlx5: Add modify header supportMark Bloch2023-11-153-0/+120
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1633-66/+0
* mlx5: Implement diagostic counters as sysctl(8) nodes.Hans Petter Selasky2023-04-183-1/+635
* 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-181-19/+25
* 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-183-23/+16
* mlx5: Make MLX5_COMP_EQ_SIZE tunable.Hans Petter Selasky2023-04-181-1/+22
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-10/+11
* mlx5en(4): Correct a typo in a kernel error messageGordon Bergling2022-09-031-1/+1
* Fix unused variable warning in mlx5_fs_tree.cDimitry Andric2022-07-241-2/+0
* mlx5: fs_tcp is only used for INET or INET6.John Baldwin2022-04-131-3/+3
* mlx5: Remove unused variables.John Baldwin2022-04-091-5/+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
* 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
* mlx5core: Add PCI IDs for ConnectX-7.Hans Petter Selasky2022-02-211-1/+2
* mlx5core: Set driver version into firmware.Hans Petter Selasky2022-02-011-0/+26
* mlx5: Add raw ethernet local loopback support.Hans Petter Selasky2022-02-011-0/+17
* mlx5: Implement mlx5_nic_vport_update_local_lb()Hans Petter Selasky2022-02-011-0/+38
* mlx5: Implement flow steering helper functions for TCP sockets.Hans Petter Selasky2022-02-012-0/+445
* mlx5: Implement offloads flowtable namespace.Hans Petter Selasky2022-02-011-11/+24
* mlx5/mlx5en: Add SQ remap supportHans Petter Selasky2022-02-011-0/+29