aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha1-2/+3
2019-02-05net/mlx5e: FPGA, fix Innova IPsec TX offload data path performanceRaed Salem1-0/+6
2019-01-25net: Revert devlink health changes.David S. Miller1-1/+1
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha1-1/+1
2018-12-20net/mlx5e: TX, Print opcode in error CQE warningTariq Toukan1-3/+4
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan1-1/+1
2018-11-21mlx5: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan1-11/+11
2018-07-26net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan1-10/+9
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-28net/mlx5e: Add TX completions statisticsTariq Toukan1-2/+7
2018-06-28net/mlx5e: Add UDP GSO supportBoris Pismenny1-3/+5
2018-06-01net/mlx5e: TX, Obsolete maintaining local copies of skb->len/dataTariq Toukan1-30/+12
2018-06-01net/mlx5e: IPOIB, Add a missing skb_pullTariq Toukan1-0/+1
2018-06-01net/mlx5e: IPOIB, Fix overflowing SQ WQE memsetTariq Toukan1-3/+3
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