summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-142-3/+3
* mlxsw: spectrum_qdisc: Introduce per-TC ECN countersPetr Machata2021-10-133-5/+15
* mlxsw: reg: Add ecn_marked_tc to Per-TC Congestion CountersPetr Machata2021-10-131-0/+6
* mlxsw: reg: Rename MLXSW_REG_PPCNT_TC_CONG_TC to _CNTPetr Machata2021-10-132-2/+2
* mlxsw: reg: Fix a typo in a group headingPetr Machata2021-10-131-1/+1
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-124-14/+3
* net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky2021-10-121-1/+4
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-123-0/+3
* devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-1/+1
* mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata2021-10-123-0/+14
* mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata2021-10-121-11/+33
* mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata2021-10-123-8/+32
* mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata2021-10-121-10/+19
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-103-4/+0
* mlxsw: item: Annotate item helpers with '__maybe_unused'Ido Schimmel2021-10-081-24/+32
* mlxsw: Add support for transceiver module extended stateIdo Schimmel2021-10-061-0/+7
* mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel2021-10-064-3/+254
* mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel2021-10-061-0/+34
* mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel2021-10-061-0/+50
* mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter2021-10-061-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-052-4/+6
* mlx4: remove custom dev_addr clearingJakub Kicinski2021-10-051-8/+6
* mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski2021-10-051-1/+1
* mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski2021-10-053-10/+10
* net/mlx5: Enable single IRQ for PCI FunctionShay Drory2021-10-041-7/+19
* net/mlx5: Shift control IRQ to the last indexShay Drory2021-10-043-11/+10
* net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov2021-10-041-2/+126
* net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2021-10-042-1/+40
* net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov2021-10-041-12/+22
* net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov2021-10-041-11/+14
* net/mlx5e: Support accept actionVlad Buslov2021-10-044-4/+17
* net/mlx5e: Specify out ifindex when looking up encap routeChris Mi2021-10-043-0/+18
* net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov2021-10-041-2/+4
* net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan2021-10-041-9/+11
* net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan2021-10-041-26/+39
* net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan2021-10-041-36/+51
* net/mlx5e: TC, Refactor sample offload error flowRoi Dayan2021-10-041-16/+5
* net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan2021-10-044-6/+203
* net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan2021-10-043-8/+9
* net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet2021-10-042-2/+3
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-022-2/+2
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-0116-146/+215
|\
| * net/mlx5e: Use array_size() helperGustavo A. R. Silva2021-09-301-4/+6
| * net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva2021-09-301-2/+1
| * net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-09-302-3/+3
| * net/mlx5: Tolerate failures in debug features while driver loadAya Levin2021-09-301-6/+6
| * net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal2021-09-301-0/+5
| * net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik2021-09-301-0/+1