summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2021-10-05mlx4: remove custom dev_addr clearingJakub Kicinski
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski
2021-10-04net/mlx5: Enable single IRQ for PCI FunctionShay Drory
2021-10-04net/mlx5: Shift control IRQ to the last indexShay Drory
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov
2021-10-04net/mlx5e: Support accept actionVlad Buslov
2021-10-04net/mlx5e: Specify out ifindex when looking up encap routeChris Mi
2021-10-04net/mlx5e: Reserve a value from TC tunnel options mappingVlad Buslov
2021-10-04net/mlx5e: Move parse fdb check into actions_match_supported_fdb()Roi Dayan
2021-10-04net/mlx5e: Split actions_match_supported() into a sub functionRoi Dayan
2021-10-04net/mlx5e: Move mod hdr allocation to a single placeRoi Dayan
2021-10-04net/mlx5e: TC, Refactor sample offload error flowRoi Dayan
2021-10-04net/mlx5e: Add TX max rate support for MQPRIO channel modeTariq Toukan
2021-10-04net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq()Tariq Toukan
2021-10-04net/mlx4_en: avoid one cache line miss to ring doorbellEric Dumazet
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-10-01Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2021-10-01Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2021-09-30net/mlx5e: Use array_size() helperGustavo A. R. Silva
2021-09-30net/mlx5: Use struct_size() helper in kvzalloc()Gustavo A. R. Silva
2021-09-30net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva
2021-09-30net/mlx5: Tolerate failures in debug features while driver loadAya Levin
2021-09-30net/mlx5: Warn for devlink reload when there are VFs aliveLama Kayal
2021-09-30net/mlx5: DR, Add missing string for action type SAMPLERYevgeny Kliteynik
2021-09-30net/mlx5: DR, init_next_match only if neededYevgeny Kliteynik
2021-09-30net/mlx5: DR, Fix typo 'offeset' to 'offset'Yevgeny Kliteynik
2021-09-30net/mlx5: DR, Increase supported num of actions to 32Yevgeny Kliteynik
2021-09-30net/mlx5: DR, Add support for SF vportsYevgeny Kliteynik
2021-09-30net/mlx5: DR, Support csum recalculation flow table on SFsYevgeny Kliteynik
2021-09-30net/mlx5: DR, Align error messages for failure to obtain vport capsYevgeny Kliteynik
2021-09-30net/mlx5: DR, Add missing query for vport 0Yevgeny Kliteynik
2021-09-30net/mlx5: DR, Replace local WIRE_PORT macro with the existing MLX5_VPORT_UPLINKYevgeny Kliteynik
2021-09-30net/mlx5: DR, Fix vport number data type to u16Yevgeny Kliteynik
2021-09-30net/mlx5e: Mutually exclude setting of TX-port-TS and MQPRIO in channel modeAya Levin
2021-09-30net/mlx5e: Fix the presented RQ index in PTP statsLama Kayal
2021-09-30net/mlx5: Fix setting number of EQs of SFsShay Drory
2021-09-30net/mlx5: Fix length of irq_index in charsShay Drory
2021-09-30net/mlx5: Avoid generating event after PPS out in Real time modeAya Levin
2021-09-30net/mlx5: Force round second at 1PPS out start timeAya Levin
2021-09-30net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh
2021-09-30net/mlx5e: Improve MQPRIO resiliencyTariq Toukan
2021-09-30net/mlx5e: Keep the value for maximum number of channels in-syncTariq Toukan
2021-09-30net/mlx5e: IPSEC RX, enable checksum completeRaed Salem
2021-09-30net/mlx4_en: Add XDP_REDIRECT statisticsJoshua Roys
2021-09-29net/mlx4: Use array_size() helper in copy_to_user()Gustavo A. R. Silva