aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-11net/mlx5: Avoid panic when setting vport rateTonghao Zhang1-4/+9
2019-03-11net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang1-2/+2
2019-03-11net/mlx5e: Fix access to non-existing receive queueTariq Toukan1-0/+3
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud1-3/+8
2019-03-11net/mlx5: Remove redundant lag function to get pf numRoi Dayan2-23/+0
2019-03-11net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan1-6/+7
2019-03-11net/mlx5: Consolidate update FTE for all removal changesEli Britstein1-6/+25
2019-03-11net/mlx5: Add a locked flag to node removal functionsEli Britstein1-42/+44
2019-03-11net/mlx5: Add modify FTE helper functionEli Britstein2-21/+30
2019-03-11net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein1-0/+6
2019-03-04net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha1-0/+4
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