summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_fs.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu2024-04-031-4/+2
* net/mlx5e: Use PTR_ERR_OR_ZERO() to simplify codeYu Liao2023-10-141-6/+2
* net/mlx5e: Remove redundant __func__ arg from fs_err() callsRoi Dayan2023-05-191-7/+5
* net/mlx5e: Nullify table pointer when failing to createAya Levin2023-04-201-1/+2
* net/mlx5e: Fix error flow in representor failing to add vport rx ruleRoi Dayan2023-04-201-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+1
|\
| * net/mlx5e: Fix crash unsetting rx-vlan-filter in switchdev modeAmir Tzin2023-02-071-1/+1
* | net/mlx5e: Add flow steering debugfs directoryGal Pressman2023-01-101-1/+21
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-2/+2
|\
| * net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter2022-08-221-2/+3
* | net/mlx5e: Completely eliminate priv from fs.hLama Kayal2022-08-221-76/+74
* | net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal2022-08-221-30/+35
* | net/mlx5e: Make flow steering arfs independent of privLama Kayal2022-08-221-3/+6
* | net/mlx5e: Introduce flow steering debug macrosLama Kayal2022-08-221-36/+30
* | net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal2022-08-221-6/+3
* | net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethto...Lama Kayal2022-08-221-2/+2
* | net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointerLama Kayal2022-08-221-8/+33
* | net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal2022-08-221-2/+2
* | net/mlx5e: Introduce flow steering APILama Kayal2022-08-221-4/+150
|/
* net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal2022-07-281-2/+2
* net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal2022-07-281-88/+92
* net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal2022-07-281-89/+89
* net/mlx5e: Add mdev to flow_steering structLama Kayal2022-07-281-34/+36
* net/mlx5e: Report flow steering errors with mdev err report APILama Kayal2022-07-281-36/+34
* net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2022-07-281-109/+117
* net/mlx5e: Allocate VLAN and TC for featured profiles onlyLama Kayal2022-07-281-11/+41
* net/mlx5e: Make mlx5e_tc_table privateLama Kayal2022-07-281-3/+6
* net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal2022-07-281-1/+10
* net/mlx5e: Allocate virtually contiguous memory for VLANs listTariq Toukan2022-05-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-12/+16
|\
| * net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh2021-10-201-12/+16
* | ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
|/
* net/mlx5: Fix inner TTC table creationMaor Gottlieb2021-08-111-1/+2
* net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb2021-08-021-22/+52
* net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb2021-08-021-558/+0
* net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb2021-08-021-168/+187
* net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb2021-08-021-19/+22
* net/mlx5e: Rename traffic type enumsMaor Gottlieb2021-08-021-40/+40
* net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy2021-08-021-3/+4
* net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy2021-07-261-3/+3
* net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy2021-07-261-3/+3
* net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy2021-07-261-16/+15
* net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy2021-07-261-5/+5
* {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-181-0/+1
* net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham2021-04-021-51/+81
* net/mlx5e: Add PTP Flow Steering supportAya Levin2021-03-291-0/+8
* net/mlx5e: Allow legacy vf ndos only if in legacy modeRoi Dayan2021-03-161-0/+7
* net/mlx5e: Add flow steering DMAC trap ruleAya Levin2021-01-271-2/+40
* net/mlx5e: Add flow steering VLAN trap ruleAya Levin2021-01-271-2/+62
* net/mlx5e: Optimize promiscuous modeAya Levin2021-01-271-30/+90