aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5: postpone freeing the completed command entity to taskqueueKonstantin Belousov8 days2-1/+12
* mlx5: convert GET_TRUNK_IF() to functionKonstantin Belousov2026-02-251-15/+18
* mlx5: report IPSEC offload capabilities whenever IPSEC_OFFLOAD is configuredKonstantin Belousov2026-02-253-5/+18
* mlx5: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin2025-11-243-35/+1
* mlx5: Fix compilation error when not building with KERN_TLSAndrew Gallatin2025-11-131-0/+2
* mlx5: Preallocate ktls tags asynchronouslyAndrew Gallatin2025-11-053-9/+50
* mlx5 ipsec: Add VLAN tag to IPSec rules to prevent duplicatesAriel Ehrenberg2025-09-261-0/+19
* mlx5 ipsec: for tx, enable SN autoincrement whenever ESN is enabledKonstantin Belousov2025-08-201-1/+1
* mlx5: plug theoretical leak in vxlan rulesEric van Gyzen2025-08-141-2/+2
* mlx5en ipsec offload: copy xform_history to the ipsec_accel_in_tagKonstantin Belousov2025-07-173-10/+16
* mlx5en: fix TLS Rx hardware offload initializationAriel Ehrenberg2025-07-161-1/+2
* mlx5en: add driver tls status string method for rx sessionsAriel Ehrenberg2025-07-101-3/+91
* mlx5_en: wait_for_completion_timeout() takes jiffiesKonstantin Belousov2025-07-101-1/+2
* mlx5: Decrease FW init timeout from 120 seconds to 5 secondsAndrew Gallatin2025-06-291-2/+2
* mlx5: jiffies is unsigned longKonstantin Belousov2025-04-295-12/+13
* <net/sff8472.h>: Conditionally export table of ID namesJohn Baldwin2025-04-281-0/+2
* mlx5en: Use connector type instead of cable type for media detectionAriel Ehrenberg2025-04-092-54/+57
* mlx5en: sync channel close with the rq completion processingKonstantin Belousov2025-03-313-0/+17
* mlx5en: bump MLX5E_MAX_BUSDMA_RX_SEGSKonstantin Belousov2025-03-131-1/+1
* mlx5en: fix rq->wqe_sz usageKonstantin Belousov2025-03-132-16/+12
* mlx5: bump the max LRO packet sizeKonstantin Belousov2025-03-131-2/+1
* mlx5en: stop arbitrary limiting max wqe sizeKonstantin Belousov2025-03-131-11/+1
* mlx5: overwrite only the echo reply timestamp from the last packet in LROKonstantin Belousov2025-03-131-1/+0
* mlx5: assert CQE structure sizeKonstantin Belousov2025-03-131-0/+1
* mlx5: correct the predicate asserted in __predict_true()Konstantin Belousov2025-03-131-2/+2
* mlx5: recalculate tcp checksum for ipv6 hw lro coalesced packetKonstantin Belousov2025-03-131-0/+9
* mlx5: recalculate tcp checksum for ipv4 hw lro coalesced packetKonstantin Belousov2025-03-131-1/+41
* mlx5_en: correct recalculation of the ipv4 checksum for hw lro packetKonstantin Belousov2025-03-131-1/+2
* mlx5en: follow PRM for setting the max hw lro segment sizeKonstantin Belousov2025-03-131-4/+2
* mlx5en: explain why interface needs to be reopened on hw lro changeKonstantin Belousov2025-03-131-1/+4
* mlx5en: make the hw lro control dynamicKonstantin Belousov2025-03-133-14/+73
* mlx5core: add mlx5_core_modify_tir()Konstantin Belousov2025-03-132-0/+13
* mlx5en: control hw LRO with the driver conf sysctl, leaving IFCAP_LRO to swKonstantin Belousov2025-03-132-31/+3
* mlx5en: make conf.hw_lro sysctl r/wKonstantin Belousov2025-03-131-6/+0
* mlx5: Fix BlueField-4 device descriptionSlava Shwartsman2025-03-111-1/+1
* mlx5en: Fix domain set usage in TLS tag import functionsSlava Shwartsman2025-03-042-2/+3
* mlx5 ipsec: return EOPNOTSUPP for unsupported SAs instead of EINVALKonstantin Belousov2025-02-131-14/+14
* mlx5: add synthetic error for MLX5_CMD_OP_QUERY_FLOW_COUNTER when device is downKonstantin Belousov2025-02-131-0/+1
* mlx5 ipsec: fix typo in the messageKonstantin Belousov2025-02-091-1/+1
* mlx5en: Fix SIOCSIFCAPNVAndrew Gallatin2025-01-311-2/+2
* mlx5_core: Add steering support for IPsec with IPv6Ariel Ehrenberg2025-01-073-14/+149
* mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman2024-12-186-19/+13
* mlx5_core: fix "no space" error on sriov enablementAriel Ehrenberg2024-12-152-2/+3
* mlx5_core: fix panic on sriov enablementAriel Ehrenberg2024-12-153-15/+19
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-291-2/+2
* mlx5en: only enable to toggle offload caps if they are supportedKonstantin Belousov2024-11-261-0/+18
* mlx5en: move runtime capabilities checks into helper functionsKonstantin Belousov2024-11-261-17/+53
* mlx5e tls: use non-sleeping malloc flag is it was intendedGleb Smirnoff2024-11-251-1/+1
* mlx5: Fix handling of port_module_eventAriel Ehrenberg2024-11-232-6/+7
* mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSDKonstantin Belousov2024-11-231-2/+2