aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5: use roundup_pow_of_twoDoug Moore2024-06-241-1/+1
* mlx5: handle vlan PF restrictionsKristof Provost2024-06-171-0/+26
* powerof2: replace loops with fls or ilog2Doug Moore2024-06-121-3/+1
* mlx4, mlx5: Eliminate redundent NULL check for packet filterZhenlei Huang2024-05-281-1/+1
* mlx5en: add diagnostic in one more case of failed eeprom read preparationKonstantin Belousov2024-05-061-0/+3
* 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-052-3/+10
* 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
* mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()Konstantin Belousov2023-11-151-0/+1
* mlx5: Introduce new destination type TABLE_TYPEPatrisious Haddad2023-11-153-2/+100
* mlx5ib: adjust for the mlx5_create_auto_grouped_flow_table() interface changeKonstantin Belousov2023-11-151-1/+2
* mlx5: add ability to attach flow counter to steering ruleMark Bloch2023-11-153-2/+22
* mlx5: add fs_countersRaed Salem2023-11-158-4/+1001
* mlx5: Add a no-append flow insertion modeMark Bloch2023-11-152-0/+9
* net/mlx5: Allow creating autogroups with reserved entriesMark Bloch2023-11-153-6/+20
* net/mlx5: Fix auto group size calculationMark Bloch2023-11-152-3/+11
* mlx5: Use software enum in APIs instead of PRMMark Bloch2023-11-158-55/+68
* mlx5: Add packet reformat support to flow rulesMark Bloch2023-11-155-13/+29
* mlx5: Add modify header support to flow rulesMark Bloch2023-11-154-1/+15
* mlx5: Refactor flow actions into a structMark Bloch2023-11-158-54/+123
* mlx5: Add packet reformat allocation supportMark Bloch2023-11-155-21/+185
* mlx5: Add modify header supportMark Bloch2023-11-155-3/+283
* 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$: 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