summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-03-14net/mlx5: DR, Add support for flow table id destination actionAlex Vesker3-0/+33
2020-03-14net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit1-9/+7
2020-03-14net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit1-0/+1
2020-03-14net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit1-1/+3
2020-03-14net/mlx5: Accept flow rules without matchMark Bloch6-31/+14
2020-03-14net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang1-19/+5
2020-03-14net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang3-82/+46
2020-03-14net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang3-108/+111
2020-03-14net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang1-48/+53
2020-03-14net/mlx5: E-Switch, Prepare for vport enable/disable refactorBodong Wang1-11/+15
2020-03-14net/mlx5: E-Switch, Remove redundant warning when QoS enable failedBodong Wang1-3/+1
2020-03-14net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy modeBodong Wang1-4/+10
2020-03-14net/mlx5: E-Switch, Remove redundant check of eswitch manager capBodong Wang1-4/+2
2020-03-13net/mlx5e: CT: Support clear actionPaul Blakey3-12/+95
2020-03-13net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey4-5/+92
2020-03-13net/mlx5e: CT: Offload established flowsPaul Blakey2-0/+691
2020-03-13net/mlx5e: CT: Introduce connection trackingPaul Blakey8-16/+793
2020-03-13net/mlx5: E-Switch, Support getting chain mappingPaul Blakey2-0/+20
2020-03-13net/mlx5: E-Switch, Add support for offloading rules with no in_portPaul Blakey2-1/+4
2020-03-13net/mlx5: E-Switch, Introduce global tablesPaul Blakey4-5/+51
2020-03-13net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads tablePaul Blakey1-0/+1
2020-03-13net/mlx5: E-Switch, Enable reg c1 loopback when possiblePaul Blakey2-11/+34
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller15-224/+1472
2020-03-11flow_offload: restrict driver to pass one allowed bit to flow_action_hw_stats...Jiri Pirko1-2/+2
2020-03-10net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov3-2/+8
2020-03-10net/mlx5e: Init ethtool steering for representorsVlad Buslov1-0/+2
2020-03-10net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov3-4/+9
2020-03-10net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed3-53/+68
2020-03-10net/mlx5: E-switch, make query inline mode a static functionParav Pandit2-38/+37
2020-03-10net/mlx5: Allocate smaller size tables for ft offloadPaul Blakey1-1/+4
2020-03-10net/mlx5e: Fix an IS_ERR() vs NULL checkDan Carpenter1-1/+1
2020-03-10net/mlx5: Verify goto chain offload supportEli Cohen1-20/+45
2020-03-10net/mlx5: E-Switch, Use vport metadata matching only when mandatoryMajd Dibbiny1-1/+13
2020-03-10net/mlx5: Tidy up and fix reverse christmas ordringMark Bloch1-7/+7
2020-03-10net/mlx5: Expose port speed when possibleMark Bloch1-2/+8
2020-03-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed6-38/+104
2020-03-09flow_offload: introduce "delayed" HW stats type and allow it in mlx5Jiri Pirko1-2/+4
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-0/+9
2020-03-08net/mlx5: Introduce TLS and IPSec objects enumsSaeed Mahameed1-1/+1
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski3-0/+12
2020-03-05net/mlx5: Expose raw packet pacing APIsYishai Hadas1-32/+98
2020-03-04net/mlx5e: Use devlink virtual flavour for VF devlink portParav Pandit4-24/+30
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller28-129/+512
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-14/+6
2020-02-28net/mlx5e: Remove redundant comment about goto slow pathRoi Dayan1-4/+2
2020-02-28net/mlx5e: Reduce number of arguments in slow path handlingEli Cohen1-23/+20
2020-02-28net/mlx5e: Remove unused argument from parse_tc_pedit_action()Eli Cohen1-5/+3
2020-02-28net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errorsRoi Dayan1-7/+14
2020-02-28net/mlx5e: Use netdev_warn() instead of pr_err() for errorsRoi Dayan1-6/+11
2020-02-28net/mlx5e: Use netdev_warn() for errors for added prefixRoi Dayan1-11/+16