summaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Remove erradic assert after SVN r367149 in mlx5en(4).Hans Petter Selasky2020-11-241-1/+0
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-165-19/+93
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-1611-20/+22
* Enhance the mlx5_core_create_cq() function in mlx5core.Hans Petter Selasky2020-11-164-6/+8
* Use mlx5core to create/destroy all Dynamically Connected Targets, DCTs.Hans Petter Selasky2020-11-162-6/+6
* Fix error handling order in create_kernel_qp in mlx5ib.Hans Petter Selasky2020-11-161-2/+2
* mlx5en: Set ifmr_current same as ifmr_active.Konstantin Belousov2020-11-121-1/+1
* mlx5en: stop ignoring pauses and flow in the media reqs.Konstantin Belousov2020-11-121-3/+2
* mlx5en: Register all combinations of FDX/RXPAUSE/TXPAUSE as valid media types.Konstantin Belousov2020-11-121-0/+9
* mlx5en: Refactor repeated code to register media type to mlx5e_ifm_add().Konstantin Belousov2020-11-121-12/+11
* Remove IF_SND_TAG_TYPE_TLS_RATE_LIMIT conditionals.John Baldwin2020-10-303-10/+10
* Fix a couple of silly bugs in r367149.John Baldwin2020-10-301-3/+1
* Add m_snd_tag_alloc() as a wrapper around if_snd_tag_alloc().John Baldwin2020-10-291-1/+1
* Use public interfaces to manage the nested rate limit send tag.John Baldwin2020-10-291-34/+15
* Support hardware rate limiting (pacing) with TLS offload.John Baldwin2020-10-291-1/+7
* Properly cleanup driver during remove_one() in mlx5core.Hans Petter Selasky2020-10-071-3/+2
* Store the send tag type in the common send tag header.John Baldwin2020-10-067-55/+38
* Poll statistics more frequently in mlx5en(4).Hans Petter Selasky2020-09-141-1/+1
* Make hardware TLS send tag allocation synchronous in mlx5en(4).Hans Petter Selasky2020-09-011-10/+9
* mlx5 sriov: Add controls for VFs to set port/node GUIDs.Konstantin Belousov2020-08-311-0/+29
* mlx5 sriov: add error message for failed MAC programming on VF.Konstantin Belousov2020-08-311-0/+5
* mlx5en: Implement SIOCGIFDOWNREASON.Konstantin Belousov2020-08-313-0/+39
* mlx5_core: add mlx5_query_pddr().Konstantin Belousov2020-08-312-10/+16
* mlx5_core: Import PDDR register definitionsKonstantin Belousov2020-08-313-18/+74
* Infiniband clients must be attached and detached in a specific order in ibcore.Hans Petter Selasky2020-07-064-8/+8
* mlx5_core: remove unneccessary LFENCE instruction.Konstantin Belousov2020-07-021-1/+1
* Fix HW TLS offload regression issue after r359919, in mlx5en(4).Hans Petter Selasky2020-06-171-4/+12
* Avoid trying to toggle TSO twiceRyan Moeller2020-06-151-0/+2
* Make sure packets generated by raw IP code is let through by mlx5en(4).Hans Petter Selasky2020-06-111-3/+9
* Extend use of unlikely() in the fast path, in mlx5en(4).Hans Petter Selasky2020-06-111-6/+6
* Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4).Hans Petter Selasky2020-06-113-11/+11
* Sync with Linux packet pacing enhancements in mlx5en(4).Hans Petter Selasky2020-05-262-8/+13
* Improve set progress parameters, SET PSV for HW TLS in mlx5en(4).Hans Petter Selasky2020-05-251-7/+1
* Correctly set the initial vector for TLS v1.3 for mlx5en(4).Hans Petter Selasky2020-05-251-11/+7
* Update the TLS capability bit after recent PRM changes in mlx5en(4).Hans Petter Selasky2020-05-253-6/+7
* mlx5_core: add more port module event types to decode.Konstantin Belousov2020-05-203-1/+25
* mlx5_core: add "PMD type not enabled" port module event type.Konstantin Belousov2020-05-203-1/+5
* Step 4.1: mechanically rename M_NOMAP to M_EXTPGGleb Smirnoff2020-05-031-2/+2
* Step 3: anonymize struct mbuf_ext_pgs and move all its fields into mbufGleb Smirnoff2020-05-031-1/+1
* Step 2.4: Stop using 'struct mbuf_ext_pgs' in drivers.Gleb Smirnoff2020-05-021-3/+1
* Add support for reading temperature in mlx5en(4).Hans Petter Selasky2020-04-274-0/+238
* KTLS: Re-work unmapped mbufs to carry ext_pgs in the mbuf itself.Andrew Gallatin2020-04-141-11/+19
* Account out of buffer as dropped packets in mlx5en(4).Hans Petter Selasky2020-04-081-0/+1
* Remove obsolete bufring stats in mlx5en(4).Hans Petter Selasky2020-04-082-5/+0
* Don't drop packets having too many TCP option headers in mlx5en(4).Hans Petter Selasky2020-04-061-7/+15
* Ensure a minimum inline size of 16 bytes in mlx5en(4).Hans Petter Selasky2020-04-061-9/+13
* Count number of times transmit ring is out of buffers in mlx5en(4).Hans Petter Selasky2020-04-062-2/+8
* mlx5_core: lower the severity of message noting that no SR-IOV cap is present.Konstantin Belousov2020-03-181-1/+1
* mlx5: Route NIC_VPORT_CHANGE events to eswitch code.Konstantin Belousov2020-03-181-1/+6
* mlx5: Read number of VF ports from the SR-IOV cap.Konstantin Belousov2020-03-183-4/+18