aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesEran Ben Elisha1-23/+26
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan1-11/+13
2018-05-25net/mlx5e: TX, Use actual WQE size for SQ edge fillTariq Toukan1-81/+132
2018-05-25net/mlx5e: Use WQ API functions instead of direct fields accessTariq Toukan1-4/+4
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman1-1/+1
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+10
2018-05-01net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin1-15/+22
2018-04-26net/mlx5e: TX, Use correct counter in dma_map error flowTariq Toukan1-10/+10
2018-03-27net/mlx5e: Recover Send Queue (SQ) from error stateEran Ben Elisha1-2/+8
2018-03-27net/mlx5e: Dump xmit error completionsEran Ben Elisha1-0/+19
2018-02-20net/mlx5e: Verify inline header size do not exceed SKB linear sizeEran Ben Elisha1-1/+1
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman1-0/+2
2017-11-09net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman1-0/+2
2017-11-04net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen1-2/+22
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-2/+4
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman1-0/+1
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan1-1/+1
2017-09-03net/mlx5e: Early-return on empty completion queuesTariq Toukan1-7/+9
2017-08-30net/mlx5e: Fix inline header size for small packetsMoshe Shemesh1-7/+10
2017-06-27net/mlx5e: IPSec, Add Innova IPSec offload TX data pathIlan Tayari1-8/+17
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificIlan Tayari1-1/+1
2017-06-19net/mlx5e: IPoIB, Get more TX statisticsErez Shitrit1-0/+5
2017-06-19net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed1-1/+1
2017-06-16net/mlx5: Align to match opening parenthesisOr Gerlitz1-1/+1
2017-04-22mlx5: fix warning about missing prototypeStephen Hemminger1-0/+1
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