aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+61
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeGravatar Jesper Dangaard Brouer 1-1/+59
2023-04-13xdp: rss hash types representationGravatar Jesper Dangaard Brouer 1-1/+2
2023-04-07Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Jakub Kicinski 4-110/+497
2023-04-06net/mlx5e: Simulate missing IPsec TX limits hardware functionalityGravatar Leon Romanovsky 3-5/+99
2023-04-06net/mlx5e: Generalize IPsec work structsGravatar Leon Romanovsky 3-48/+68
2023-04-06net/mlx5e: Reduce contention in IPsec workqueueGravatar Leon Romanovsky 1-2/+2
2023-04-06net/mlx5e: Set IPsec replay sequence numbersGravatar Leon Romanovsky 3-24/+60
2023-04-06net/mlx5e: Remove ESN callbacks if it is not supportedGravatar Leon Romanovsky 3-17/+38
2023-04-05net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnosticsGravatar Adham Faris 1-9/+1
2023-04-05net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnosticsGravatar Adham Faris 1-9/+1
2023-04-05net/mlx5e: Rename misleading skb_pc/cc references in ptp codeGravatar Gal Pressman 1-11/+11
2023-04-05net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Gravatar Rahul Rameshbabu 1-1/+1
2023-04-05net/mlx5e: Remove redundant macsec codeGravatar Emeel Hakim 1-4/+1
2023-04-05net/mlx5e: TC, Remove sample and ct limitationGravatar Paul Blakey 2-26/+5
2023-04-05net/mlx5e: TC, Remove mirror and ct limitationGravatar Paul Blakey 1-13/+0
2023-04-05net/mlx5e: TC, Remove tuple rewrite and ct limitationGravatar Paul Blakey 1-109/+33
2023-04-05net/mlx5e: TC, Remove multiple ct actions limitationGravatar Paul Blakey 2-19/+0
2023-04-05net/mlx5e: TC, Remove special handling of CT actionGravatar Paul Blakey 5-213/+58
2023-04-05net/mlx5e: TC, Remove CT action reorderingGravatar Paul Blakey 3-47/+9
2023-04-05net/mlx5e: CT: Use per action statsGravatar Paul Blakey 3-3/+27
2023-04-05net/mlx5e: TC, Move main flow attribute cleanup to helper funcGravatar Paul Blakey 1-18/+9
2023-04-05net/mlx5e: TC, Remove unused vf_tun variableGravatar Paul Blakey 1-12/+3
2023-04-05net/mlx5e: Set default can_offload actionGravatar Paul Blakey 9-81/+1
2023-04-03net/mlx5e: Overcome slow response for first IPsec ASO WQEGravatar Leon Romanovsky 1-1/+7
2023-04-03net/mlx5e: Add SW implementation to support IPsec 64 bit soft and hard limitsGravatar Leon Romanovsky 3-23/+227
2023-04-03net/mlx5e: Prevent zero IPsec soft/hard limitsGravatar Leon Romanovsky 1-0/+5
2023-04-03net/mlx5e: Factor out IPsec ASO update functionGravatar Leon Romanovsky 1-13/+14
2023-03-29Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 10-363/+464
2023-03-29ipv6: Remove in6addr_any alternatives.Gravatar Kuniyuki Iwashima 1-3/+2
2023-03-28Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 8-222/+344
2023-03-28net/mlx5e: Fix build break on 32bitGravatar Saeed Mahameed 1-2/+2
2023-03-28net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsGravatar Dragos Tatulea 4-59/+25
2023-03-28net/mlx5e: RX, Break the wqe bulk refill in smaller chunksGravatar Dragos Tatulea 3-3/+34
2023-03-28net/mlx5e: RX, Increase WQE bulk size for legacy rqGravatar Dragos Tatulea 2-5/+44
2023-03-28net/mlx5e: RX, Split off release path for xsk buffers for legacy rqGravatar Dragos Tatulea 1-15/+35
2023-03-28net/mlx5e: RX, Defer page release in legacy rq for better recyclingGravatar Dragos Tatulea 4-23/+66
2023-03-28net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsGravatar Dragos Tatulea 3-4/+8
2023-03-28net/mlx5e: RX, Defer page release in striding rq for better recyclingGravatar Dragos Tatulea 4-10/+25
2023-03-28net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameGravatar Dragos Tatulea 3-9/+9
2023-03-28net/mlx5e: RX, Enable skb page recycling through the page_poolGravatar Dragos Tatulea 5-88/+121
2023-03-28net/mlx5e: RX, Enable dma map and sync from page_pool allocatorGravatar Dragos Tatulea 4-27/+4
2023-03-28net/mlx5e: RX, Remove internal page_cacheGravatar Dragos Tatulea 3-72/+0
2023-03-28net/mlx5e: RX, Store SHAMPO header pages in arrayGravatar Dragos Tatulea 3-26/+45
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for striding rqGravatar Dragos Tatulea 5-51/+51
2023-03-28net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqGravatar Dragos Tatulea 4-62/+87
2023-03-28net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationGravatar Dragos Tatulea 1-17/+18
2023-03-24net/mlx5: Provide external API for allocating vectorsGravatar Eli Cohen 1-0/+52
2023-03-24net/mlx5: Use one completion vector if eth is disabledGravatar Eli Cohen 3-12/+20
2023-03-24net/mlx5: Refactor calculation of required completion vectorsGravatar Eli Cohen 1-10/+18