aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-15net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat1-30/+35
2015-11-15net/mlx5e: Fix inline header size calculationSaeed Mahameed1-2/+9
2015-11-03net/mlx5e: Fix LSO vlan insertionAchiad Shochat1-2/+3
2015-11-03net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat1-2/+21
2015-08-25net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout1-1/+1
2015-07-27net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat1-5/+21
2015-07-27net/mlx5e: Support TX packet copy into WQEAchiad Shochat1-1/+9
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat1-0/+2
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat1-1/+1
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: 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 Mahameed1-16/+2
2015-06-11net/mlx5e: Support NETIF_F_SGSaeed Mahameed1-2/+33
2015-06-11net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed1-21/+2
2015-05-30net/mlx5: Ethernet Datapath filesAmir Vadai1-0/+344