summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-13net: devlink: move reload fail indication to devlink core and expose to userJiri Pirko1-10/+5
2019-09-13net: devlink: split reload op into twoJiri Pirko2-8/+30
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko3-7/+23
2019-09-11mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King1-1/+1
2019-09-10net/mlx5: FWTrace, Reduce stack usageSaeed Mahameed1-3/+4
2019-09-10net/mlx5: Fix addr's type in mlx5dr_icm_dmNathan Chancellor1-1/+1
2019-09-10net/mlx5: Fix rt's type in dr_action_create_reformat_actionNathan Chancellor1-1/+1
2019-09-10net/mlx4_en: ethtool: make array modes static const, makes object smallerColin Ian King1-1/+1
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-42/+182
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-20/+99
2019-09-05net/mlx5e: Add port buffer's congestion countersAya Levin2-1/+150
2019-09-05net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed1-10/+5
2019-09-05net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun1-0/+3
2019-09-05net/mlx5: DR, Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2019-09-05net/mlx5e: Remove unnecessary clear_bit()sMaxim Mikityanskiy1-2/+0
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan1-4/+2
2019-09-05net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-4/+1
2019-09-05net/mlx5: fix missing assignment of variable errColin Ian King1-1/+1
2019-09-05net/mlx5: fix spelling mistake "offlaods" -> "offloads"Colin Ian King1-1/+1
2019-09-05net/mlx5e: Remove leftover declarationRoi Dayan1-1/+0
2019-09-05net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed3-12/+14
2019-09-05net/mlx5: Kconfig: Fix MLX5_CORE dependency with PCI_HYPERV_INTERFACEMao Wenan1-0/+1
2019-09-05net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha1-5/+4
2019-09-03Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller33-95/+12139
2019-09-03net/mlx5: Add devlink flow_steering_mode parameterMaor Gottlieb1-1/+111
2019-09-03net/mlx5: Add support to use SMFS in switchdev modeMaor Gottlieb2-7/+55
2019-09-03net/mlx5: Add API to set the namespace steering modeMaor Gottlieb2-1/+60
2019-09-03net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb7-6/+717
2019-09-03net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering supportAlex Vesker3-0/+16
2019-09-03net/mlx5: DR, Expose APIs for direct rule managingAlex Vesker1-0/+212
2019-09-03net/mlx5: DR, Add required FW steering functionalityAlex Vesker1-0/+93
2019-09-03net/mlx5: DR, Expose steering rule functionalityAlex Vesker1-0/+1243
2019-09-03net/mlx5: DR, Expose steering action functionalityAlex Vesker1-0/+1588
2019-09-03net/mlx5: DR, Expose steering matcher functionalityAlex Vesker1-0/+770
2019-09-03net/mlx5: DR, Expose steering table functionalityAlex Vesker1-0/+294
2019-09-03net/mlx5: DR, Expose steering domain functionalityAlex Vesker1-0/+395
2019-09-03net/mlx5: DR, Add Steering entry (STE) utilitiesAlex Vesker2-0/+2406
2019-09-03net/mlx5: DR, Expose an internal API to issue RDMA operationsAlex Vesker1-0/+976
2019-09-03net/mlx5: DR, ICM pool memory allocatorAlex Vesker1-0/+570
2019-09-03net/mlx5: DR, Add direct rule command utilitiesAlex Vesker2-0/+1084
2019-09-03net/mlx5: DR, Add the internal direct rule types definitionsAlex Vesker1-0/+1060
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb9-80/+253
2019-09-02mlx5: Add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed6-5/+241
2019-09-01net/mlx5: Set only stag for match untagged packetsMark Bloch1-1/+4
2019-09-01net/mlx5: Avoid disabling RoCE when uninitializedMaor Gottlieb1-3/+5
2019-09-01net/mlx5: Move device memory management to mlx5_coreAriel Levkovich4-1/+232
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov1-1/+1
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy4-10/+32