summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-1/+1
|\
| * net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by...Rahul Rameshbabu2023-12-131-1/+1
* | Merge tag 'mlx5-updates-2023-12-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-12-151-9/+1
|\ \
| * | net/mlx5: Move TISes from priv to mdev HW resourcesTariq Toukan2023-12-131-9/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-141-1/+1
|\ \ \ | |/ / |/| / | |/
| * net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter2023-12-041-1/+1
* | Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-11-181-1/+25
|\ \ | |/ |/|
| * net/mlx5e: Add local loopback counter to vport rep statsOr Har-Toov2023-11-151-1/+25
* | net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu2023-11-151-4/+8
|/
* net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-1/+9
|\
| * net/mlx5e: Fix VF representors reporting zero counters to "ip -s" commandAmir Tzin2023-10-121-1/+1
| * net/mlx5e: Take RTNL lock before triggering netdev notifiersLama Kayal2023-10-121-0/+8
* | net/mlx5e: Refactor rx_res_init() and rx_res_free() APIsAdham Faris2023-10-141-17/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-11/+9
|\
| * net/mlx5e: Move representor neigh cleanup to profile cleanup_txJianbo Liu2023-07-261-10/+7
| * net/mlx5: fix potential memory leak in mlx5e_init_rep_rxZhengchao Shao2023-07-261-1/+2
* | net/mlx5e: Add get IPsec offload stats for uplink representorJianbo Liu2023-08-021-0/+1
* | net/mlx5: Devcom, Infrastructure changesRoi Dayan2023-07-271-12/+9
|/
* net/mlx5e: Use vhca_id for device index in vport rx rulesRoi Dayan2023-06-231-3/+3
* net/mlx5: Devcom, introduce devcom_for_each_peer_entrySaeed Mahameed2023-06-021-38/+56
* net/mlx5: Devcom, Rename paired to readyShay Drory2023-06-021-1/+1
* net/mlx5e: rep, store send to vport rules per peerMark Bloch2023-06-021-17/+82
* net/mlx5e: Move Ethernet driver debugfs to profile init callbackJianbo Liu2023-05-241-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-261-0/+2
|\
| * net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-201-0/+2
* | net/mlx5e: Add vnic devlink health reporter to representorsMaher Sanalla2023-04-201-2/+50
|/
* net/mlx5e: Don't cache tunnel offloads capabilityParav Pandit2023-03-151-1/+0
* net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi2023-03-101-0/+3
* net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan2023-02-141-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-121-1/+2
|\
| * net/mlx5e: Fix memory leak on updating vport countersAya Levin2023-01-091-1/+2
* | net/mlx5e: Add flow steering debugfs directoryGal Pressman2023-01-101-3/+6
|/
* net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov2022-12-081-20/+74
* net/mlx5e: Support devlink reload of IPsec coreLeon Romanovsky2022-11-291-6/+4
* net: remove unused ndo_get_devlink_portJiri Pirko2022-11-031-10/+0
* net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-031-27/+7
* net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy2022-10-011-3/+0
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net/mlx5e: Do not use err uninitialized in mlx5e_rep_add_meta_tunnel_rule()Nathan Chancellor2022-08-301-7/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-0/+2
|\
| * net/mlx5e: Properly disable vlan strip on non-UL repsVlad Buslov2022-08-221-0/+2
* | net/mlx5: E-Switch, Move send to vport meta rule creationRoi Dayan2022-08-221-2/+51
* | net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal2022-08-221-1/+1
* | net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal2022-08-221-0/+1
* | net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethto...Lama Kayal2022-08-221-2/+2
* | net/mlx5e: Introduce flow steering APILama Kayal2022-08-221-8/+9
|/
* net/mlx5e: Allocate flow steering storage during uplink initializationLeon Romanovsky2022-08-171-8/+17
* net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal2022-07-281-1/+1
* net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal2022-07-281-1/+2