summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2019-02-23net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha3-11/+16
2019-02-23net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-23net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein6-5/+252
2019-02-23net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein1-0/+4
2019-02-20net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang1-1/+2
2019-02-20net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang1-1/+1
2019-02-20net/mlx5e: Remove unused variable ‘esw’Saeed Mahameed1-1/+0
2019-02-20net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky1-2/+0
2019-02-20net/mlx5e: Add missing static function annotationLeon Romanovsky1-1/+1
2019-02-20net/mlx5e: Remove 'parse_attr' argument in mlx5e_tc_add_fdb_flow()Tonghao Zhang1-3/+3
2019-02-20net/mlx5e: Introduce mlx5e_flow_esw_attr_init() helperTonghao Zhang1-12/+29
2019-02-20net/mlx5e: Remove wrong and superfluous tc pedit header type checkVlad Buslov1-3/+0
2019-02-20net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan5-62/+39
2019-02-20net/mlx5: ethtool, Add ethtool support for 50Gbps per lane link modesAya Levin1-62/+181
2019-02-16Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-485/+1110
2019-02-16net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang1-2/+4
2019-02-16net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang3-3/+96
2019-02-16net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang3-4/+98
2019-02-16net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang3-14/+32
2019-02-16net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2-36/+28
2019-02-16net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang1-22/+87
2019-02-16net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang1-9/+22
2019-02-16net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2-56/+113
2019-02-16net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang3-22/+47
2019-02-16net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang1-12/+31
2019-02-16net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang3-15/+14
2019-02-16net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang3-15/+37
2019-02-16net/mlx5: Correctly set LAG mode for ECPFBodong Wang1-0/+5
2019-02-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed23-316/+537
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+55
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin3-29/+73
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin4-129/+87
2019-02-14net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2-11/+16
2019-02-14net/mlx5: Relocate vport macros to the vport header fileBodong Wang2-0/+2
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang5-28/+24
2019-02-14net/mlx5: Add host params change eventBodong Wang2-0/+5
2019-02-14net/mlx5: Add query host params commandBodong Wang3-0/+33
2019-02-14net/mlx5: Update enable HCA dependencyBodong Wang3-0/+94
2019-02-14net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang7-19/+77
2019-02-14net/mlx5: Use consistent vport num argument typeBodong Wang2-20/+20
2019-02-14net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed4-4/+22
2019-02-14net/mlx5: Fix a compilation warning in events.cTariq Toukan1-8/+9
2019-02-14net/mlx5: No command allowed when command interface is not readyHuy Nguyen3-1/+20
2019-02-14net/mlx5e: Fix NULL pointer derefernce in set channels error flowMaria Pasechnik1-3/+4
2019-02-13net/mlx5: Align ODP capability function with netdev coding styleLeon Romanovsky1-9/+6
2019-02-12mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang1-6/+6
2019-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-30/+59
2019-02-07net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha3-37/+55