summaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5en: Use connector type instead of cable type for media detectionAriel Ehrenberg2025-04-162-54/+57
* mlx5en: sync channel close with the rq completion processingKonstantin Belousov2025-04-073-0/+17
* mlx5en: bump MLX5E_MAX_BUSDMA_RX_SEGSKonstantin Belousov2025-03-201-1/+1
* mlx5en: fix rq->wqe_sz usageKonstantin Belousov2025-03-202-18/+12
* mlx5: bump the max LRO packet sizeKonstantin Belousov2025-03-201-2/+1
* mlx5en: stop arbitrary limiting max wqe sizeKonstantin Belousov2025-03-201-11/+1
* mlx5: overwrite only the echo reply timestamp from the last packet in LROKonstantin Belousov2025-03-201-1/+0
* mlx5: assert CQE structure sizeKonstantin Belousov2025-03-201-0/+1
* mlx5: correct the predicate asserted in __predict_true()Konstantin Belousov2025-03-201-2/+2
* mlx5: recalculate tcp checksum for ipv6 hw lro coalesced packetKonstantin Belousov2025-03-201-0/+9
* mlx5: recalculate tcp checksum for ipv4 hw lro coalesced packetKonstantin Belousov2025-03-201-1/+41
* mlx5_en: correct recalculation of the ipv4 checksum for hw lro packetKonstantin Belousov2025-03-201-1/+2
* mlx5en: follow PRM for setting the max hw lro segment sizeKonstantin Belousov2025-03-201-4/+2
* mlx5en: explain why interface needs to be reopened on hw lro changeKonstantin Belousov2025-03-201-1/+4
* mlx5en: make the hw lro control dynamicKonstantin Belousov2025-03-203-14/+73
* mlx5core: add mlx5_core_modify_tir()Konstantin Belousov2025-03-202-0/+13
* mlx5en: control hw LRO with the driver conf sysctl, leaving IFCAP_LRO to swKonstantin Belousov2025-03-202-31/+3
* mlx5en: make conf.hw_lro sysctl r/wKonstantin Belousov2025-03-201-6/+0
* mlx5: Fix BlueField-4 device descriptionSlava Shwartsman2025-03-181-1/+1
* mlx5en: Fix domain set usage in TLS tag import functionsSlava Shwartsman2025-03-112-2/+3
* mlx5en: Fix SIOCSIFCAPNVAndrew Gallatin2025-02-071-1/+1
* mlx5en: only enable to toggle offload caps if they are supportedKonstantin Belousov2024-12-031-0/+14
* mlx5en: move runtime capabilities checks into helper functionsKonstantin Belousov2024-12-031-14/+42
* mlx5e tls: use non-sleeping malloc flag is it was intendedGleb Smirnoff2024-12-031-1/+1
* mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSDKonstantin Belousov2024-12-031-2/+2
* mlx5_en: style function prototypeKonstantin Belousov2024-12-031-2/+1
* mlx5e tls: Ensure all allocated tags have a hw context associatedAndrew Gallatin2024-12-032-39/+95
* mlx5e: Use M_WAITOK when allocating TLS tagsAndrew Gallatin2024-12-031-3/+1
* mlx5e: Immediately initialize TLS send tagsAndrew Gallatin2024-12-031-33/+51
* mlx5: Fix handling of port_module_eventAriel Ehrenberg2024-11-302-6/+7
* mlx5en: improve reporting of kernel TLS, IPSEC offload, and ratelimit capsKonstantin Belousov2024-11-191-4/+16
* mlx5en: limit reporting eeprom read failure due to unplugged module to verbos...Konstantin Belousov2024-08-061-3/+5
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-121-6/+0
* mlx5: handle vlan PF restrictionsKristof Provost2024-07-011-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-131-0/+3
* 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