summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-20/+9
2020-12-15net/mlx5: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx5: Replace irq_to_desc() abuseThomas Gleixner3-7/+3
2020-12-15net/mlx4: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner3-11/+6
2020-12-14mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko3-1/+11
2020-12-14mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko4-1/+24
2020-12-14mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko1-0/+291
2020-12-14mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko1-0/+35
2020-12-14mlxsw: reg: Add Router LPM Cache ML Delete RegisterJiri Pirko1-0/+111
2020-12-14mlxsw: spectrum_router_xm: Implement L-value tracking for M-indexJiri Pirko3-0/+205
2020-12-14mlxsw: reg: Add XM Router M Table RegisterJiri Pirko1-2/+31
2020-12-14mlxsw: spectrum_router: Introduce per-ASIC XM initializationJiri Pirko3-0/+88
2020-12-14mlxsw: reg: Add XM Lookup Table Query RegisterJiri Pirko1-3/+63
2020-12-14mlxsw: reg: Add Router XLT M select RegisterJiri Pirko1-0/+32
2020-12-14mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko4-1/+18
2020-12-14mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko3-2/+49
2020-12-14mlxsw: spectrum_router: Introduce XM implementation of router low-level opsJiri Pirko4-0/+250
2020-12-14mlxsw: reg: Add Router XLT Enable RegisterJiri Pirko1-0/+44
2020-12-14mlxsw: reg: Add XM Direct RegisterJiri Pirko1-3/+271
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+59
2020-12-10net/mlx4: simplify the return expression of mlx4_init_srq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4: simplify the return expression of mlx4_init_cq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-8/+19
2020-12-09net: mlx5: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-08mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen1-2/+2
2020-12-08mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen3-5/+17
2020-12-08mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN de...Amit Cohen1-6/+4
2020-12-08mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen1-0/+42
2020-12-08mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2-1/+2
2020-12-08mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen3-4/+6
2020-12-08mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2-2/+6
2020-12-08mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-a...Amit Cohen1-3/+12
2020-12-08mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen1-1/+9
2020-12-08mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen1-0/+104
2020-12-08mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen3-25/+11
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy3-10/+15
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin3-14/+43
2020-12-08net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing4-4/+4
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory1-4/+2
2020-12-08net/mlx5e: Remove duplicated includeYueHaibing1-1/+0
2020-12-08net/mlx5e: remove unnecessary memsetZhu Yanjun1-1/+0
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha9-7/+262
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha11-60/+831
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2-2/+2
2020-12-08net/mlx5e: Split SW group counters update functionEran Ben Elisha1-127/+161
2020-12-08net/mlx5e: Change skb fifo push/pop API to be used without SQEran Ben Elisha4-16/+28
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha7-21/+22
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin7-53/+59