aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Reset mkey index on creationAya Levin2021-06-161-1/+1
* net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-161-0/+4
* net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker2021-06-161-10/+16
* net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit2021-06-161-0/+1
* net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit2021-06-161-2/+0
* net/mlx5: E-Switch, Read PF mac addressParav Pandit2021-06-161-0/+6
* net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky2021-06-161-0/+15
* net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky2021-06-161-1/+2
* net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin2021-06-091-6/+3
* net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin2021-06-091-7/+3
* Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory2021-06-091-2/+4
* net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin2021-06-093-23/+25
* net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin2021-06-091-2/+0
* net/mlx5e: Verify dev is present in get devlink port ndoChris Mi2021-06-091-0/+2
* net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb2021-06-091-4/+5
* net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb2021-06-091-0/+3
* net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2021-06-092-7/+25
* net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen2021-06-091-3/+0
* net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov2021-06-094-17/+40
* net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li2021-06-091-1/+1
* net/mlx5: DR, Create multi-destination flow table with level less than 64Yevgeny Kliteynik2021-06-011-1/+2
* net/mlx5e: Fix conflict with HW TS and CQE compressionAya Levin2021-06-011-0/+7
* net/mlx5e: Fix HW TS with CQE compression according to profileAya Levin2021-06-011-15/+52
* net/mlx5e: Fix adding encap rules to slow pathRoi Dayan2021-06-013-2/+8
* net/mlx5e: Check for needed capability for cvlan matchingRoi Dayan2021-06-011-0/+9
* net/mlx5: Check firmware sync reset requested is set before trying to abort itMoshe Shemesh2021-06-011-0/+3
* net/mlx5e: Disable TLS offload for uplink representorRoi Dayan2021-06-011-0/+10
* net/mlx5e: Fix incompatible castingAya Levin2021-06-011-2/+3
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-252-2/+2
* mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski2021-05-181-2/+5
* net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich2021-05-181-2/+5
* net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky2021-05-181-5/+17
* {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-184-4/+6
* net/mlx5e: Fix error path of updating netdev queuesAya Levin2021-05-181-1/+1
* net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov2021-05-181-0/+6
* net/mlx5e: Fix multipath lag activationDima Chumak2021-05-181-0/+6
* net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed2021-05-181-0/+7
* net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan2021-05-181-1/+1
* net/mlx5e: Fix null deref accessing lag devRoi Dayan2021-05-181-0/+2
* net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak2021-05-181-3/+9
* net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit2021-05-181-7/+11
* net/mlx5: Fix err prints and return when creating termination tableRoi Dayan2021-05-181-12/+11
* net/mlx5: Set reformat action when needed for termination rulesJianbo Liu2021-05-181-21/+10
* net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak2021-05-181-2/+6
* {net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb2021-05-181-6/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-012-3/+3
|\
| * IB/mlx5: Set right RoCE l3 type and roce version while deleting GIDParav Pandit2021-04-201-2/+2
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-04-1211-38/+189
| |\
| * | RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-1/+1
* | | net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit2021-04-246-53/+140