summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov2-2/+2
2021-05-18mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski1-2/+5
2021-05-18net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich1-2/+5
2021-05-18net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky1-5/+17
2021-05-18{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen4-4/+6
2021-05-18net/mlx5e: Fix error path of updating netdev queuesAya Levin1-1/+1
2021-05-18net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov1-0/+6
2021-05-18net/mlx5e: Fix multipath lag activationDima Chumak1-0/+6
2021-05-18net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed1-0/+7
2021-05-18net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan1-1/+1
2021-05-18net/mlx5e: Fix null deref accessing lag devRoi Dayan1-0/+2
2021-05-18net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak1-3/+9
2021-05-18net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit1-7/+11
2021-05-18net/mlx5: Fix err prints and return when creating termination tableRoi Dayan1-12/+11
2021-05-18net/mlx5: Set reformat action when needed for termination rulesJianbo Liu1-21/+10
2021-05-18net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak1-2/+6
2021-05-18{net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb1-6/+5
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+3
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit6-53/+140
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+1
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-24net/mlx5: E-Switch, Consider SF ports of host PFParav Pandit2-0/+56
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit11-323/+380
2021-04-24net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2-3/+14
2021-04-24net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2-14/+13
2021-04-20IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit1-2/+2
2021-04-19net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik3-0/+11
2021-04-19net/mlx5: DR, Add support for force-loopback QPYevgeny Kliteynik3-5/+72
2021-04-19net/mlx5: DR, Add support for matching tunnel GTP-UYevgeny Kliteynik8-1/+397
2021-04-19net/mlx5: DR, Set flex parser for TNL_MPLS dynamicallyYevgeny Kliteynik7-20/+262
2021-04-19net/mlx5: DR, Add support for matching on geneve TLV optionYevgeny Kliteynik7-4/+107
2021-04-19net/mlx5: DR, Set STEv0 ICMP flex parser dynamicallyYevgeny Kliteynik6-52/+43
2021-04-19net/mlx5: DR, Add support for dynamic flex parserYevgeny Kliteynik7-1/+279
2021-04-19net/mlx5: DR, Remove protocol-specific flex_parser_3 definitionsMuhammad Sammar3-26/+27
2021-04-19net/mlx5: E-Switch, Improve error messages in term table creationYevgeny Kliteynik1-6/+8
2021-04-19net/mlx5: DR, Fix SQ/RQ in doorbell bitmaskYevgeny Kliteynik1-1/+1
2021-04-19net/mlx5: DR, Rename an argument in dr_rdma_segmentsYevgeny Kliteynik1-4/+4
2021-04-19net/mlx5e: RX, Add checks for calculated Striding RQ attributesTariq Toukan3-40/+71
2021-04-19net/mlx5e: Fix possible non-initialized struct usageVladyslav Tarasiuk2-4/+15
2021-04-19net/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-16mlx5: implement ethtool standard statsJakub Kicinski3-7/+182
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