aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-04mellanox: Switch to bitmap_zalloc()Andy Shevchenko3-15/+11
2019-03-01net/mlx5: Update the list of the PCI supported devicesEran Ben Elisha1-0/+2
2019-03-01net/mlx5e: Set peer flow needed also for multipathRoi Dayan1-2/+9
2019-03-01net/mlx5e: Update check for merged eswitch deviceRoi Dayan1-4/+3
2019-03-01net/mlx5e: Use hint to resolve route when in HW multipath modeRoi Dayan1-0/+12
2019-03-01net/mlx5e: Always query offloaded tc peer rule counterRoi Dayan1-11/+15
2019-03-01net/mlx5e: Re-attempt to offload flows on multipath port affinity eventsRoi Dayan4-12/+71
2019-03-01net/mlx5: Emit port affinity event for multipath offloadsRoi Dayan1-0/+11
2019-03-01net/mlx5e: Allow one failure when offloading tc encap rules under multipathRoi Dayan1-2/+12
2019-03-01net/mlx5e: Don't inherit flow flags on peer flow creationRoi Dayan1-3/+4
2019-03-01net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan6-0/+326
2019-03-01net/mlx5: Add multipath modeRoi Dayan3-2/+27
2019-03-01net/mlx5: Use own workqueue for lag netdev events processingRoi Dayan2-1/+9
2019-03-01net/mlx5: Expose lag operations in header fileRoi Dayan2-48/+68
2019-03-01net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan1-1/+1
2019-03-01net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2-14/+22
2019-03-01net/mlx5e: Cleanup attach encap functionRoi Dayan1-14/+17
2019-03-01net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha1-1/+1
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-1/+0
2019-02-23Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller11-40/+541
2019-02-22net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen1-0/+59
2019-02-22net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2-21/+207
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha3-11/+16
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein6-5/+252
2019-02-22net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein1-0/+4
2019-02-22net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy1-4/+0
2019-02-22net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy1-9/+2
2019-02-19net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang1-1/+2
2019-02-19net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang1-1/+1
2019-02-19net/mlx5e: Remove unused variable ‘esw’Saeed Mahameed1-1/+0
2019-02-19net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky1-2/+0
2019-02-19net/mlx5e: Add missing static function annotationLeon Romanovsky1-1/+1
2019-02-19net/mlx5e: Remove 'parse_attr' argument in mlx5e_tc_add_fdb_flow()Tonghao Zhang1-3/+3
2019-02-19net/mlx5e: Introduce mlx5e_flow_esw_attr_init() helperTonghao Zhang1-12/+29
2019-02-19net/mlx5e: Remove wrong and superfluous tc pedit header type checkVlad Buslov1-3/+0
2019-02-19net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan5-62/+39
2019-02-19net/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/kernel/git/saeed/linuxDavid S. Miller24-485/+1110
2019-02-15net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang1-2/+4
2019-02-15net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang3-3/+96
2019-02-15net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang3-4/+98
2019-02-15net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang3-14/+32
2019-02-15net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2-36/+28
2019-02-15net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang1-22/+87
2019-02-15net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang1-9/+22
2019-02-15net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2-56/+113
2019-02-15net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang3-22/+47