summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Fix memory leak on updating vport countersAya Levin2023-01-091-1/+2
* 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
* net/mlx5e: Add mdev to flow_steering structLama Kayal2022-07-281-1/+1
* net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2022-07-281-10/+21
* net/mlx5e: Report header-data split state through ethtoolGal Pressman2022-07-191-1/+1
* net/mlx5e: CT: Fix cleanup of CT before cleanup of TC ct rulesPaul Blakey2022-06-081-15/+16
* net/mlx5e: Add XDP SQs to uplink representors steering tablesGal Pressman2022-05-171-2/+15
* net/mlx5e: Correct the calculation of max channels for repMoshe Tal2022-05-171-2/+8
* net/mlx5e: Allocate virtually contiguous memory for reps structuresTariq Toukan2022-05-171-6/+6
* net/mlx5: Remove FPGA ipsec specific statisticsLeon Romanovsky2022-04-091-1/+0
* net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey2022-02-161-2/+10
* net/mlx5e: E-Switch, Add support for tx_port_ts in switchdev modeAya Levin2022-02-161-3/+15
* net/mlx5e: E-Switch, Add PTP counters for uplink representorAya Levin2022-02-161-0/+1
* net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy2022-02-141-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-0/+3
|\
| * net/mlx5e: Sync VXLAN udp ports during uplink representor profile changeMaor Dickman2022-01-061-0/+3
* | net/mlx5e: Allow profile-specific limitation on max num of channelsTariq Toukan2021-12-211-0/+7
* | net/mlx5e: Add profile indications for PTP and QOS HTB featuresTariq Toukan2021-12-211-6/+2
* | net/mlx5e: Use bitmap field for profile featuresTariq Toukan2021-12-211-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-0/+4
|\|
| * net/mlx5e: Fix missing IPsec statistics on uplink representorRaed Salem2021-11-301-0/+4
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
* | net/mlx5e: Support ethtool cq modeSaeed Mahameed2021-11-161-2/+2
|/
* net/mlx5: E-Switch, Add ovs internal port mapping to metadata supportAriel Levkovich2021-10-291-1/+12
* net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa2021-10-261-3/+2
* net/mlx5e: Fix division by 0 in mlx5e_select_queue for representorsMaxim Mikityanskiy2021-10-121-0/+5
* net/mlx5e: Switchdev representors are not vlan challengedSaeed Mahameed2021-10-121-1/+0
* net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan2021-09-301-2/+1
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* net/mlx5e: Abstract MQPRIO paramsTariq Toukan2021-08-161-2/+3
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2021-08-101-2/+86
|\
| * net/mlx5: Add send to vport rules on paired deviceMark Bloch2021-08-051-1/+85
| * {net, RDMA}/mlx5: Extend send to vport rulesMark Bloch2021-08-051-1/+1
* | net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb2021-08-021-6/+8