summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2023-08-09Merge tag 'mlx5-updates-2023-08-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski16-270/+300
2023-08-09rtnetlink: remove redundant checks for nlattr IFLA_BRIDGE_MODELin Ma1-3/+0
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin6-4/+5
2023-08-07net/mlx5: Bridge, Only handle registered netdev bridge eventsRoi Dayan1-0/+4
2023-08-07net/mlx5: E-Switch, Remove redundant arg ignore_flow_lvlRoi Dayan1-4/+2
2023-08-07net/mlx5: Fix typo reminder -> remainderGal Pressman1-3/+3
2023-08-07net/mlx5: remove many unnecessary NULL valuesRuan Jinjie2-3/+3
2023-08-07net/mlx5: Allocate completion EQs dynamicallyMaher Sanalla6-43/+49
2023-08-07net/mlx5: Handle SF IRQ request in the absence of SF IRQ poolMaher Sanalla2-10/+26
2023-08-07net/mlx5: Rename mlx5_comp_vectors_count() to mlx5_comp_vectors_max()Maher Sanalla4-5/+5
2023-08-07net/mlx5: Add IRQ vector to CPU lookup functionMaher Sanalla3-6/+19
2023-08-07net/mlx5: Introduce mlx5_cpumask_default_spreadMaher Sanalla1-6/+14
2023-08-07net/mlx5: Implement single completion EQ create/destroy methodsMaher Sanalla1-71/+66
2023-08-07net/mlx5: Use xarray to store and manage completion EQsMaher Sanalla1-26/+24
2023-08-07net/mlx5: Refactor completion IRQ request/release handlers in EQ layerMaher Sanalla1-58/+51
2023-08-07net/mlx5: Use xarray to store and manage completion IRQsMaher Sanalla1-32/+29
2023-08-07net/mlx5: Refactor completion IRQ request/release APIMaher Sanalla4-103/+101
2023-08-07net/mlx5: Track the current number of completion EQsMaher Sanalla1-10/+14
2023-08-05mlxsw: spectrum: Remove unused function declarationsYue Haibing2-9/+0
2023-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-95/+222
2023-08-03net/mlx4: Remove many unnecessary NULL valuesRuan Jinjie3-11/+11
2023-08-03net/mlx5e: Set proper IPsec source port in L4 selectorLeon Romanovsky1-2/+2
2023-08-03net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prioJianbo Liu1-8/+72
2023-08-03net/mlx5: fs_core: Make find_closest_ft more genericJianbo Liu1-15/+14
2023-08-03net/mlx5e: Make TC and IPsec offloads mutually exclusive on a netdevJianbo Liu2-4/+127
2023-08-03net/mlx5e: Add get IPsec offload stats for uplink representorJianbo Liu1-0/+1
2023-08-03net/mlx5e: Modify and restore TC rules for IPSec TX rulesJianbo Liu5-4/+154
2023-08-03net/mlx5e: Make IPsec offload work together with eswitch and TCJianbo Liu3-15/+128
2023-08-03net/mlx5: Compare with old_dest param to modify rule destinationJianbo Liu1-1/+1
2023-08-03net/mlx5e: Support IPsec packet offload for TX in switchdev modeJianbo Liu6-9/+100
2023-08-03net/mlx5e: Refactor IPsec TX tables creationJianbo Liu2-6/+28
2023-08-03net/mlx5e: Handle IPsec offload for RX datapath in switchdev modeJianbo Liu7-3/+136
2023-08-03net/mlx5e: Support IPsec packet offload for RX in switchdev modeJianbo Liu7-47/+312
2023-08-03net/mlx5e: Refactor IPsec RX tables creation and destructionJianbo Liu2-31/+80
2023-08-03net/mlx5e: Prepare IPsec packet offload for switchdev modeJianbo Liu3-83/+184
2023-08-03net/mlx5e: Change the parameter of IPsec RX skb handle functionJianbo Liu3-5/+5
2023-08-03net/mlx5e: Add function to get IPsec offload namespaceJianbo Liu1-24/+22
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth3-43/+48
2023-07-28Merge tag 'mlx5-updates-2023-07-24' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski20-525/+565
2023-07-28mlxsw: spectrum_router: IPv6 events: Use tracker helpers to hold & put netdev...Petr Machata1-2/+3
2023-07-28mlxsw: spectrum_router: RIF: Use tracker helpers to hold & put netdevicesPetr Machata1-3/+4
2023-07-28mlxsw: spectrum_router: hw_stats: Use tracker helpers to hold & put netdevicesPetr Machata1-2/+3
2023-07-28mlxsw: spectrum_router: FIB: Use tracker helpers to hold & put netdevicesPetr Machata1-3/+5
2023-07-28mlxsw: spectrum_switchdev: Use tracker helpers to hold & put netdevicesPetr Machata1-4/+5
2023-07-28mlxsw: spectrum_nve: Do not take reference when looking up netdevicePetr Machata1-3/+4
2023-07-28mlxsw: spectrum: Drop unused functions mlxsw_sp_port_lower_dev_hold/_put()Petr Machata2-19/+0
2023-07-28net/mlx5: Fix flowhash key set/get for custom RSSJoe Damato3-17/+48
2023-07-27net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko3-9/+9
2023-07-27net/mlx5: Make mlx5_eswitch_load/unload_vport() staticJiri Pirko2-8/+3
2023-07-27net/mlx5: Make mlx5_esw_offloads_rep_load/unload() staticJiri Pirko2-5/+2