summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Bridge, snoop igmp/mld packetsVlad Buslov2023-04-116-5/+384
* net/mlx5: Bridge, extract code to lookup parent bridge of portVlad Buslov2023-04-111-21/+26
* net/mlx5: Bridge, move additional data structures to priv headerVlad Buslov2023-04-112-85/+85
* net/mlx5: Bridge, increase bridge tables sizesVlad Buslov2023-04-111-6/+6
* Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-04-074-110/+497
|\
| * net/mlx5e: Simulate missing IPsec TX limits hardware functionalityLeon Romanovsky2023-04-063-5/+99
| * net/mlx5e: Generalize IPsec work structsLeon Romanovsky2023-04-063-48/+68
| * net/mlx5e: Reduce contention in IPsec workqueueLeon Romanovsky2023-04-061-2/+2
| * net/mlx5e: Set IPsec replay sequence numbersLeon Romanovsky2023-04-063-24/+60
| * net/mlx5e: Remove ESN callbacks if it is not supportedLeon Romanovsky2023-04-063-17/+38
| * net/mlx5e: Overcome slow response for first IPsec ASO WQELeon Romanovsky2023-04-031-1/+7
| * net/mlx5e: Add SW implementation to support IPsec 64 bit soft and hard limitsLeon Romanovsky2023-04-033-23/+227
| * net/mlx5e: Prevent zero IPsec soft/hard limitsLeon Romanovsky2023-04-031-0/+5
| * net/mlx5e: Factor out IPsec ASO update functionLeon Romanovsky2023-04-031-13/+14
* | net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnosticsAdham Faris2023-04-051-9/+1
* | net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnosticsAdham Faris2023-04-051-9/+1
* | net/mlx5e: Rename misleading skb_pc/cc references in ptp codeGal Pressman2023-04-051-11/+11
* | net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Rahul Rameshbabu2023-04-051-1/+1
* | net/mlx5e: Remove redundant macsec codeEmeel Hakim2023-04-051-4/+1
* | net/mlx5e: TC, Remove sample and ct limitationPaul Blakey2023-04-052-26/+5
* | net/mlx5e: TC, Remove mirror and ct limitationPaul Blakey2023-04-051-13/+0
* | net/mlx5e: TC, Remove tuple rewrite and ct limitationPaul Blakey2023-04-051-109/+33
* | net/mlx5e: TC, Remove multiple ct actions limitationPaul Blakey2023-04-052-19/+0
* | net/mlx5e: TC, Remove special handling of CT actionPaul Blakey2023-04-055-213/+58
* | net/mlx5e: TC, Remove CT action reorderingPaul Blakey2023-04-053-47/+9
* | net/mlx5e: CT: Use per action statsPaul Blakey2023-04-053-3/+27
* | net/mlx5e: TC, Move main flow attribute cleanup to helper funcPaul Blakey2023-04-051-18/+9
* | net/mlx5e: TC, Remove unused vf_tun variablePaul Blakey2023-04-051-12/+3
* | net/mlx5e: Set default can_offload actionPaul Blakey2023-04-059-81/+1
* | mlxsw: core_thermal: Simplify transceiver module get_temp() callbackIdo Schimmel2023-04-021-36/+8
* | mlxsw: core_thermal: Make mlxsw_thermal_module_init() voidIdo Schimmel2023-04-021-9/+4
* | mlxsw: core_thermal: Use static trip points for transceiver modulesIdo Schimmel2023-04-021-85/+25
* | Merge tag 'mlx5-updates-2023-03-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-03-2910-363/+464
|\ \
| * | net/mlx5e: RX, Remove unnecessary recycle parameter and page_cache statsDragos Tatulea2023-03-284-59/+25
| * | net/mlx5e: RX, Break the wqe bulk refill in smaller chunksDragos Tatulea2023-03-283-3/+34
| * | net/mlx5e: RX, Increase WQE bulk size for legacy rqDragos Tatulea2023-03-282-5/+44
| * | net/mlx5e: RX, Split off release path for xsk buffers for legacy rqDragos Tatulea2023-03-281-15/+35
| * | net/mlx5e: RX, Defer page release in legacy rq for better recyclingDragos Tatulea2023-03-284-23/+66
| * | net/mlx5e: RX, Change wqe last_in_page field from bool to bit flagsDragos Tatulea2023-03-283-4/+8
| * | net/mlx5e: RX, Defer page release in striding rq for better recyclingDragos Tatulea2023-03-284-10/+25
| * | net/mlx5e: RX, Rename xdp_xmit_bitmap to a more generic nameDragos Tatulea2023-03-283-9/+9
| * | net/mlx5e: RX, Enable skb page recycling through the page_poolDragos Tatulea2023-03-285-88/+121
| * | net/mlx5e: RX, Enable dma map and sync from page_pool allocatorDragos Tatulea2023-03-284-27/+4
| * | net/mlx5e: RX, Remove internal page_cacheDragos Tatulea2023-03-283-72/+0
| * | net/mlx5e: RX, Store SHAMPO header pages in arrayDragos Tatulea2023-03-283-26/+45
| * | net/mlx5e: RX, Remove alloc unit layout constraint for striding rqDragos Tatulea2023-03-285-51/+51
| * | net/mlx5e: RX, Remove alloc unit layout constraint for legacy rqDragos Tatulea2023-03-284-62/+87
| * | net/mlx5e: RX, Remove mlx5e_alloc_unit argument in page allocationDragos Tatulea2023-03-281-17/+18
* | | ipv6: Remove in6addr_any alternatives.Kuniyuki Iwashima2023-03-291-3/+2
* | | Merge tag 'mlx5-updates-2023-03-20' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-03-288-222/+344
|\ \ \