aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2-3/+3
2021-10-13mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata3-5/+15
2021-10-13mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion CountersPetr Machata1-0/+6
2021-10-13mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2-2/+2
2021-10-13mlxsw: reg: Fix a typo in a group headingPetr Machata1-1/+1
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky4-14/+3
2021-10-12net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky1-1/+4
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky3-0/+3
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky1-1/+1
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata3-0/+14
2021-10-12mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata1-11/+33
2021-10-12mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata3-8/+32
2021-10-12mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata1-10/+19
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET3-4/+0
2021-10-08mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel1-24/+32
2021-10-06mlxsw: Add support for transceiver module extended stateIdo Schimmel1-0/+7
2021-10-06mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel4-3/+254
2021-10-06mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel1-0/+34
2021-10-06mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel1-0/+50
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter1-1/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski2-4/+6
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski1-8/+6
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski1-1/+1
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski3-10/+10
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory1-7/+19
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory3-11/+10
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov1-2/+126
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2-1/+40
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov1-12/+22
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov1-11/+14
2021-10-04net/mlx5e: Support accept actionVlad Buslov4-4/+17
2021-10-04net/mlx5e: Specify out ifindex when looking up encap routeChris Mi3-0/+18
2021-10-04net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov1-2/+4
2021-10-04net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan1-9/+11
2021-10-04net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan1-26/+39
2021-10-04net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan1-36/+51
2021-10-04net/mlx5e: TC, Refactor sample offload error flowRoi Dayan1-16/+5
2021-10-04net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan4-6/+203
2021-10-04net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan3-8/+9
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2-2/+3
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2-2/+2
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-01Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski16-146/+215
2021-10-01Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-105/+194
2021-09-30net/mlx5e: Use array_size() helperGustavo A. R. Silva1-4/+6
2021-09-30net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva1-2/+1
2021-09-30net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2-3/+3
2021-09-30net/mlx5: Tolerate failures in debug features while driver loadAya Levin1-6/+6
2021-09-30net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal1-0/+5