summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tx.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-061-1/+1
* net/mlx5e: XDP TX forwarding supportSaeed Mahameed2016-09-221-4/+35
* net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed2016-09-221-12/+18
* net/mlx5e: Fix xmit_more counter race issueTariq Toukan2016-09-081-1/+1
* net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-281-0/+1
* net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-281-34/+33
* net/mlx5e: Check the minimum inline header mode before xmitHadar Hen Zion2016-07-251-4/+45
* net/mlx5e: Fix select queue callbackRana Shahout2016-07-011-2/+14
* net/mlx5e: Copy all L2 headers into inline segmentMatthew Finlay2016-07-011-2/+2
* net/mlx5e: Timeout if SQ doesn't flush during closeDaniel Jurgens2016-07-011-0/+32
* net/mlx5e: Reorganize ethtool statisticsGal Pressman2016-06-291-2/+2
* net/mlx5e: Fix blue flame quota logicEli Cohen2016-06-091-1/+2
* net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan2016-04-211-2/+2
* net/mlx5e: Added ICO SQsTariq Toukan2016-04-211-1/+1
* mlx5: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer2016-03-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-12/+7
|\
| * net/mlx5e: Add rx/tx bytes software countersGal Pressman2016-03-021-3/+6
| * net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan2016-03-021-9/+1
* | net/mlx5: Fix global UAR mappingMoshe Lazer2016-03-011-1/+1
* | net/mlx5e: Add TX inner packet countersMatthew Finlay2016-02-241-9/+11
* | net/mlx5e: Add TX stateless offloads for tunnelingMatthew Finlay2016-02-241-6/+16
* | net/mlx5e: Support DCBNL IEEE ETSSaeed Mahameed2016-02-241-5/+3
|/
* net/mlx5e: Add HW timestamping (TS) supportEran Ben Elisha2016-01-051-0/+12
* net/mlx5e: Do not modify the TX SKBAchiad Shochat2016-01-051-30/+43
* net/mlx5e: Use the right DMA free function on TX pathAchiad Shochat2015-11-151-30/+35
* net/mlx5e: Fix inline header size calculationSaeed Mahameed2015-11-151-2/+9
* net/mlx5e: Fix LSO vlan insertionAchiad Shochat2015-11-031-2/+3
* net/mlx5e: Re-eanble client vlan TX accelerationAchiad Shochat2015-11-031-2/+21
* 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/+1
* net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1
* net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-241-16/+2
* net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-111-2/+33
* net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-111-21/+2
* net/mlx5: Ethernet Datapath filesAmir Vadai2015-05-301-0/+344
OpenPOWER on IntegriCloud