summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan2019-03-011-1/+1
* net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2019-03-012-14/+22
* net/mlx5e: Cleanup attach encap functionRoi Dayan2019-03-011-14/+17
* net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha2019-03-011-1/+1
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0
* Merge tag 'mlx5-updates-2019-02-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-2311-40/+541
|\
| * net/mlx5: Support ndo bridge_setlink and getlinkHuy Nguyen2019-02-221-0/+59
| * net/mlx5: E-Switch, Add support for VEPA in legacy mode.Huy Nguyen2019-02-222-21/+207
| * net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha2019-02-221-1/+1
| * net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha2019-02-221-1/+1
| * net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha2019-02-223-11/+16
| * net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha2019-02-221-1/+1
| * net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein2019-02-226-5/+252
| * net/mlx5: Use read-modify-write when changing PCMR register valuesEli Britstein2019-02-221-0/+4
* | net/mlx5e: Trust kernel regarding transport offsetMaxim Mikityanskiy2019-02-221-4/+0
* | net/mlx5e: Remove the wrong assumption about transport offsetMaxim Mikityanskiy2019-02-221-9/+2
|/
* net/mlx5: E-Switch, Disable esw manager vport correctlyBodong Wang2019-02-191-1/+2
* net/mlx5: E-Switch, Fix the warning on vport index out of rangeBodong Wang2019-02-191-1/+1
* net/mlx5e: Remove unused variable ‘esw’Saeed Mahameed2019-02-191-1/+0
* net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky2019-02-191-2/+0
* net/mlx5e: Add missing static function annotationLeon Romanovsky2019-02-191-1/+1
* net/mlx5e: Remove 'parse_attr' argument in mlx5e_tc_add_fdb_flow()Tonghao Zhang2019-02-191-3/+3
* net/mlx5e: Introduce mlx5e_flow_esw_attr_init() helperTonghao Zhang2019-02-191-12/+29
* net/mlx5e: Remove wrong and superfluous tc pedit header type checkVlad Buslov2019-02-191-3/+0
* net/mlx5e: Wrap the open and apply of channels in one fail-safe functionTariq Toukan2019-02-195-62/+39
* net/mlx5: ethtool, Add ethtool support for 50Gbps per lane link modesAya Levin2019-02-191-62/+181
* Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-1624-485/+1110
|\
| * net/mlx5: E-Switch, Allow transition to offloads mode for ECPFBodong Wang2019-02-151-2/+4
| * net/mlx5: E-Switch, Load/unload VF reps according to event from host PFBodong Wang2019-02-153-3/+96
| * net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang2019-02-153-4/+98
| * net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang2019-02-153-14/+32
| * net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2019-02-152-36/+28
| * net/mlx5: E-Switch, Support load/unload reps of specific vport typesBodong Wang2019-02-151-22/+87
| * net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang2019-02-151-9/+22
| * net/mlx5: E-Switch, Use getter and iterator to access vport/repBodong Wang2019-02-152-56/+113
| * net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang2019-02-153-22/+47
| * net/mlx5: E-Switch, Refactor offloads flow steering init/cleanupBodong Wang2019-02-151-12/+31
| * net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-153-15/+14
| * net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang2019-02-153-15/+37
| * net/mlx5: Correctly set LAG mode for ECPFBodong Wang2019-02-151-0/+5
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-1523-316/+537
| |\
| | * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-143-29/+73
| | * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-144-129/+87
| | * net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-142-11/+16
| | * net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-142-0/+2
| | * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-145-28/+24
| | * net/mlx5: Add host params change eventBodong Wang2019-02-142-0/+5
| | * net/mlx5: Add query host params commandBodong Wang2019-02-143-0/+33
| | * net/mlx5: Update enable HCA dependencyBodong Wang2019-02-143-0/+94
| | * net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-147-19/+77