summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata1-46/+118
2021-04-21mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata1-30/+18
2021-04-21mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata1-6/+6
2021-04-21mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata1-4/+1
2021-04-21mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata1-15/+7
2021-04-21mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata1-7/+1
2021-04-20net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik3-0/+11
2021-04-20net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik3-5/+72
2021-04-20net/mlx5: DR, Add support for matching tunnel GTP-UYevgeny Kliteynik8-1/+397
2021-04-20net/mlx5: DR, Set flex parser for TNL_MPLS dynamicallyYevgeny Kliteynik7-20/+262
2021-04-20net/mlx5: DR, Add support for matching on geneve TLV optionYevgeny Kliteynik7-4/+107
2021-04-20net/mlx5: DR, Set STEv0 ICMP flex parser dynamicallyYevgeny Kliteynik6-52/+43
2021-04-20net/mlx5: DR, Add support for dynamic flex parserYevgeny Kliteynik7-1/+279
2021-04-20net/mlx5: DR, Remove protocol-specific flex_parser_3 definitionsMuhammad Sammar3-26/+27
2021-04-20net/mlx5: E-Switch, Improve error messages in term table creationYevgeny Kliteynik1-6/+8
2021-04-20net/mlx5: DR, Fix SQ/RQ in doorbell bitmaskYevgeny Kliteynik1-1/+1
2021-04-20net/mlx5: DR, Rename an argument in dr_rdma_segmentsYevgeny Kliteynik1-4/+4
2021-04-20net/mlx5e: RX, Add checks for calculated Striding RQ attributesTariq Toukan3-40/+71
2021-04-20net/mlx5e: Fix possible non-initialized struct usageVladyslav Tarasiuk2-4/+15
2021-04-20net/mlx5e: Fix lost changes during code movementsTariq Toukan1-2/+3
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-19/+12
2021-04-17mlx5: implement ethtool standard statsJakub Kicinski3-7/+182
2021-04-17mlxsw: implement ethtool standard statsJakub Kicinski1-0/+129
2021-04-17Merge tag 'mlx5-updates-2021-04-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller21-344/+570
2021-04-17net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-2/+3
2021-04-16net/mlx5: Enhance diagnostics info for TX/RX reportersAya Levin2-0/+12
2021-04-16net/mlx5: Add helper to initialize 1PPSAya Levin1-8/+17
2021-04-16net/mlx5e: Add ethtool extended link stateMoshe Tal1-0/+171
2021-04-16net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()Maor Dickman1-8/+8
2021-04-16net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy5-116/+114
2021-04-16net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy5-113/+78
2021-04-16net/mlx5e: Use mlx5e_safe_switch_channels when channels are closedMaxim Mikityanskiy5-127/+40
2021-04-16net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closedMaxim Mikityanskiy1-13/+27
2021-04-16net/mlx5e: kTLS, Add resiliency to RX resync failuresTariq Toukan10-18/+166
2021-04-16net/mlx5e: TX, Inline function mlx5e_tls_handle_tx_wqe()Tariq Toukan3-9/+7
2021-04-16net/mlx5e: TX, Inline TLS skb checkTariq Toukan3-5/+9
2021-04-16net/mlx5e: Cleanup unused function parameterTariq Toukan1-3/+2
2021-04-16net/mlx5e: Remove non-essential TLS SQ state bitTariq Toukan3-8/+3
2021-04-16mlx5: implement ethtool::get_fec_statsJakub Kicinski3-2/+38
2021-04-15net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu1-0/+3
2021-04-15net/mlx5e: Fix setting of RS FEC modeAya Levin1-19/+4
2021-04-15net/mlx5: Fix setting of devlink traps in switchdev modeAya Levin1-0/+5
2021-04-14net/mlx5e: Fix RQ creation flow for queues which doesn't support XDPAya Levin1-2/+3
2021-04-14net/mlx5: Replace spaces with tab at the start of a lineWenpeng Liang1-1/+1
2021-04-14net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang3-4/+0
2021-04-14net/mlx5: Add a blank line after declarationsWenpeng Liang2-2/+3