summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu2024-04-251-0/+1
* mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel2024-04-251-1/+5
* mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel2024-04-251-0/+7
* mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel2024-04-251-3/+17
* mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel2024-04-251-0/+4
* mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel2024-04-251-1/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel2024-04-251-0/+1
* mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel2024-04-251-2/+8
* mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel2024-04-251-2/+2
* mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel2024-04-252-36/+30
* mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel2024-04-201-6/+4
* mlxsw: core_env: Fix driver initialization with old firmwareIdo Schimmel2024-04-201-14/+6
* mlxsw: core: Unregister EMAD trap using FORWARD actionIdo Schimmel2024-04-201-1/+1
* net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-131-11/+16
* net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-131-0/+7
* net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-131-2/+2
* net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-132-2/+4
* net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-135-7/+7
* net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-131-1/+3
* net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-111-41/+41
* net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan2024-04-111-0/+7
* net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran2024-04-113-2/+34
* net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2024-04-112-5/+10
* net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran2024-04-111-16/+17
* net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-112-2/+2
* net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran2024-04-111-0/+17
* net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-111-2/+12
* net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-04-111-1/+2
* net/mlx5: offset comp irq index in name by oneMichael Liang2024-04-111-1/+3
* net/mlx5: Register devlink first under devlink lockShay Drory2024-04-112-18/+20
* net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2024-04-112-6/+7
* mlxbf_gige: stop interface during shutdownDavid Thompson2024-03-291-2/+8
* mlxbf_gige: call request_irq() after NAPI initializedDavid Thompson2024-03-271-7/+11
* mlxbf_gige: stop PHY during open() error pathsDavid Thompson2024-03-251-1/+4
* Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-6/+6
|\
| * thermal: core: Eliminate writable trip points masksRafael J. Wysocki2024-02-271-3/+0
| * mlxsw: core_thermal: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki2024-02-271-6/+9
* | mlxsw: spectrum_router: Share nexthop counters in resilient groupsPetr Machata2024-03-111-2/+68
* | mlxsw: spectrum_router: Support nexthop group hardware statisticsPetr Machata2024-03-111-6/+142
* | mlxsw: spectrum_router: Track NH ID's of group membersPetr Machata2024-03-111-0/+2
* | mlxsw: spectrum_router: Add helpers for nexthop countersPetr Machata2024-03-111-15/+50
* | mlxsw: spectrum_router: Avoid allocating NH counters twicePetr Machata2024-03-111-0/+3
* | mlxsw: spectrum: Allow fetch-and-clear of flow countersPetr Machata2024-03-115-9/+11
* | mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intPetr Machata2024-03-113-12/+36
* | mlxsw: spectrum_router: Rename two functionsPetr Machata2024-03-113-19/+19
* | Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-0930-172/+989
|\ \
| * | net/mlx5: Enable SD featureTariq Toukan2024-03-071-1/+2
| * | net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2024-03-072-2/+4
| * | net/mlx5e: Support per-mdev queue counterTariq Toukan2024-03-0710-69/+111
| * | net/mlx5e: Support cross-vhca RSSTariq Toukan2024-03-0710-57/+179