aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds35-859/+2379
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds14-147/+369
2017-09-03net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan3-17/+4
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan3-2/+26
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan3-15/+1
2017-09-03net/mlx5e: Slightly increase RX page-cache sizeTariq Toukan1-1/+1
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan3-2/+9
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan3-26/+2
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan4-87/+92
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan3-7/+8
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan5-8/+10
2017-09-03net/mlx5e: Refactor data-path lro header functionTariq Toukan1-25/+20
2017-09-03net/mlx5e: Early-return on empty completion queuesTariq Toukan2-24/+32
2017-09-03net/mlx5e: NAPI busy-poll when UMR post is in progressTariq Toukan1-5/+4
2017-09-03net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan2-12/+12
2017-09-03net/mlx5e: Use memset to init skbs_frags array to zerosTariq Toukan1-1/+1
2017-09-03net/mlx5e: Remove unnecessary wqe_sz field from RQ bufferTariq Toukan2-6/+3
2017-09-03net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan3-5/+5
2017-09-03net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan3-19/+20
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-36/+43
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman5-17/+321
2017-08-31net/mlx5e: Support TSO and TX checksum offloads for GRE tunnelsGal Pressman1-18/+33
2017-08-31net/mlx5e: Use IP version matching to classify IP trafficGal Pressman1-4/+29
2017-08-30net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa1-0/+1
2017-08-30net/mlx5e: Fix inline header size for small packetsMoshe Shemesh1-7/+10
2017-08-30net/mlx5: E-Switch, Unload the representors in the correct orderShahar Klein1-1/+1
2017-08-30net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source addressPaul Blakey1-5/+3
2017-08-30net/mlx5e: Don't override user RSS upon set channelsInbar Karmy1-2/+4
2017-08-30net/mlx5e: Fix dangling page pointer on DMA mapping errorEran Ben Elisha1-1/+1
2017-08-30net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWNHuy Nguyen1-2/+0
2017-08-30net/mlx5: Skip mlx5_unload_one if mlx5_load_one failsHuy Nguyen1-3/+1
2017-08-30net/mlx5: Fix arm SRQ command for ISSI version 0Noa Osherovich1-6/+6
2017-08-30net/mlx5e: Fix DCB_CAP_ATTR_DCBX capability for DCBNL getcap.Huy Nguyen2-9/+13
2017-08-30net/mlx5e: Check for qos capability in dcbnl_initializeHuy Nguyen1-0/+3
2017-08-29net/mlx5: Add XRQ supportArtemy Kovalyov1-10/+140
2017-08-24Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller9-153/+899
2017-08-24net/mlx5e: make mlx5e_profile constBhumika Goyal1-1/+1
2017-08-24net/mlx5: Add tracepointsMatan Barak5-2/+558
2017-08-24net/mlx5: Add hash table for flow groups in flow tableMatan Barak2-37/+152
2017-08-24net/mlx5: Add hash table to search FTEs in a flow-groupMatan Barak2-71/+160
2017-08-24net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak3-11/+15
2017-08-24net/mlx5: Convert linear search for free index to idaMatan Barak2-38/+20
2017-08-24net/mlx5e: Fix wrong code indentation in conditional statementGal Pressman1-2/+2
2017-08-24net/mlx5: Add a blank line after declarations V2Saeed Mahameed1-1/+1
2017-08-22mlx5: Replace PCI pool old APIRomain Perier1-5/+6
2017-08-20net/mlx5e: Use size_t to store byte offset in statistics descriptorsGal Pressman1-1/+1
2017-08-20net/mlx5e: Use kernel types instead of uint*_t in ethtool callbacksGal Pressman2-7/+4
2017-08-20net/mlx5e: Place constants on the right side of comparisonsOr Gerlitz1-2/+2
2017-08-20net/mlx5e: Avoid using multiple blank linesOr Gerlitz2-2/+0
2017-08-20net/mlx5e: Properly indent within conditional statementsOr Gerlitz1-14/+17