aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
* mlx5en: allow software parser for created send queuesKonstantin Belousov2021-07-121-0/+1
* mlx5en: register vxlan start/stop handlersKonstantin Belousov2021-07-123-8/+701
* mlx5en: eliminate magic constantKonstantin Belousov2021-07-121-2/+2
* mlx5en: style, remove redundant parenthesesKonstantin Belousov2021-07-121-1/+1
* mlx5en: increase the limit MLX5E_MAX_TX_HEADERKonstantin Belousov2021-07-121-1/+1
* mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5Konstantin Belousov2021-07-121-1/+1
* mlx5: cqe64: update the tunneled bit name with recent PRMKonstantin Belousov2021-07-121-3/+4
* mlx4/OFED: replace the struct net_device with struct ifnetBjoern A. Zeeb2021-06-181-1/+1
* mlx5: remove dependency on ifnet specifics of linux/netdevice.hBjoern A. Zeeb2021-04-023-15/+16
* Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff2021-01-291-3/+3
* Fix missing value in uar_page field for ratelimit in mlx5en(4).Hans Petter Selasky2021-01-281-0/+1
* Add support for enabling and disabling IFCAP_VLAN_HWTSO viaHans Petter Selasky2021-01-251-0/+2
* 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