aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-08-22net/mlx5e: Completely eliminate priv from fs.hLama Kayal1-76/+74
2022-08-22net/mlx5e: Make all ttc functions of en_fs get fs struct as argumentLama Kayal1-30/+35
2022-08-22net/mlx5e: Make flow steering arfs independent of privLama Kayal1-3/+6
2022-08-22net/mlx5e: Introduce flow steering debug macrosLama Kayal1-36/+30
2022-08-22net/mlx5e: Separate ethtool_steering from fs.h and make privateLama Kayal1-6/+3
2022-08-22net/mlx5e: Directly get flow_steering struct as input when init/cleanup ethtool steeringLama Kayal1-2/+2
2022-08-22net/mlx5e: Convert ethtool_steering member of flow_steering struct to pointerLama Kayal1-8/+33
2022-08-22net/mlx5e: Drop priv argument of ptp function in en_fsLama Kayal1-2/+2
2022-08-22net/mlx5e: Introduce flow steering APILama Kayal1-4/+150
2022-08-22net/mlx5e: Fix use after free in mlx5e_fs_init()Dan Carpenter1-2/+3
2022-07-28net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal1-2/+2
2022-07-28net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal1-88/+92
2022-07-28net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal1-89/+89
2022-07-28net/mlx5e: Add mdev to flow_steering structLama Kayal1-34/+36
2022-07-28net/mlx5e: Report flow steering errors with mdev err report APILama Kayal1-36/+34
2022-07-28net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal1-109/+117
2022-07-28net/mlx5e: Allocate VLAN and TC for featured profiles onlyLama Kayal1-11/+41
2022-07-28net/mlx5e: Make mlx5e_tc_table privateLama Kayal1-3/+6
2022-07-28net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal1-1/+10
2022-05-17net/mlx5e: Allocate virtually contiguous memory for VLANs listTariq Toukan1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+16
2021-10-20net/mlx5e: Fix vlan data lost during suspend flowMoshe Shemesh1-12/+16
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-2/+2
2021-08-11net/mlx5: Fix inner TTC table creationMaor Gottlieb1-1/+2
2021-08-02net/mlx5: Embed mlx5_ttc_tableMaor Gottlieb1-22/+52
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb1-558/+0
2021-08-02net/mlx5e: Decouple TTC logic from mlx5eMaor Gottlieb1-168/+187
2021-08-02net/mlx5e: Rename some related TTC args and functionsMaor Gottlieb1-19/+22
2021-08-02net/mlx5e: Rename traffic type enumsMaor Gottlieb1-40/+40
2021-08-02net/mlx5e: Hide all implementation details of mlx5e_rx_resMaxim Mikityanskiy1-3/+4
2021-07-26net/mlx5e: Take RQT out of TIR and group RX resourcesMaxim Mikityanskiy1-3/+3
2021-07-26net/mlx5e: Move RX resources to a separate structMaxim Mikityanskiy1-3/+3
2021-07-26net/mlx5e: Check if inner FT is supported outside of create/destroy functionsMaxim Mikityanskiy1-16/+15
2021-07-26net/mlx5e: Prohibit inner indir TIRs in IPoIBMaxim Mikityanskiy1-5/+5
2021-05-18{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen1-0/+1
2021-04-02net/mlx5e: Dynamic alloc vlan table for netdev when neededVu Pham1-51/+81
2021-03-29net/mlx5e: Add PTP Flow Steering supportAya Levin1-0/+8
2021-03-16net/mlx5e: Allow legacy vf ndos only if in legacy modeRoi Dayan1-0/+7
2021-01-27net/mlx5e: Add flow steering DMAC trap ruleAya Levin1-2/+40
2021-01-27net/mlx5e: Add flow steering VLAN trap ruleAya Levin1-2/+62
2021-01-27net/mlx5e: Optimize promiscuous modeAya Levin1-30/+90
2021-01-07net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu1-0/+1
2021-01-07net/mlx5e: Fix two double free casesDinghao Liu1-0/+2
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin1-7/+13
2020-10-02net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-02net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-06-27net/mlx5e: API to manipulate TTC rules destinationsSaeed Mahameed1-23/+61
2020-01-06net/mlx5e: Fix hairpin RSS table sizeEli Cohen1-16/+0
2019-08-28net/mlx5e: Improve stateless offload capability checkMarina Varshaver1-2/+2