summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2021-06-21mlxsw: core: Add support for module EEPROM read by pageIdo Schimmel4-0/+108
2021-06-21mlxsw: reg: Document possible MCIA status valuesIdo Schimmel1-0/+14
2021-06-21mlxsw: reg: Add bank number to MCIA registerIdo Schimmel1-0/+6
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-90/+175
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-90/+165
2021-06-16net/mlx5: Reset mkey index on creationAya Levin1-1/+1
2021-06-16net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker1-10/+16
2021-06-16net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-16net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-06-16net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-06-16net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky1-0/+15
2021-06-16net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky1-1/+2
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King1-1/+0
2021-06-14net/mlx5: Round-Robin EQs over IRQsShay Drory3-27/+188
2021-06-14net/mlx5: Separate between public and private API of sf.hShay Drory2-36/+46
2021-06-14net/mlx5: Allocating a pool of MSI-X vectors for SFsShay Drory3-101/+209
2021-06-14net/mlx5: Change IRQ storage logic from static to dynamicShay Drory3-36/+58
2021-06-14net/mlx5: Moving rmap logic to EQsShay Drory3-74/+78
2021-06-14net/mlx5: Extend mlx5_irq_request to request IRQ from the kernelShay Drory1-71/+57
2021-06-14net/mlx5: Removing rmap per IRQShay Drory1-5/+12
2021-06-14net/mlx5: Clean license text in eq.[c|h] filesLeon Romanovsky2-30/+3
2021-06-14net/mlx5: Provide cpumask at EQ creation phaseLeon Romanovsky3-90/+43
2021-06-14net/mlx5: Introduce API for request and release IRQsShay Drory7-37/+68
2021-06-14net/mlx5: Delay IRQ destruction till all users are goneLeon Romanovsky1-19/+36
2021-06-14net/mlx5: Change ownership model for lagMark Bloch7-88/+154
2021-06-14net/mlx5: Lag, Don't rescan if the device is going downMark Bloch1-2/+8
2021-06-14net/mlx5: Lag, refactor disable flowMark Bloch1-15/+25
2021-06-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-0/+10
2021-06-09net/mlx5: Bridge, add tracepointsVlad Buslov3-50/+191
2021-06-09net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov3-5/+141
2021-06-09net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov1-16/+159
2021-06-09net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov2-10/+172
2021-06-09net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov3-3/+286
2021-06-09net/mlx5: Bridge, dynamic entry ageingVlad Buslov3-13/+193
2021-06-09net/mlx5: Bridge, handle FDB eventsVlad Buslov3-4/+409
2021-06-09net/mlx5: Bridge, add offload infrastructureVlad Buslov9-0/+539
2021-06-09net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpersVlad Buslov2-5/+5
2021-06-09net/mlx5: Create TC-miss priority and tableVlad Buslov3-1/+25
2021-06-09net/mlx5: DR, Support EMD tag in modify header for STEv1Yevgeny Kliteynik1-0/+8
2021-06-09net/mlx5: DR, Added support for INSERT_HEADER reformat typeYevgeny Kliteynik7-26/+150
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik8-48/+70
2021-06-09net/mlx5: DR, Allow encap action for RX for supporting devicesYevgeny Kliteynik5-14/+93
2021-06-09net/mlx5: DR, Split reformat state to Encap and DecapYevgeny Kliteynik1-34/+35
2021-06-09net/mlx5: mlx5_ifc support for header insert/removeYevgeny Kliteynik1-0/+6
2021-06-09net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin1-6/+3
2021-06-09net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-09Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory1-2/+4
2021-06-09net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin3-23/+25
2021-06-09net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin1-2/+0