summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-2716-75/+214
|\
| * net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-262-2/+2
| * mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski2021-05-191-2/+5
| * net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich2021-05-191-2/+5
| * net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky2021-05-191-5/+17
| * {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-194-4/+6
| * net/mlx5e: Fix error path of updating netdev queuesAya Levin2021-05-191-1/+1
| * net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov2021-05-191-0/+6
| * net/mlx5e: Fix multipath lag activationDima Chumak2021-05-191-0/+6
| * net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed2021-05-191-0/+7
| * net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan2021-05-191-1/+1
| * net/mlx5e: Fix null deref accessing lag devRoi Dayan2021-05-191-0/+2
| * net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak2021-05-191-3/+9
| * net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit2021-05-191-7/+11
| * net/mlx5: Fix err prints and return when creating termination tableRoi Dayan2021-05-191-12/+11
| * net/mlx5: Set reformat action when needed for termination rulesJianbo Liu2021-05-191-21/+10
| * net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak2021-05-191-2/+6
| * {net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb2021-05-191-6/+5
| * net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk2021-05-102-7/+104
* | mlxsw: spectrum_router: Add support for custom multipath hash policyIdo Schimmel2021-05-191-0/+85
* | mlxsw: spectrum_router: Add support for inner layer 3 multipath hash policyIdo Schimmel2021-05-191-0/+41
* | mlxsw: spectrum_outer: Factor out helper for common outer fieldsIdo Schimmel2021-05-191-20/+28
* | mlxsw: reg: Add inner packet fields to RECRv2 registerIdo Schimmel2021-05-191-0/+42
* | mlxsw: spectrum_router: Move multipath hash configuration to a bitmapIdo Schimmel2021-05-192-80/+64
* | mlxsw: spectrum_router: Replace if statement with a switch statementIdo Schimmel2021-05-191-31/+38
* | mlxsw: Remove Mellanox SwitchX-2 ASIC supportAmit Cohen2021-05-186-1719/+0
* | mlxsw: Remove Mellanox SwitchIB ASIC supportAmit Cohen2021-05-184-610/+0
* | mlxsw: spectrum_router: Avoid missing error code warningIdo Schimmel2021-05-181-2/+4
* | mlxsw: core: Avoid unnecessary EMAD buffer copyIdo Schimmel2021-05-181-1/+1
* | mlxsw: Verify the accessed index doesn't exceed the array lengthDanielle Ratson2021-05-185-0/+19
* | mlxsw: spectrum_buffers: Switch function argumentsDanielle Ratson2021-05-181-3/+3
|/
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-15/+15
|\
| * mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel2021-05-071-15/+15
* | Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-1/+1
|\ \
| * | thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano2021-03-151-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-012-3/+3
|\ \ \ | |_|/ |/| |
| * | IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit2021-04-201-2/+2
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-04-1211-38/+189
| |\ \
| * | | RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-1/+1
| | |/ | |/|
* | | net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit2021-04-246-53/+140
* | | net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit2021-04-241-29/+58
* | | net/mlx5: SF, Use helpers for allocation and freeParav Pandit2021-04-241-37/+60
* | | net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit2021-04-241-1/+11
* | | net/mlx5: SF, Store and use start function idParav Pandit2021-04-241-2/+8
* | | devlink: Extend SF port attributes to have external attributeParav Pandit2021-04-241-1/+1
* | | net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit2021-04-243-8/+9
* | | net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2021-04-242-0/+56
* | | net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit2021-04-2411-323/+380
* | | net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2021-04-242-3/+14
* | | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2021-04-242-14/+13