aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/vport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13net/mlx5: Use software VHCA id when it's supportedYishai Hadas1-3/+11
2022-05-17net/mlx5: Allocate virtually contiguous memory in vport.cTariq Toukan1-26/+26
2021-10-15net/mlx5: Check return status first when querying system_image_guidRongwei Liu1-9/+12
2021-06-16net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit1-14/+0
2021-02-05net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov1-0/+12
2021-01-22net/mlx5: E-switch, Prepare eswitch to handle SF vportVu Pham1-1/+2
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-22net/mlx5: Constify mac address pointerParav Pandit1-1/+1
2020-04-23net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky1-75/+67
2020-03-24net/mlx5_core: Set IB capability mask1 to fix ib_srpt connection failureLeon Romanovsky1-0/+3
2019-11-22net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT commandLeon Romanovsky1-20/+7
2019-08-01net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan1-3/+4
2019-07-03net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit1-0/+15
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-10/+18
2019-05-01net/mlx5: Remove unused mlx5_query_nic_vport_vlansBodong Wang1-61/+0
2019-02-15net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang1-6/+4
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang1-4/+4
2018-12-20net/mlx5: Fix query_nic_sys_image_guid() error during initAviv Heller1-3/+13
2018-10-01net/mlx5: Cache the system image guidAlaa Hleihel1-0/+9
2018-08-08net/mlx5: Unexport functions that need not be exportedEli Cohen1-2/+0
2018-08-08net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen1-10/+0
2018-06-26net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen1-2/+0
2018-05-16net/mlx5: Vport, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-3/+3
2018-03-26net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh1-0/+26
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe1-6/+16
2018-01-12{net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha1-6/+16
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens1-0/+58
2018-01-08net/mlx5: Fix race for multiple RoCE enableDaniel Jurgens1-6/+27
2017-07-24net/mlx5: Add raw ethernet local loopback firmware commandHuy Nguyen1-0/+62
2017-06-27net/mlx5: Add support for multiple RoCE enableIlan Tayari1-0/+4
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-20/+14
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-29net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz1-1/+1
2017-01-24net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz1-0/+17
2016-11-24net/mlx5: Enable to query min inline for a specific vportRoi Dayan1-6/+8
2016-08-17net/mlx5: Enable setting minimum inline header mode for VFsHadar Hen Zion1-0/+20
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-59/+15
2016-07-25net/mlx5e: Query minimum required header copy during xmitHadar Hen Zion1-0/+12
2016-07-05net/mlx5: Avoid setting unused var when modifying vport node GUIDOr Gerlitz1-3/+0
2016-06-09net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich1-0/+38
2016-04-24net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed1-0/+40
2016-03-21net/mlx5_core: Implement modify HCA vport commandEli Cohen1-0/+67
2016-03-21net/mlx5_core: Add VF param when querying vport counterEli Cohen1-2/+3
2016-03-01net/mlx5_core: Add helper function to read virtual port countersMeny Yossefi1-0/+40
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-8/+108
2015-12-23net/mlx5_core: Introduce access functions to query vport RoCE fieldsAchiad Shochat1-0/+62
2015-12-23net/mlx5_core: Introduce access functions to enable/disable RoCEAchiad Shochat1-0/+52
2015-12-23net/mlx5_core: Break down the vport mac address query functionAchiad Shochat1-10/+17
2015-12-03net/mlx5: Introduce access functions to modify/query vport vlansSaeed Mahameed1-0/+112