aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* mlx5en: guard against empty eth_proto_oper maskSlava Shwartsman2026-06-171-0/+7
* mlx5: Add missing speeds translationSlava Shwartsman2026-06-171-0/+3
* libmlx5: sync PCI device allowlist with mlx5_core_pci_tableSlava Shwartsman2026-06-171-0/+4
* mlx5: Add PCI IDs for ConnectX-9.Slava Shwartsman2026-06-171-1/+1
* mlx5: Add support for 800Gbit/s and 400Gbit/s with 2 lanesSlava Shwartsman2026-06-174-0/+63
* RDMA: Fix link active_speed sizeSlava Shwartsman2026-06-171-3/+3
* Revert "mlx5e: Ensure rx timestamps are monotonically increasing"Andrew Gallatin2026-05-121-50/+0
* mlx5en: destroy TIR before DEK during TLS RX teardownAriel Ehrenberg2026-05-061-4/+11
* mlx5e: Ensure rx timestamps are monotonically increasingAndrew Gallatin2026-04-161-0/+50
* net: Add SIOCGI2CPB ioctl & add page/bank fields to ifi2creqAndrew Gallatin2026-04-051-2/+16
* mlx5: postpone freeing the completed command entity to taskqueueKonstantin Belousov2026-03-232-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