summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
AgeCommit message (Expand)AuthorFilesLines
2018-05-10net/mlx5e: Err if asked to offload TC match on frag being firstRoi Dayan1-0/+4
2018-05-10net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim1-1/+10
2018-05-10net/mlx5: Free IRQs in shutdown pathDaniel Jurgens3-0/+38
2018-05-03net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"Colin Ian King1-1/+1
2018-04-26net/mlx5: Properly deal with flow counters when deleting rulesChris Mi1-1/+2
2018-04-26net/mlx5e: Fix traffic between VF and representorShahar Klein1-2/+3
2018-04-26net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh1-9/+14
2018-04-26net/mlx5e: TX, Use correct counter in dma_map error flowTariq Toukan1-10/+10
2018-04-26net/mlx5e: DCBNL fix min inline header size for dscpHuy Nguyen1-3/+5
2018-04-26net/mlx5e: Allow offloading ipv4 header re-write for icmpJianbo Liu1-1/+2
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-31/+5
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-31/+63
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich3-3/+3
2018-04-05net/mlx5: Query device memory capabilitiesAriel Levkovich1-0/+6
2018-04-03net/mlx5e: Use pcie_bandwidth_available() to compute bandwidthTal Gilboa1-31/+1
2018-04-03net/mlx5: Report PCIe link properties with pcie_print_link_status()Tal Gilboa1-0/+4
2018-04-01net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa1-4/+4
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-33/+51
2018-03-30net/mlx5e: RX, Recycle buffer of UMR WQEsTariq Toukan1-2/+9
2018-03-30net/mlx5e: Keep single pre-initialized UMR WQE per RQTariq Toukan3-19/+13
2018-03-30net/mlx5e: Remove page_ref bulking in Striding RQTariq Toukan2-32/+16
2018-03-30net/mlx5e: Support XDP over Striding RQTariq Toukan3-8/+26
2018-03-30net/mlx5e: Refactor RQ XDP_TX indicationTariq Toukan2-6/+8
2018-03-30net/mlx5e: Use linear SKB in Striding RQTariq Toukan3-42/+146
2018-03-30net/mlx5e: Use inline MTTs in UMR WQEsTariq Toukan3-88/+38
2018-03-30net/mlx5e: Do not busy-wait for UMR completion in Striding RQTariq Toukan1-1/+1
2018-03-30net/mlx5e: Code movements in RX UMR WQE postTariq Toukan1-62/+45
2018-03-30net/mlx5e: Derive Striding RQ size from MTUTariq Toukan6-139/+80
2018-03-30net/mlx5e: Save MTU in channels paramsTariq Toukan5-45/+52
2018-03-30net/mlx5e: IPoIB, Fix spelling mistakeTalat Batheesh1-1/+1
2018-03-30net/mlx5: Change teardown with force mode failure message to warningAlaa Hleihel1-1/+1
2018-03-30net/mlx5: Eliminate query xsrq dead codeSaeed Mahameed1-21/+0
2018-03-30net/mlx5e: Use eq ptr from cqSaeed Mahameed1-12/+2
2018-03-27net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha5-2/+134
2018-03-27net/mlx5e: Dump xmit error completionsEran Ben Elisha3-0/+24
2018-03-27mlx5_{ib,core}: Add query SQ state helper functionEran Ben Elisha1-0/+25
2018-03-27net/mlx5e: Move all TX timeout logic to be under state lockEran Ben Elisha1-27/+34
2018-03-27net/mlx5e: Remove unused max inline related codeGal Pressman4-45/+2
2018-03-27net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan4-8/+60
2018-03-27net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan3-11/+10
2018-03-27net/mlx5e: Remove rq_headroom field from paramsTariq Toukan2-6/+15
2018-03-27net/mlx5e: Remove RQ MPWQE fields from paramsTariq Toukan3-23/+35
2018-03-27net/mlx5e: Use no-offset function in skb header copyTariq Toukan1-3/+2
2018-03-27net/mlx5e: Separate dma base address and offset in dma_sync callTariq Toukan1-4/+2
2018-03-27net/mlx5e: Remove unused define MLX5_MPWRQ_STRIDES_PER_PAGETariq Toukan1-2/+0
2018-03-27net/mlx5e: Disable Striding RQ when PCI is slower than linkTariq Toukan1-3/+6
2018-03-27net/mlx5e: Unify slow PCI heuristicTariq Toukan2-17/+19
2018-03-26net/mlx5e: Sync netdev vxlan ports at openShahar Klein1-6/+3
2018-03-26net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update pathOr Gerlitz2-4/+4
2018-03-26net/mlx5e: Fix memory usage issues in offloading TC flowsJianbo Liu1-8/+8