aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-17net/mlx5e: IPoIB, Xmit flowSaeed Mahameed1-0/+87
2017-04-17net/mlx5e: Xmit flow break downSaeed Mahameed1-83/+116
2017-03-27net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed1-3/+4
2017-03-27net/mlx5e: Split open/close channels to stagesSaeed Mahameed1-2/+2
2017-03-24net/mlx5e: Different SQ typesSaeed Mahameed1-31/+19
2017-03-24net/mlx5e: Generalize tx helper functions for different SQ typesSaeed Mahameed1-30/+7
2017-03-24net/mlx5e: Move XDP completion functions to rx fileSaeed Mahameed1-23/+1
2017-03-24net/mlx5e: Xmit, no write combiningSaeed Mahameed1-39/+3
2017-03-22net/mlx5e: Count GSO packets correctlyGal Pressman1-2/+3
2017-02-06net/mlx5e: Tx, no inline copy on ConnectX-5Saeed Mahameed1-13/+17
2017-02-06net/mlx5: TX WQE updateSaeed Mahameed1-4/+4
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia1-1/+1
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed1-4/+35
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed1-12/+18
2016-09-08net/mlx5e: Fix xmit_more counter race issueTariq Toukan1-1/+1
2016-08-28net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan1-0/+1
2016-08-28net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed1-34/+33
2016-07-25net/mlx5e: Check the minimum inline header mode before xmitHadar Hen Zion1-4/+45
2016-07-01net/mlx5e: Fix select queue callbackRana Shahout1-2/+14
2016-07-01net/mlx5e: Copy all L2 headers into inline segmentMatthew Finlay1-2/+2
2016-07-01net/mlx5e: Timeout if SQ doesn't flush during closeDaniel Jurgens1-0/+32
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman1-2/+2
2016-06-09net/mlx5e: Fix blue flame quota logicEli Cohen1-1/+2
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan1-2/+2
2016-04-21net/mlx5e: Added ICO SQsTariq Toukan1-1/+1
2016-03-13mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer1-2/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+7
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman1-3/+6
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan1-9/+1
2016-03-01net/mlx5: Fix global UAR mappingMoshe Lazer1-1/+1
2016-02-24net/mlx5e: Add TX inner packet countersMatthew Finlay1-9/+11
2016-02-24net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay1-6/+16
2016-02-24net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed1-5/+3
2016-01-05net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha1-0/+12
2016-01-05net/mlx5e: Do not modify the TX SKBAchiad Shochat1-30/+43
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