summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-02-06net/mlx5e: Refactor reg_c1 usageVlad Buslov4-9/+7
2021-02-06net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov5-8/+271
2021-02-06net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov1-8/+0
2021-02-06net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov6-0/+616
2021-02-06net/mlx5e: Refactor tun routing helpersVlad Buslov1-109/+126
2021-02-06net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov4-11/+199
2021-02-06net/mlx5: E-Switch, Refactor rule offload forward action processingVlad Buslov1-60/+129
2021-02-06net/mlx5e: Always set attr mdev pointerVlad Buslov1-0/+2
2021-02-06net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov5-0/+119
2021-02-06net/mlx5: E-Switch, Refactor setting source portMark Bloch1-7/+12
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-6/+1
2021-02-04mlxsw: ethtool: Pass link mode in use to ethtoolDanielle Ratson2-23/+30
2021-02-04mlxsw: ethtool: Add support for setting lanes when autoneg is offDanielle Ratson2-41/+78
2021-02-04mlxsw: ethtool: Remove max lanes filteringDanielle Ratson2-22/+15
2021-02-03Merge tag 'mlx5-updates-2021-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski17-185/+304
2021-02-03net: Do not call fib6_info_hw_flags_set() when IPv6 is disabledAmit Cohen1-0/+16
2021-02-03net: Pass 'net' struct as first argument to fib6_info_hw_flags_set()Amit Cohen1-3/+4
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+20
2021-02-02net/mlx5e: Release skb in case of failure in tc update skbMaor Dickman1-4/+12
2021-02-02net/mlx5e: Update max_opened_tc also when channels are closedMaxim Mikityanskiy1-4/+2
2021-02-02net/mlx5: Fix leak upon failure of rule creationMaor Gottlieb1-0/+5
2021-02-02net/mlx5: Fix function calculation for page treesDaniel Jurgens1-1/+1
2021-02-02net/mlx5: DR, Avoid unnecessary csum recalculation on supporting devicesYevgeny Kliteynik3-4/+12
2021-02-02net/mlx5e: CT: remove useless conversion to PTR_ERR then ERR_PTRSaeed Mahameed1-5/+2
2021-02-02net/mlx5e: accel, remove redundant spaceSaeed Mahameed1-1/+1
2021-02-02net/mlx5e: kTLS, Improve TLS RX workqueue scopeTariq Toukan2-10/+21
2021-02-02net/mlx5e: remove h from printk format specifierTom Rix2-3/+3
2021-02-02net/mlx5e: Increase indirection RQ table size to 256Noam Stolero1-2/+2
2021-02-02net/mlx5e: Enable napi in channel's activation stageTariq Toukan2-14/+12
2021-02-02net/mlx5e: Move representor neigh init into profile enableRoi Dayan2-18/+29
2021-02-02net/mlx5e: Avoid false lock depenency warning on tc_htRoi Dayan1-0/+12
2021-02-02net/mlx5e: Move set vxlan nic info to profile initRoi Dayan2-6/+11
2021-02-02net/mlx5e: Move netif_carrier_off() out of mlx5e_priv_init()Roi Dayan2-3/+4
2021-02-02net/mlx5e: Refactor mlx5e_netdev_init/cleanup to mlx5e_priv_init/cleanupRoi Dayan3-16/+16
2021-02-02net/mxl5e: Add change profile methodSaeed Mahameed3-4/+73
2021-02-02net/mlx5e: Separate between netdev objects and mlx5e profiles initializationSaeed Mahameed6-114/+121
2021-02-02Merge tag 'mlx5-dr-2021-01-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski13-44/+2169
2021-01-30net/mlx5: DR, Allow SW steering for sw_owner_v2 devicesYevgeny Kliteynik4-16/+29
2021-01-30net/mlx5: DR, Copy all 64B whenever replacing STE in the head of miss-listYevgeny Kliteynik1-4/+15
2021-01-30net/mlx5: DR, Use HW specific logic API when writing STEYevgeny Kliteynik6-13/+60
2021-01-30net/mlx5: DR, Use the right size when writing partial STE into HWYevgeny Kliteynik2-5/+9
2021-01-30net/mlx5: DR, Add STEv1 modify header logicYevgeny Kliteynik2-0/+273
2021-01-30net/mlx5: DR, Add STEv1 action apply logicYevgeny Kliteynik2-0/+458
2021-01-30net/mlx5: DR, Add STEv1 setters and gettersYevgeny Kliteynik2-0/+133
2021-01-30net/mlx5: DR, Allow native protocol support for HW STEv1Yevgeny Kliteynik1-4/+8
2021-01-30net/mlx5: DR, Add HW STEv1 match logicYevgeny Kliteynik4-2/+911
2021-01-30net/mlx5: DR, Add match STEv1 structs to ifcYevgeny Kliteynik1-0/+273
2021-01-30net/mlx5: DR, Fix potential shift wrapping of 32-bit valueYevgeny Kliteynik1-2/+2
2021-01-30net/mlx5: CT: Add support for matching on ct_state reply flagPaul Blakey1-3/+10
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-13/+41