summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-75/+214
2021-05-26net: zero-initialize tc skb extension on allocationVlad Buslov2-2/+2
2021-05-19mlxsw: spectrum_router: Add support for custom multipath hash policyIdo Schimmel1-0/+85
2021-05-19mlxsw: spectrum_router: Add support for inner layer 3 multipath hash policyIdo Schimmel1-0/+41
2021-05-19mlxsw: spectrum_outer: Factor out helper for common outer fieldsIdo Schimmel1-20/+28
2021-05-19mlxsw: reg: Add inner packet fields to RECRv2 registerIdo Schimmel1-0/+42
2021-05-19mlxsw: spectrum_router: Move multipath hash configuration to a bitmapIdo Schimmel2-80/+64
2021-05-19mlxsw: spectrum_router: Replace if statement with a switch statementIdo Schimmel1-31/+38
2021-05-19mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski1-2/+5
2021-05-19net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich1-2/+5
2021-05-19net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky1-5/+17
2021-05-19{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen4-4/+6
2021-05-19net/mlx5e: Fix error path of updating netdev queuesAya Levin1-1/+1
2021-05-19net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov1-0/+6
2021-05-19net/mlx5e: Fix multipath lag activationDima Chumak1-0/+6
2021-05-19net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed1-0/+7
2021-05-19net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan1-1/+1
2021-05-19net/mlx5e: Fix null deref accessing lag devRoi Dayan1-0/+2
2021-05-19net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak1-3/+9
2021-05-19net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit1-7/+11
2021-05-19net/mlx5: Fix err prints and return when creating termination tableRoi Dayan1-12/+11
2021-05-19net/mlx5: Set reformat action when needed for termination rulesJianbo Liu1-21/+10
2021-05-19net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak1-2/+6
2021-05-19{net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb1-6/+5
2021-05-18mlxsw: Remove Mellanox SwitchX-2 ASIC supportAmit Cohen6-1719/+0
2021-05-18mlxsw: Remove Mellanox SwitchIB ASIC supportAmit Cohen4-610/+0
2021-05-18mlxsw: spectrum_router: Avoid missing error code warningIdo Schimmel1-2/+4
2021-05-18mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel1-1/+1
2021-05-18mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson5-0/+19
2021-05-18mlxsw: spectrum_buffers: Switch function argumentsDanielle Ratson1-3/+3
2021-05-11net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2-7/+104
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-15/+15
2021-05-07mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+3
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+1
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2-3/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2-14/+13
2021-04-23net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2-29/+41
2021-04-21mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata1-7/+6
2021-04-21mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata1-32/+83
2021-04-21mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata1-16/+73