summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Avoid accessing NULL pointer at ndo_select_queueRana Shahout2015-08-251-1/+1
* net/mlx5e: TX latency optimization to save DMA readsAchiad Shochat2015-07-271-5/+21
* net/mlx5e: Support TX packet copy into WQEAchiad Shochat2015-07-271-1/+9
* net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-241-0/+2
* net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-241-1/+1
* net/mlx5e: Remove extra spacesAchiad Shochat2015-06-241-4/+4
* net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat2015-06-241-23/+34
* net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat2015-06-241-3/+1Star
* net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1Star
* net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-241-16/+2Star
* net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-121-2/+33
* net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-121-21/+2Star
* net/mlx5: Ethernet Datapath filesAmir Vadai2015-05-311-0/+344