summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+22
2015-08-29mlx5: Fix missing device local_dma_lkeySagi Grimberg1-0/+22
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout3-6/+6
2015-08-18mlx5e: Fix sparse warnings in mlx5e_handle_csum().David S. Miller1-1/+1
2015-08-18net/mlx5e: Support RX CHECKSUM_COMPLETEAchiad Shochat3-12/+43
2015-08-18net/mlx5e: Support ethtool get/set_pauseparamAchiad Shochat2-0/+80
2015-08-18net/mlx5e: Ethtool link speed setting fixesAchiad Shochat2-22/+17
2015-08-18net/mlx5e: HW LRO changes/fixesAchiad Shochat3-4/+5
2015-08-18net/mlx5e: Support smaller RX/TX ring sizesAchiad Shochat1-2/+2
2015-08-18net/mlx5e: Add ethtool RSS configuration optionsAchiad Shochat3-11/+74
2015-08-18net/mlx5e: Make RSS indirection table size a constantAchiad Shochat2-35/+30
2015-08-18net/mlx5e: Have a single RSS Toeplitz hash keyAchiad Shochat2-1/+5
2015-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-08-08net/mlx5_core: Set log_uar_page_sz for non 4K page size architectureCarol L Soto1-0/+2
2015-08-07net/mlx5_core: Support physical port countersGal Pressman3-1/+126
2015-08-07net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-07net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-07net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306
2015-08-07net/mlx5e: Light-weight netdev open/stopAchiad Shochat3-75/+176
2015-08-07net/mlx5_core: Introduce access function to modify RSS/LRO paramsAchiad Shochat2-0/+14
2015-08-07net/mlx5e: Introduce the "Drop RQ"Achiad Shochat2-11/+114
2015-08-07net/mlx5e: Unify the RX flowAchiad Shochat2-34/+69
2015-07-30net/mlx5e: Remove the mlx5e_update_priv_params() functionAchiad Shochat3-50/+60
2015-07-30net/mlx5e: Introduce create/destroy RSS indir table access functionsAchiad Shochat3-17/+35
2015-07-30net/mlx5e: Do not use netdev_err() before the netdev is registeredAchiad Shochat1-10/+5
2015-07-30net/mlx5e: Avoid redundant de-referenceAchiad Shochat1-1/+1
2015-07-30net/mlx5e: Remove redundant assignment of sq->user_indexAchiad Shochat1-1/+0
2015-07-30net/mlx5e: Remove redundant field mlx5e_priv->num_tcAchiad Shochat3-18/+14
2015-07-30net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQAchiad Shochat1-3/+3
2015-07-30net/mlx5_core: Check the return value of mlx5_command_exec()Haggai Abramonvsky1-1/+6
2015-07-27net/mlx5e: Input IPSEC.SPI into the RX RSS hash functionAchiad Shochat3-1/+127
2015-07-27net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and othersAchiad Shochat3-98/+104
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat5-18/+76
2015-07-27net/mlx5e: Support TX packet copy into WQEAchiad Shochat4-1/+77
2015-07-27net/mlx5e: Allocate DMA coherent memory on reader NUMA nodeSaeed Mahameed5-18/+62
2015-07-27net/mlx5e: Support ETH_RSS_HASH_XORSaeed Mahameed3-10/+76
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds27-359/+7293
2015-06-24net/mlx5e: Prefetch skb data on RXSaeed Mahameed1-0/+1
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat3-2/+4
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat5-7/+3
2015-06-24net/mlx5e: Remove extra spacesAchiad Shochat1-4/+4
2015-06-24net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat1-23/+34
2015-06-24net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat1-3/+1
2015-06-24net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat1-1/+0
2015-06-24net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed1-4/+1
2015-06-24net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed3-33/+31
2015-06-12net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2-1/+16
2015-06-12net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2-0/+37
2015-06-12net/mlx5e: Support NETIF_F_SGSaeed Mahameed3-24/+40
2015-06-12net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman1-1/+4