summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12net/mlx5e: Fix VF representors reporting zero counters to "ip -s" commandAmir Tzin1-1/+1
2023-10-12net/mlx5e: Take RTNL lock before triggering netdev notifiersLama Kayal1-0/+8
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+9
2023-08-03net/mlx5e: Add get IPsec offload stats for uplink representorJianbo Liu1-0/+1
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan1-12/+9
2023-07-27net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu1-10/+7
2023-07-27net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao1-1/+2
2023-06-23net/mlx5e: Use vhca_id for device index in vport rx rulesRoi Dayan1-3/+3
2023-06-02net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed1-38/+56
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory1-1/+1
2023-06-02net/mlx5e: rep, store send to vport rules per peerMark Bloch1-17/+82
2023-05-25net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu1-0/+6
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2023-04-21net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan1-0/+2
2023-04-21net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla1-2/+50
2023-03-16net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit1-1/+0
2023-03-11net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi1-0/+3
2023-02-15net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan1-0/+35
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-01-11net/mlx5e: Add flow steering debugfs directoryGal Pressman1-3/+6
2023-01-10net/mlx5e: Fix memory leak on updating vport countersAya Levin1-1/+2
2022-12-09net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov1-20/+74
2022-11-30net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky1-6/+4
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-10/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko1-27/+7
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy1-3/+0
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-31net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor1-7/+3
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-08-23net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan1-2/+51
2022-08-23net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal1-1/+1
2022-08-23net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal1-0/+1
2022-08-23net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethto...Lama Kayal1-2/+2
2022-08-23net/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-18net/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-18net/mlx5e: Add XDP SQs to uplink representors steering tablesGal Pressman1-2/+15
2022-05-18net/mlx5e: Correct the calculation of max channels for repMoshe Tal1-2/+8
2022-05-18net/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-17net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+10
2022-02-17net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin1-3/+15
2022-02-17net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin1-0/+1
2022-02-15net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy1-5/+0