summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-55/+119
2021-01-29Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski26-16/+2080
2021-01-29Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-55/+114
2021-01-28net/mlx5e: Enable traps according to link stateAya Levin5-0/+62
2021-01-28net/mlx5e: Add listener to DMAC filter trap eventAya Levin1-0/+8
2021-01-28net/mlx5e: Add listener to trap eventAya Levin2-0/+36
2021-01-28net/mlx5e: Add trap entity to ETH driverAya Levin6-4/+500
2021-01-28net/mlx5e: Expose RX dma info helpersAya Levin2-6/+6
2021-01-28net/mlx5e: Add flow steering DMAC trap ruleAya Levin2-2/+43
2021-01-28net/mlx5e: Add flow steering VLAN trap ruleAya Levin2-2/+65
2021-01-28net/mlx5e: Optimize promiscuous modeAya Levin3-34/+100
2021-01-28net/mlx5: Notify on trap action by blocking eventAya Levin2-0/+64
2021-01-28net/mlx5: Rename events notifier headerAya Levin1-8/+11
2021-01-28net/mlx5: Register to devlink DMAC filter trapAya Levin1-0/+1
2021-01-28net/mlx5: Register to devlink ingress VLAN filter trapAya Levin1-0/+51
2021-01-28net/mlx5: Add support for devlink traps in mlx5 core driverAya Levin3-0/+102
2021-01-27net/mlx5: CT: Fix incorrect removal of tuple_nat_node from nat rhashtablePaul Blakey1-7/+13
2021-01-27net/mlx5e: Revert parameters on errors when changing MTU and LRO state withou...Maxim Mikityanskiy1-9/+21
2021-01-27net/mlx5e: Revert parameters on errors when changing trust state without resetMaxim Mikityanskiy1-5/+8
2021-01-27net/mlx5e: Correctly handle changing the number of queues when the interface ...Maxim Mikityanskiy2-1/+14
2021-01-27net/mlx5e: Fix CT rule + encap slow path offload and deletionPaul Blakey1-0/+7
2021-01-27net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is disabledMaor Dickman2-1/+3
2021-01-27net/mlx5: Maintain separate page trees for ECPF and PF functionsDaniel Jurgens1-24/+34