summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2024-04-25net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu1-0/+1
2024-04-13net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran1-11/+16
2024-04-13net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran1-0/+7
2024-04-13net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu1-2/+2
2024-04-13net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2-2/+4
2024-04-13net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan5-7/+7
2024-04-13net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory1-1/+3
2024-04-11net/mlx5: fix possible stack overflowsArnd Bergmann1-41/+41
2024-04-11net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan1-0/+7
2024-04-11net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran3-2/+34
2024-04-11net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2-5/+10
2024-04-11net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran1-16/+17
2024-04-11net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2-2/+2
2024-04-11net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran1-0/+17
2024-04-11net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu1-2/+12
2024-04-11net/mlx5: Properly link new fs rules into the treeCosmin Ratiu1-1/+2
2024-04-11net/mlx5: offset comp irq index in name by oneMichael Liang1-1/+3
2024-04-11net/mlx5: Register devlink first under devlink lockShay Drory2-18/+20
2024-04-11net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2-6/+7
2024-03-09Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski30-172/+989
2024-03-08net: introduce include/net/rps.hEric Dumazet1-0/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-76/+104
2024-03-07net/mlx5: Enable SD featureTariq Toukan1-1/+2
2024-03-07net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2-2/+4
2024-03-07net/mlx5e: Support per-mdev queue counterTariq Toukan10-69/+111
2024-03-07net/mlx5e: Support cross-vhca RSSTariq Toukan10-57/+179
2024-03-07net/mlx5e: Let channels be SD-awareTariq Toukan8-27/+35
2024-03-07net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2-10/+23
2024-03-07net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2024-03-07net/mlx5: SD, Add debugfsTariq Toukan1-0/+34
2024-03-07net/mlx5: SD, Add informative prints in kernel logTariq Toukan1-0/+21
2024-03-07net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan1-1/+184
2024-03-07net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2-2/+121
2024-03-07net/mlx5: SD, Implement basic query and instantiationTariq Toukan1-1/+109
2024-03-07net/mlx5: SD, Introduce SD libTariq Toukan4-1/+110
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-03-02net/mlx5e: Switch to using _bh variant of of spinlock API in port timestampin...Rahul Rameshbabu1-6/+6
2024-03-02net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking oc...Rahul Rameshbabu1-0/+2
2024-03-02net/mlx5e: Fix MACsec state loss upon state update in offload pathEmeel Hakim1-31/+51
2024-03-02net/mlx5e: Change the warning when ignore_flow_level is not supportedJianbo Liu1-1/+1
2024-03-02net/mlx5: Check capability for fw_resetMoshe Shemesh2-2/+26
2024-03-02net/mlx5: Fix fw reporter diagnose outputAya Levin1-1/+1
2024-03-02net/mlx5: E-switch, Change flow rule destination checkingJianbo Liu1-9/+14
2024-03-02Revert "net/mlx5e: Check the number of elements before walk TC rhashtable"Saeed Mahameed1-1/+1
2024-03-02Revert "net/mlx5: Block entering switchdev mode with ns inconsistency"Gavin Li1-23/+0
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-02-13net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2-1/+11
2024-02-09net/mlx5: DPLL, Fix possible use after free after delayed work timer triggersJiri Pirko1-1/+1
2024-02-06net/mlx5e: XDP, Exclude headroom and tailroom from memory calculationsCarolina Jubran1-1/+8
2024-02-06net/mlx5e: XSK, Exclude tailroom from non-linear SKBs memory calculationsCarolina Jubran1-4/+11