aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page()Mark Johnston2024-02-011-2/+8
* mlx5(4): only detach IOV children if iov was successfully initializedKonstantin Belousov2024-01-112-3/+10
* mlx5: Fix HCA cap 2 queryPatrisious Haddad2023-12-061-25/+1
* mlx5_core: fix deadlock when using RXTLSMartin Matuska2023-11-221-3/+7
* mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()Konstantin Belousov2023-11-221-0/+1
* mlx5: Introduce new destination type TABLE_TYPEPatrisious Haddad2023-11-223-2/+100
* mlx5ib: adjust for the mlx5_create_auto_grouped_flow_table() interface changeKonstantin Belousov2023-11-221-1/+2
* mlx5: add ability to attach flow counter to steering ruleMark Bloch2023-11-223-2/+22
* mlx5: add fs_countersRaed Salem2023-11-228-4/+1001
* mlx5: Add a no-append flow insertion modeMark Bloch2023-11-222-0/+9
* net/mlx5: Allow creating autogroups with reserved entriesMark Bloch2023-11-223-6/+20
* net/mlx5: Fix auto group size calculationMark Bloch2023-11-222-3/+11
* mlx5: Use software enum in APIs instead of PRMMark Bloch2023-11-228-55/+68
* mlx5: Add packet reformat support to flow rulesMark Bloch2023-11-225-13/+29
* mlx5: Add modify header support to flow rulesMark Bloch2023-11-224-1/+15
* mlx5: Refactor flow actions into a structMark Bloch2023-11-228-54/+123
* mlx5: Add packet reformat allocation supportMark Bloch2023-11-225-21/+185
* mlx5: Add modify header supportMark Bloch2023-11-225-3/+283
* 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-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-16102-204/+0
* 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-212/+220
* 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