aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-25net/mlx5e: Avoid reset netdev stats on configuration changesGravatar Eran Ben Elisha 1-2/+4
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGravatar Gal Pressman 1-2/+2
2018-04-24net/mlx5e: Enable adaptive-TX moderationGravatar Tal Gilboa 1-9/+28
2018-01-10net/dim: use struct net_dim_sample as arg to net_dimGravatar Andy Gospodarek 1-5/+8
2018-01-10net/mlx5e: Change Mellanox references in DIM codeGravatar Andy Gospodarek 1-4/+4
2018-01-10net/mlx5e: Remove rq references in mlx5e_rx_amGravatar Andy Gospodarek 1-1/+4
2017-11-10net/mlx5e: Fix napi poll with zero budgetGravatar Saeed Mahameed 1-4/+6
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityGravatar Tariq Toukan 1-2/+18
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsGravatar Tariq Toukan 1-9/+1
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionGravatar Tariq Toukan 1-63/+1
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateGravatar Tariq Toukan 1-2/+2
2017-06-27net/mlx5: Make get_cqe routine not ethernet-specificGravatar Ilan Tayari 1-18/+1
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Gravatar Tariq Toukan 1-2/+2
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueGravatar Tariq Toukan 1-29/+33
2017-03-27net/mlx5e: CQ and RQ don't need priv pointerGravatar Saeed Mahameed 1-2/+1
2017-03-24net/mlx5e: Different SQ typesGravatar Saeed Mahameed 1-1/+1
2017-03-24net/mlx5e: Poll XDP TX CQ before RX CQGravatar Saeed Mahameed 1-3/+3
2017-03-24net/mlx5e: Move XDP SQ instance into RQGravatar Saeed Mahameed 1-1/+1
2017-03-24net/mlx5e: Move XDP completion functions to rx fileGravatar Saeed Mahameed 1-61/+1
2017-03-24net/mlx5e: Use dma_rmb rather than rmb in CQE fetch routineGravatar Saeed Mahameed 1-1/+1
2016-12-06net/mlx5e: Change the SQ/RQ operational state to positive logicGravatar Mohamad Haj Yahia 1-2/+2
2016-09-22net/mlx5e: XDP TX forwarding supportGravatar Saeed Mahameed 1-1/+64
2016-09-22net/mlx5e: Have a clear separation between different SQ typesGravatar Saeed Mahameed 1-1/+1
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQGravatar Tariq Toukan 1-1/+1
2016-08-28net/mlx5e: Don't wait for SQ completions on closeGravatar Saeed Mahameed 1-2/+4
2016-06-27net/mlx5e: Support adaptive RX coalescingGravatar Gil Rockah 1-0/+5
2016-04-21net/mlx5e: Remove redundant barrierGravatar Tariq Toukan 1-1/+0
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQEGravatar Tariq Toukan 1-0/+3
2016-04-21net/mlx5e: Added ICO SQsGravatar Tariq Toukan 1-0/+55
2016-03-13mlx5: use napi_consume_skb API to get bulk free operationsGravatar Jesper Dangaard Brouer 1-1/+1
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationGravatar Tariq Toukan 1-1/+0
2015-11-18mlx5: support napi_complete_done()Gravatar Eric Dumazet 1-5/+6
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeGravatar Achiad Shochat 1-2/+0
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerGravatar Achiad Shochat 1-1/+1
2015-05-30net/mlx5: Ethernet Datapath filesGravatar Amir Vadai 1-0/+107