aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-02-081-3/+3
* MFC 064009e79462:Hans Petter Selasky2021-02-011-0/+2
* MFC b8051298b0a3:Hans Petter Selasky2021-02-011-0/+1
* Add missing init of new fields after new UAR API was introducedHans Petter Selasky2021-01-141-2/+40
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-121-3/+3
* Don't offset the UAR map twice in mlx5en(4).Hans Petter Selasky2021-01-083-13/+1
* Update user access region, UAR, APIs in the core in mlx5core.Hans Petter Selasky2021-01-0818-595/+843
* Fix whitespace in mlx5en(4).Hans Petter Selasky2021-01-081-1/+1
* Bump driver versions for mlx5en(4) and mlx4en(4).Hans Petter Selasky2021-01-083-6/+6
* Bump some copyrights in mlx5en(4).Hans Petter Selasky2021-01-082-2/+2
* Implement SIOCGIFRSSKEY and SIOCGIFRSSHASH and mlx5en(4).Hans Petter Selasky2021-01-081-11/+51
* Fixes for SRIOV in mlx5core.Hans Petter Selasky2021-01-081-0/+5
* Update the PCI ID list in mlx5core.Hans Petter Selasky2021-01-081-9/+12
* The "unsigned" type is the same like "unsigned int".Hans Petter Selasky2021-01-081-1/+1
* Fix spelling in mlx5core.Hans Petter Selasky2021-01-081-1/+1
* Properly handle case where firmware dump returns more registers on second passHans Petter Selasky2021-01-081-6/+18
* Downgrade error about missing VSC to warning and make messages consistentHans Petter Selasky2021-01-082-2/+2
* Collect statistics from all rate-limit queues in mlx5en(4).Hans Petter Selasky2020-12-281-0/+24
* 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