summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-103-49/+43Star
|\
| * devlink: convert occ_get op to separate registrationJiri Pirko2018-04-083-49/+43Star
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-073-111/+6Star
|\ \
| * | net/mlx5e: Use pcie_bandwidth_available() to compute bandwidthTal Gilboa2018-04-031-31/+1Star
| * | net/mlx5: Report PCIe link properties with pcie_print_link_status()Tal Gilboa2018-04-031-0/+4
| * | net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa2018-04-031-80/+1Star
* | | Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-077-31/+65
|\ \ \ | |_|/ |/| |
| * | net/mlx5: Mkey creation command adjustmentsAriel Levkovich2018-04-053-3/+3
| * | net/mlx5: Query device memory capabilitiesAriel Levkovich2018-04-051-0/+6
| * | net/mlx5: Packet pacing enhancementBodong Wang2018-03-192-28/+54
| * | RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-152-0/+2
| * | Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-151-1/+1
| |\ \
* | | | net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa2018-04-021-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-0210-107/+165
|\ \ \ \
| * | | | net/mlx4_core: Fix memory leak while delete slave's resourcesMoshe Shemesh2018-03-271-0/+1
| * | | | net/mlx4_en: Fix mixed PFC and Global pause user control requestsEran Ben Elisha2018-03-273-47/+62
| * | | | net/mlx5e: Sync netdev vxlan ports at openShahar Klein2018-03-261-6/+3Star
| * | | | net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update pathOr Gerlitz2018-03-262-4/+4
| * | | | net/mlx5e: Fix memory usage issues in offloading TC flowsJianbo Liu2018-03-261-8/+8
| * | | | net/mlx5e: Fix traffic being dropped on VF representorRoi Dayan2018-03-261-2/+7
| * | | | net/mlx5e: Verify coalescing parameters in rangeMoshe Shemesh2018-03-261-0/+17
| * | | | net/mlx5: Make eswitch support to depend on switchdevOr Gerlitz2018-03-263-5/+3Star
| * | | | net/mlx5e: Use 32 bits to store VF representor SQ numberOr Gerlitz2018-03-261-3/+3
| * | | | net/mlx5e: Don't override vport admin link state in switchdev modeJianbo Liu2018-03-261-5/+6
| * | | | mlxsw: spectrum_router: Handle MTU change of GRE netdevsPetr Machata2018-03-231-0/+24
| * | | | mlxsw: spectrum_router: Move mlxsw_sp_rif_ipip_lb_op()Petr Machata2018-03-231-27/+27
* | | | | net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet2018-04-011-6/+4Star
* | | | | mlxsw: spectrum: Don't use resource ID of 0Petr Machata2018-04-011-1/+1
* | | | | mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()Jiri Pirko2018-04-013-4/+4
* | | | | mlxsw: Move "resources_query_enable" out of mlxsw_config_profileJiri Pirko2018-04-016-12/+8Star
* | | | | mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profileJiri Pirko2018-04-013-6/+4Star
* | | | | mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GETJiri Pirko2018-04-011-4/+4
* | | | | mlxsw: remove kvd_hash_granularity from config profile structJiri Pirko2018-04-012-4/+2Star
* | | | | mlxsw: spectrum: Change KVD linear parts from list to arrayJiri Pirko2018-04-011-143/+92Star
* | | | | mlxsw: Constify devlink_resource_opsJiri Pirko2018-04-012-4/+4
* | | | | mlxsw: spectrum_kvdl: Fix handling of resource_size_paramJiri Pirko2018-04-011-33/+14Star
* | | | | mlxsw: spectrum_acl: Fix flex actions header ifndef define constructJiri Pirko2018-04-011-2/+2
* | | | | net/mlx5e: RX, Recycle buffer of UMR WQEsTariq Toukan2018-03-311-2/+9
* | | | | net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan2018-03-313-19/+13Star
* | | | | net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan2018-03-312-32/+16Star
* | | | | net/mlx5e: Support XDP over Striding RQTariq Toukan2018-03-313-8/+26
* | | | | net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan2018-03-312-6/+8
* | | | | net/mlx5e: Use linear SKB in Striding RQTariq Toukan2018-03-313-42/+146
* | | | | net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan2018-03-313-88/+38Star
* | | | | net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan2018-03-311-1/+1
* | | | | net/mlx5e: Code movements in RX UMR WQE postTariq Toukan2018-03-311-62/+45Star
* | | | | net/mlx5e: Derive Striding RQ size from MTUTariq Toukan2018-03-316-139/+80Star
* | | | | net/mlx5e: Save MTU in channels paramsTariq Toukan2018-03-315-45/+52
* | | | | net/mlx5e: IPoIB, Fix spelling mistakeTalat Batheesh2018-03-311-1/+1
* | | | | net/mlx5: Change teardown with force mode failure message to warningAlaa Hleihel2018-03-311-1/+1