aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal1-8/+14
2022-08-22net/mlx5e: Introduce flow steering debug macrosLama Kayal2-22/+31
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal2-32/+29
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal1-4/+4
2022-08-22net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal2-14/+16
2022-08-22net/mlx5e: Decouple fs_tt_redirect from en.hLama Kayal4-94/+103
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal4-71/+88
2022-08-22net/mlx5e: TC, Add missing policer validationRoi Dayan1-0/+4
2022-08-09mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+2
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-0/+27
2022-08-02net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy1-0/+14
2022-07-28net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal1-0/+1
2022-07-28net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal1-0/+6
2022-07-28net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal1-2/+5
2022-07-28net/mlx5e: Add mdev to flow_steering structLama Kayal1-1/+3
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal4-43/+44
2022-07-28net/mlx5e: Make mlx5e_tc_table privateLama Kayal3-26/+3
2022-07-28net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal2-2/+3
2022-07-28net/mlx5e: TC, Support tc action api for policeRoi Dayan5-8/+239
2022-07-28net/mlx5e: TC, Separate get/update/replace meter functionsRoi Dayan2-26/+111
2022-07-28net/mlx5e: Add red and green counters for meteringRoi Dayan4-12/+50
2022-07-28net/mlx5e: TC, Allocate post meter ft per ruleRoi Dayan2-18/+7
2022-07-28net/mlx5e: xsk: Account for XSK RQ UMRs when calculating ICOSQ sizeMaxim Mikityanskiy1-0/+12
2022-07-28net/mlx5e: TC, Fix post_act to not match on in_port metadataMaor Dickman1-0/+1
2022-07-19net/mlx5: CT: Remove warning of ignore_flow_level support for non PFRoi Dayan2-2/+2
2022-07-19net/mlx5e: Add resiliency for PTP TX port timestampAya Levin2-2/+36
2022-07-19net/mlx5e: HTB, move htb functions to a new fileMoshe Tal5-745/+829
2022-07-19net/mlx5e: HTB, change functions name to follow conventionMoshe Tal3-35/+35
2022-07-19net/mlx5e: HTB, remove priv from htb function callsMoshe Tal3-145/+164
2022-07-19net/mlx5e: HTB, hide and dynamically allocate mlx5e_htb structureSaeed Mahameed1-23/+64
2022-07-19net/mlx5e: HTB, move stats and max_sqs to privMoshe Tal1-8/+8
2022-07-19net/mlx5e: HTB, move section comment to the right placeMoshe Tal1-2/+2
2022-07-19net/mlx5e: HTB, move ids to selq_params structMoshe Tal3-24/+51
2022-07-19net/mlx5e: HTB, reduce visibility of htb functionsSaeed Mahameed2-31/+69
2022-07-14Merge tag 'mlx5-updates-2022-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski2-0/+12
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+12
2022-07-13net/mlx5e: Extend flower police validationVlad Buslov1-0/+6
2022-07-13net/mlx5: Bridge, implement infrastructure for VLAN protocol changeVlad Buslov1-0/+6
2022-07-12net/mlx5: Use devl_ API in mlx5e_devlink_port_registerMoshe Shemesh1-2/+14
2022-07-06net/mlx5e: CT: Use own workqueue instead of mlx5e privRoi Dayan1-8/+12
2022-07-05net/mlx5: fix 32bit buildPaolo Abeni1-1/+2
2022-07-02net/mlx5e: TC, Support offloading police actionJianbo Liu6-1/+82
2022-07-02net/mlx5e: Add flow_action to parse stateJianbo Liu3-3/+3
2022-07-02net/mlx5e: Add post meter table for flow meteringJianbo Liu4-2/+240
2022-07-02net/mlx5e: Add generic macros to use metadata register mappingJianbo Liu3-9/+7
2022-07-02net/mlx5e: Get or put meter by the index of tc police actionJianbo Liu2-0/+226
2022-07-02net/mlx5e: Add support to modify hardware flow meter parametersJianbo Liu2-0/+183
2022-07-02net/mlx5e: Prepare for flow meter offload if hardware supports itJianbo Liu3-0/+99
2022-06-08Revert "net/mlx5e: Allow relaxed ordering over VFs"Saeed Mahameed1-1/+2
2022-05-31net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy5-4/+10