summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/vport.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix query of sd_group fieldTariq Toukan2024-01-241-0/+21
* net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()Shifeng Li2023-12-131-1/+1
* net/mlx5: DR, update query of HCA caps for EC VFsDaniel Jurgens2023-06-161-6/+0
* net/mlx5: Update vport caps query/set for EC VFsDaniel Jurgens2023-06-091-4/+15
* net/mlx5e: E-Switch, Update when to set other vport contextRoi Dayan2023-05-191-1/+2
* net/mlx5: E-Switch, Implement devlink port function cmds to control RoCEYishai Hadas2022-12-071-0/+24
* net/mlx5: Add generic getters for other functions capsShay Drory2022-12-071-2/+4
* net/mlx5: Use software VHCA id when it's supportedYishai Hadas2022-07-131-3/+11
* net/mlx5: Allocate virtually contiguous memory in vport.cTariq Toukan2022-05-171-26/+26
* net/mlx5: Check return status first when querying system_image_guidRongwei Liu2021-10-151-9/+12
* net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit2021-06-161-2/+0
* net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2021-04-241-14/+0
* net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov2021-02-051-0/+12
* net/mlx5: E-switch, Prepare eswitch to handle SF vportVu Pham2021-01-221-1/+2
* net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-1/+1
* net/mlx5: Constify mac address pointerParav Pandit2020-06-221-1/+1
* net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky2020-04-231-75/+67
* net/mlx5_core: Set IB capability mask1 to fix ib_srpt connection failureLeon Romanovsky2020-03-241-0/+3
* net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT commandLeon Romanovsky2019-11-221-20/+7
* net/mlx5e: Tx, Soften inline mode VLAN dependenciesTariq Toukan2019-08-011-3/+4
* net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-031-0/+15
* net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-011-10/+18
* net/mlx5: Remove unused mlx5_query_nic_vport_vlansBodong Wang2019-05-011-61/+0
* net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-151-6/+4
* net/mlx5: Use consistent vport num argument typeBodong Wang2019-02-141-4/+4
* net/mlx5: Fix query_nic_sys_image_guid() error during initAviv Heller2018-12-201-3/+13
* net/mlx5: Cache the system image guidAlaa Hleihel2018-10-011-0/+9
* net/mlx5: Unexport functions that need not be exportedEli Cohen2018-08-081-2/+0
* net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen2018-08-081-10/+0
* net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw managerEli Cohen2018-06-261-2/+0
* net/mlx5: Vport, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET2018-05-161-3/+3
* net/mlx5: Add packet dropped while vport down statisticsMoshe Shemesh2018-03-261-0/+26
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-301-6/+16
|\
| * {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-121-6/+16
* | {net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens2018-01-081-0/+58
* | net/mlx5: Fix race for multiple RoCE enableDaniel Jurgens2018-01-081-6/+27
|/
* net/mlx5: Add raw ethernet local loopback firmware commandHuy Nguyen2017-07-241-0/+62
* net/mlx5: Add support for multiple RoCE enableIlan Tayari2017-06-271-0/+4
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-20/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-021-1/+1
|\
| * net/mlx5: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz2017-01-291-1/+1
* | net/mlx5: Push min-inline mode resolution helper into the coreOr Gerlitz2017-01-241-0/+17
|/
* net/mlx5: Enable to query min inline for a specific vportRoi Dayan2016-11-241-6/+8
* net/mlx5: Enable setting minimum inline header mode for VFsHadar Hen Zion2016-08-171-0/+20
* net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-171-59/+15
* net/mlx5e: Query minimum required header copy during xmitHadar Hen Zion2016-07-251-0/+12
* net/mlx5: Avoid setting unused var when modifying vport node GUIDOr Gerlitz2016-07-051-3/+0
* net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2016-06-091-0/+38
* net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2016-04-241-0/+40
* net/mlx5_core: Implement modify HCA vport commandEli Cohen2016-03-211-0/+67