aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy1-3/+0
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-30net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor1-7/+3
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-08-22net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan1-2/+51
2022-08-22net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal1-1/+1
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal1-0/+1
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal1-2/+2
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-8/+9
2022-08-22net/mlx5e: Properly disable vlan strip on non-UL repsVlad Buslov1-0/+2
2022-08-17net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky1-8/+17
2022-07-28net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal1-1/+1
2022-07-28net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal1-1/+2
2022-07-28net/mlx5e: Add mdev to flow_steering structLama Kayal1-1/+1
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-10/+21
2022-07-19net/mlx5e: Report header-data split state through ethtoolGal Pressman1-1/+1
2022-06-08net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rulesPaul Blakey1-15/+16
2022-05-17net/mlx5e: Add XDP SQs to uplink representors steering tablesGal Pressman1-2/+15
2022-05-17net/mlx5e: Correct the calculation of max channels for repMoshe Tal1-2/+8
2022-05-17net/mlx5e: Allocate virtually contiguous memory for reps structuresTariq Toukan1-6/+6
2022-04-09net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky1-1/+0
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+10
2022-02-16net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin1-3/+15
2022-02-16net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin1-0/+1
2022-02-14net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy1-5/+0
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-01-06net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman1-0/+3
2021-12-21net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan1-0/+7
2021-12-21net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan1-6/+2
2021-12-21net/mlx5e: Use bitmap field for profile featuresTariq Toukan1-2/+0
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-11-30net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem1-0/+4
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-4/+10
2021-11-16net/mlx5e: Support ethtool cq modeSaeed Mahameed1-2/+2
2021-10-29net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich1-1/+12
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-3/+2
2021-10-12net/mlx5e: Fix division by 0 in mlx5e_select_queue for representorsMaxim Mikityanskiy1-0/+5
2021-10-12net/mlx5e: Switchdev representors are not vlan challengedSaeed Mahameed1-1/+0
2021-09-30net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan1-2/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-16net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-2/+3
2021-08-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski1-2/+86
2021-08-05net/mlx5: Add send to vport rules on paired deviceMark Bloch1-1/+85
2021-08-05{net, RDMA}/mlx5: Extend send to vport rulesMark Bloch1-1/+1
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-6/+8
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-11/+6
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-33/+14
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-11/+8
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-13/+20
2021-07-26net/mlx5e: Move mlx5e_build_rss_params() call to init_rxMaxim Mikityanskiy1-3/+2