summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/mlx4: Treat VFs fair when handling comm_channel_eventsHans Westgaard Ry2021-04-222-29/+41
* mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata2021-04-211-7/+6
* mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata2021-04-211-32/+83
* mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata2021-04-211-16/+73
* mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata2021-04-211-46/+118
* mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata2021-04-211-30/+18
* mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata2021-04-211-6/+6
* mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata2021-04-211-4/+1
* mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata2021-04-211-15/+7
* mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata2021-04-211-7/+1
* net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik2021-04-203-0/+11
* net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik2021-04-203-5/+72
* net/mlx5: DR, Add support for matching tunnel GTP-UYevgeny Kliteynik2021-04-208-1/+397
* net/mlx5: DR, Set flex parser for TNL_MPLS dynamicallyYevgeny Kliteynik2021-04-207-20/+262
* net/mlx5: DR, Add support for matching on geneve TLV optionYevgeny Kliteynik2021-04-207-4/+107
* net/mlx5: DR, Set STEv0 ICMP flex parser dynamicallyYevgeny Kliteynik2021-04-206-52/+43
* net/mlx5: DR, Add support for dynamic flex parserYevgeny Kliteynik2021-04-207-1/+279
* net/mlx5: DR, Remove protocol-specific flex_parser_3 definitionsMuhammad Sammar2021-04-203-26/+27
* net/mlx5: E-Switch, Improve error messages in term table creationYevgeny Kliteynik2021-04-201-6/+8
* net/mlx5: DR, Fix SQ/RQ in doorbell bitmaskYevgeny Kliteynik2021-04-201-1/+1
* net/mlx5: DR, Rename an argument in dr_rdma_segmentsYevgeny Kliteynik2021-04-201-4/+4
* net/mlx5e: RX, Add checks for calculated Striding RQ attributesTariq Toukan2021-04-203-40/+71
* net/mlx5e: Fix possible non-initialized struct usageVladyslav Tarasiuk2021-04-202-4/+15
* net/mlx5e: Fix lost changes during code movementsTariq Toukan2021-04-201-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-173-19/+12
|\
| * net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_metawenxu2021-04-151-0/+3
| * net/mlx5e: Fix setting of RS FEC modeAya Levin2021-04-151-19/+4
| * net/mlx5: Fix setting of devlink traps in switchdev modeAya Levin2021-04-151-0/+5
* | mlx5: implement ethtool standard statsJakub Kicinski2021-04-173-7/+182
* | mlxsw: implement ethtool standard statsJakub Kicinski2021-04-171-0/+129
* | Merge tag 'mlx5-updates-2021-04-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-1721-344/+570
|\ \
| * | net/mlx5: Enhance diagnostics info for TX/RX reportersAya Levin2021-04-162-0/+12
| * | net/mlx5: Add helper to initialize 1PPSAya Levin2021-04-161-8/+17
| * | net/mlx5e: Add ethtool extended link stateMoshe Tal2021-04-161-0/+171
| * | net/mlx5: Allocate FC bulk structs with kvzalloc() instead of kzalloc()Maor Dickman2021-04-161-8/+8
| * | net/mlx5e: Cleanup safe switch channels API by passing paramsMaxim Mikityanskiy2021-04-165-116/+114
| * | net/mlx5e: Refactor on-the-fly configuration changesMaxim Mikityanskiy2021-04-165-113/+78
| * | net/mlx5e: Use mlx5e_safe_switch_channels when channels are closedMaxim Mikityanskiy2021-04-165-127/+40
| * | net/mlx5e: Allow mlx5e_safe_switch_channels to work with channels closedMaxim Mikityanskiy2021-04-161-13/+27